x-block-lib 0.7.8 → 0.7.10

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -9120,7 +9120,7 @@ mn.setPrompt(async (t, e, n) => {
9120
9120
  title: "",
9121
9121
  value: e
9122
9122
  });
9123
- n(String(o));
9123
+ o !== void 0 && n(String(o));
9124
9124
  });
9125
9125
  const Pn = (t, e, n) => {
9126
9126
  const o = t[e];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.7.8",
4
+ "version": "0.7.10",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "*": "prettier --write ."
23
23
  },
24
24
  "dependencies": {
25
- "@blockly/field-colour": "^6.0.3",
26
- "@blockly/plugin-cross-tab-copy-paste": "^8.0.0",
25
+ "@blockly/field-colour": "^6.0.4",
26
+ "@blockly/plugin-cross-tab-copy-paste": "^8.0.1",
27
27
  "@highlightjs/vue-plugin": "^2.1.0",
28
28
  "axios": "^1.10.0",
29
29
  "blockly": "^12.2.0",
@@ -33,9 +33,9 @@
33
33
  "vue-draggable-plus": "^0.6.0",
34
34
  "vue-i18n": "^11.1.10",
35
35
  "vue-router": "^4.5.1",
36
- "vuetify": "^3.9.0",
37
- "x-essential-lib": "^0.8.21",
38
- "x-runtime-lib": "^0.7.15",
36
+ "vuetify": "^3.9.1",
37
+ "x-essential-lib": "^0.8.24",
38
+ "x-runtime-lib": "^0.7.16",
39
39
  "x-state-lib": "^0.3.2"
40
40
  },
41
41
  "devDependencies": {
@@ -54,10 +54,10 @@
54
54
  "sass": "^1.89.2",
55
55
  "typescript": "^5.8.3",
56
56
  "typescript-eslint": "^8.37.0",
57
- "vite": "^7.0.4",
57
+ "vite": "^7.0.5",
58
58
  "vite-plugin-css-injected-by-js": "^3.5.2",
59
59
  "vite-plugin-vuetify": "^2.1.1",
60
60
  "vue-eslint-parser": "^10.2.0",
61
- "vue-tsc": "^3.0.1"
61
+ "vue-tsc": "^3.0.2"
62
62
  }
63
63
  }