x-error-lib 0.5.4 → 0.5.5
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.
|
@@ -126,6 +126,7 @@ const e = {
|
|
|
126
126
|
list_org_role_group: "list org role group",
|
|
127
127
|
create_org_role_group: "create org role group",
|
|
128
128
|
delete_org_role_group: "delete org role group",
|
|
129
|
+
update_org_role_group: "update org role group",
|
|
129
130
|
arrange_org_role_group: "arrange org role group",
|
|
130
131
|
list_org_role: "list org role",
|
|
131
132
|
get_org_role: "get org role",
|
|
@@ -126,6 +126,7 @@ const e = {
|
|
|
126
126
|
list_org_role_group: "列举组织角色分组",
|
|
127
127
|
create_org_role_group: "创建组织角色分组",
|
|
128
128
|
delete_org_role_group: "删除组织角色分组",
|
|
129
|
+
update_org_role_group: "更新组织角色分组",
|
|
129
130
|
arrange_org_role_group: "整理组织角色分组",
|
|
130
131
|
list_org_role: "列举组织角色",
|
|
131
132
|
get_org_role: "获取组织角色",
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const i = (r, e, t) => {
|
|
|
5
5
|
});
|
|
6
6
|
};
|
|
7
7
|
async function u(r) {
|
|
8
|
-
return (await i(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.
|
|
8
|
+
return (await i(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.ni33idsp.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.o98n49ab.js") }), `./locales/${r}/index.ts`, 4)).default;
|
|
9
9
|
}
|
|
10
10
|
function c(r) {
|
|
11
11
|
const e = { main: "", extras: {} };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-error-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"vue": "^3.5.17",
|
|
26
|
-
"vue-i18n": "^11.1.
|
|
27
|
-
"vuetify": "^3.9.
|
|
26
|
+
"vue-i18n": "^11.1.10",
|
|
27
|
+
"vuetify": "^3.9.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@eslint/js": "^9.
|
|
31
|
-
"@types/node": "^24.0.
|
|
30
|
+
"@eslint/js": "^9.31.0",
|
|
31
|
+
"@types/node": "^24.0.14",
|
|
32
32
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
33
|
-
"eslint": "^9.
|
|
33
|
+
"eslint": "^9.31.0",
|
|
34
34
|
"eslint-config-prettier": "^10.1.5",
|
|
35
35
|
"eslint-plugin-prettier": "^5.5.1",
|
|
36
36
|
"eslint-plugin-vue": "^10.3.0",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"prettier": "3.6.2",
|
|
41
41
|
"sass": "^1.89.2",
|
|
42
42
|
"typescript": "^5.8.3",
|
|
43
|
-
"typescript-eslint": "^8.
|
|
44
|
-
"vite": "^7.0.
|
|
43
|
+
"typescript-eslint": "^8.37.0",
|
|
44
|
+
"vite": "^7.0.5",
|
|
45
45
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
46
46
|
"vite-plugin-vuetify": "^2.1.1",
|
|
47
47
|
"vue-eslint-parser": "^10.2.0",
|
|
48
|
-
"vue-tsc": "^3.0.
|
|
48
|
+
"vue-tsc": "^3.0.2"
|
|
49
49
|
}
|
|
50
50
|
}
|