Rollup plugin for Zephyr, a cloud deployment platform. Current stable version is 1.0.2 (released after v1.0.0 breaking changes). This plugin integrates Rollup builds with Zephyr's deployment pipeline, enabling automatic upload of build artifacts. It requires Rollup ^4.0.0 as a peer dependency. Key differentiators: built-in support for Zephyr's staged deployments, automatic version tracking, and integration with Zephyr's cloud infrastructure. Release cadence is irregular with patches for dependency updates and security fixes.
npm install rollup-plugin-zephyrVerified import paths — ran on the pinned version, not inferred.
Basic Rollup configuration using rollup-plugin-zephyr with environment variables for authentication and deployment settings.
Update plugin configuration to match v1 API. Review changelog at https://github.com/ZephyrCloudIO/zephyr-packages/releases/tag/v1.0.0
Upgrade Rollup to v4+: npm install rollup@^4.0.0
Use default import: import zephyr from 'rollup-plugin-zephyr' or require('rollup-plugin-zephyr') (no destructuring).Ensure Node.js >=18 and zephyr-agent properly installed (if applicable).
Upgrade to v1.0.2: npm install rollup-plugin-zephyr@latest
Change to: import zephyr from 'rollup-plugin-zephyr'
Install rollup: npm install rollup@^4.0.0
Use: const zephyr = require('rollup-plugin-zephyr')