vite-plugin-zephyr 0.0.23 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/dist/package.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite-plugin-zephyr",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.25",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -13,8 +13,8 @@
|
|
13
13
|
"json5": "2.2.3",
|
14
14
|
"rollup": "^4.22.5",
|
15
15
|
"vite": "^5.4.8",
|
16
|
-
"zephyr-agent": "0.0.
|
17
|
-
"zephyr-edge-contract": "0.0.
|
16
|
+
"zephyr-agent": "0.0.25",
|
17
|
+
"zephyr-edge-contract": "0.0.25"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@types/is-ci": "^3.0.4"
|