zephyr-rolldown-plugin 0.0.53 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -76,11 +76,7 @@ export default defineConfig({
76
76
  input: 'src/main.tsx',
77
77
  plugins: [
78
78
  // ... other plugins
79
- withZephyr({
80
- // Configuration options
81
- deploy: true,
82
- environment: 'production',
83
- }),
79
+ withZephyr(),
84
80
  ],
85
81
  });
86
82
  ```
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rolldown-plugin",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "description": "Rolldown plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rolldown-plugin",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "description": "Rolldown plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "is-ci": "^4.1.0",
20
20
  "rolldown": "1.0.0-beta.3",
21
- "zephyr-agent": "0.0.53"
21
+ "zephyr-agent": "0.0.55"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/is-ci": "3.0.4",