rollup-plugin-zephyr 0.0.50 → 0.0.52
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 +0 -20
- package/dist/package.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -84,26 +84,6 @@ export default defineConfig({
|
|
|
84
84
|
});
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
## Configuration
|
|
88
|
-
|
|
89
|
-
The plugin accepts the following options:
|
|
90
|
-
|
|
91
|
-
```javascript
|
|
92
|
-
zephyrPlugin({
|
|
93
|
-
// Enable/disable deployment (default: true in production)
|
|
94
|
-
deploy: true,
|
|
95
|
-
|
|
96
|
-
// Custom deployment environment
|
|
97
|
-
environment: 'production',
|
|
98
|
-
|
|
99
|
-
// Additional metadata
|
|
100
|
-
metadata: {
|
|
101
|
-
version: '1.0.0',
|
|
102
|
-
description: 'My awesome app',
|
|
103
|
-
},
|
|
104
|
-
});
|
|
105
|
-
```
|
|
106
|
-
|
|
107
87
|
## Features
|
|
108
88
|
|
|
109
89
|
- 🚀 Automatic deployment during build
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup-plugin-zephyr",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"description": "Rollup plugin for Zephyr",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rollup",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"is-ci": "^4.1.0",
|
|
26
26
|
"rollup": "^4.36.0",
|
|
27
27
|
"tslib": "^2.8.1",
|
|
28
|
-
"zephyr-agent": "0.0.
|
|
28
|
+
"zephyr-agent": "0.0.52"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/is-ci": "3.0.4",
|