@devup-ui/vite-plugin 0.1.31 → 0.1.33
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/dist/plugin.js +1 -1
- package/package.json +2 -2
package/dist/plugin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { existsSync as i, writeFileSync as u, readFileSync as y, mkdirSync as g } from "node:fs";
|
|
2
|
-
import { dirname as h,
|
|
2
|
+
import { dirname as h, join as l, resolve as a } from "node:path";
|
|
3
3
|
import { fileURLToPath as v } from "node:url";
|
|
4
4
|
import { codeExtract as x, registerTheme as C, getThemeInterface as T, getCss as j } from "@devup-ui/wasm";
|
|
5
5
|
const D = v(import.meta.url), S = h(D);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devup-ui/vite-plugin",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.33",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@devup-ui/wasm": "0.1.
|
|
22
|
+
"@devup-ui/wasm": "0.1.35"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"vite-plugin-dts": "^4.5.0",
|