x-runtime-lib 0.3.9 → 0.3.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.
package/dist/index.js CHANGED
@@ -5259,7 +5259,7 @@ const Zs = /* @__PURE__ */ on({
5259
5259
  }
5260
5260
  ]
5261
5261
  };
5262
- for (let n in Ne) {
5262
+ for (const n in Ne) {
5263
5263
  const s = Ne[n];
5264
5264
  s.leaf || s.methods.unshift(rc);
5265
5265
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.3.9",
4
+ "version": "0.3.10",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -24,12 +24,12 @@
24
24
  "dependencies": {
25
25
  "js-interpreter": "^5.1.2",
26
26
  "lodash-es": "^4.17.21",
27
- "x-essential-lib": "^0.6.5"
27
+ "x-essential-lib": "^0.6.7"
28
28
  },
29
29
  "peerDependencies": {
30
- "vue": "^3.4.32",
31
- "vue-i18n": "^9.13.1",
32
- "vuetify": "^3.6.13"
30
+ "vue": "^3.4.38",
31
+ "vue-i18n": "^9.14.0",
32
+ "vuetify": "^3.7.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@rushstack/eslint-patch": "^1.10.3",
@@ -48,7 +48,7 @@
48
48
  "vite": "^5.3.3",
49
49
  "vite-plugin-css-injected-by-js": "^3.5.1",
50
50
  "vite-plugin-vuetify": "^2.0.3",
51
- "vue-router": "^4.4.0",
51
+ "vue-router": "^4.4.3",
52
52
  "vue-tsc": "^2.0.26"
53
53
  }
54
54
  }
@@ -1 +0,0 @@
1
- export declare function loadLocaleMessageElement(locale: string): Promise<object>;