x-block-lib 0.9.17 → 0.9.18
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/index.js +0 -1
- package/package.json +6 -4
package/dist/index.js
CHANGED
|
@@ -10263,5 +10263,4 @@ async function loadLocaleMessageBlock(e) {
|
|
|
10263
10263
|
}, `./locales/${e}/index.ts`, 4)).default;
|
|
10264
10264
|
}
|
|
10265
10265
|
var src_default = { install };
|
|
10266
|
-
console.log("wwwwwww");
|
|
10267
10266
|
export { blockly_default as XBlockly, src_default as default, install, loadLocaleMessageBlock };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.18",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -37,10 +37,12 @@
|
|
|
37
37
|
"vue-draggable-plus": "^0.6.1",
|
|
38
38
|
"vue-i18n": "^11.2.8",
|
|
39
39
|
"vue-router": "^4.6.4",
|
|
40
|
-
"vuetify": "^3.11.7"
|
|
40
|
+
"vuetify": "^3.11.7"
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
41
43
|
"x-essential-lib": "^0.9.24",
|
|
42
|
-
"x-runtime-lib": "^0.8.
|
|
43
|
-
"x-state-lib": "^0.3.
|
|
44
|
+
"x-runtime-lib": "^0.8.189",
|
|
45
|
+
"x-state-lib": "^0.3.38"
|
|
44
46
|
},
|
|
45
47
|
"devDependencies": {
|
|
46
48
|
"@eslint/js": "^9.39.2",
|