vite-plugin-zephyr 0.0.27 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +3 -2
- package/package.json +4 -3
package/dist/package.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite-plugin-zephyr",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.28",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
7
7
|
"scripts": {
|
8
|
-
"build": "nx run vite-plugin-zephyr:build"
|
8
|
+
"build": "nx run vite-plugin-zephyr:build",
|
9
|
+
"patch-version": "pnpm version"
|
9
10
|
},
|
10
11
|
"dependencies": {
|
11
12
|
"@module-federation/runtime": "^0.6.10",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite-plugin-zephyr",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.28",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -13,12 +13,13 @@
|
|
13
13
|
"json5": "2.2.3",
|
14
14
|
"rollup": "^4.22.5",
|
15
15
|
"vite": "^5.4.8",
|
16
|
-
"zephyr-agent": "0.0.
|
16
|
+
"zephyr-agent": "0.0.28"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/is-ci": "^3.0.4"
|
20
20
|
},
|
21
21
|
"scripts": {
|
22
|
-
"build": "nx run vite-plugin-zephyr:build"
|
22
|
+
"build": "nx run vite-plugin-zephyr:build",
|
23
|
+
"patch-version": "pnpm version"
|
23
24
|
}
|
24
25
|
}
|