@devup-ui/vite-plugin 1.0.55 → 1.0.56
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"vite"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "1.0.
|
|
21
|
+
"version": "1.0.56",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"lint": "eslint",
|
|
24
24
|
"build": "tsc && bun build --target node src/index.ts --production --env=disable --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --env=disable --outfile dist/index.mjs --format esm --packages external"
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"dist"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@devup-ui/plugin-utils": "^1.0.
|
|
45
|
-
"@devup-ui/wasm": "^1.0.
|
|
44
|
+
"@devup-ui/plugin-utils": "^1.0.2",
|
|
45
|
+
"@devup-ui/wasm": "^1.0.62",
|
|
46
46
|
"vite": "^7.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|