vite-plugin-zephyr 0.0.27 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "vite-plugin-zephyr",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
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.27",
3
+ "version": "0.0.29",
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.27"
16
+ "zephyr-agent": "0.0.29"
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
  }