x-runtime-lib 0.3.2 → 0.3.3
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
|
@@ -5275,7 +5275,7 @@ const ec = /* @__PURE__ */ on({
|
|
|
5275
5275
|
});
|
|
5276
5276
|
};
|
|
5277
5277
|
async function bc(n, s) {
|
|
5278
|
-
const p = await ic(/* @__PURE__ */ Object.assign({ "./locales/en.ts": () => import("./en-
|
|
5278
|
+
const p = await ic(/* @__PURE__ */ Object.assign({ "./locales/en.ts": () => import("./en-5h3nxzyx.js"), "./locales/zhHans.ts": () => import("./zhHans-e4vdgbo9.js") }), `./locales/${s}.ts`);
|
|
5279
5279
|
return n.global.setLocaleMessage(s, p.default), Di();
|
|
5280
5280
|
}
|
|
5281
5281
|
export {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-runtime-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.3",
|
|
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.
|
|
27
|
+
"x-essential-lib": "^0.5.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"vue": "^3.4.
|
|
30
|
+
"vue": "^3.4.29",
|
|
31
31
|
"vue-i18n": "^9.13.1",
|
|
32
|
-
"vuetify": "^3.6.
|
|
32
|
+
"vuetify": "^3.6.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
File without changes
|
|
File without changes
|