xmlui 0.7.4 → 0.7.6
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/{apiInterceptorWorker-BYr2ZWN_.mjs → apiInterceptorWorker-6t72RduJ.mjs} +1 -1
- package/dist/{index-9zQaF2P3.mjs → index-CFtTugef.mjs} +8 -5
- package/dist/scripts/bin/build-lib.js +1 -0
- package/dist/xmlui-standalone.umd.js +8 -8
- package/dist/xmlui.mjs +14 -11
- package/dist/xmlui.umd.js +8 -8
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xmlui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start-test-bed": "cd src/testing/infrastructure && xmlui start",
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"ts-node": "10.9.1",
|
|
98
98
|
"use-context-selector": "1.4.1",
|
|
99
99
|
"vite-plugin-svgr": "4.2.0",
|
|
100
|
+
"vite-plugin-lib-inject-css": "1.3.0",
|
|
100
101
|
"yargs": "17.7.2"
|
|
101
102
|
},
|
|
102
103
|
"devDependencies": {
|
|
@@ -133,7 +134,6 @@
|
|
|
133
134
|
"typescript": "^5.5.4",
|
|
134
135
|
"vite": "5.4.9",
|
|
135
136
|
"vite-plugin-dts": "3.5.3",
|
|
136
|
-
"vite-plugin-lib-inject-css": "1.3.0",
|
|
137
137
|
"vitest": "1.5.0"
|
|
138
138
|
},
|
|
139
139
|
"optionalDependencies": {
|