x-error-lib 0.5.4 → 0.5.6

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.ftlypaed.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.idpuac3m.js") }), `./locales/${r}/index.ts`, 4)).default;
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",
4
+ "version": "0.5.6",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -22,29 +22,29 @@
22
22
  "*": "prettier --write ."
23
23
  },
24
24
  "dependencies": {
25
- "vue": "^3.5.17",
26
- "vue-i18n": "^11.1.9",
27
- "vuetify": "^3.9.0"
25
+ "vue": "^3.5.18",
26
+ "vue-i18n": "^11.1.11",
27
+ "vuetify": "^3.9.4"
28
28
  },
29
29
  "devDependencies": {
30
- "@eslint/js": "^9.30.1",
31
- "@types/node": "^24.0.12",
32
- "@vitejs/plugin-vue": "^6.0.0",
33
- "eslint": "^9.30.1",
34
- "eslint-config-prettier": "^10.1.5",
35
- "eslint-plugin-prettier": "^5.5.1",
36
- "eslint-plugin-vue": "^10.3.0",
30
+ "@eslint/js": "^9.33.0",
31
+ "@types/node": "^24.2.1",
32
+ "@vitejs/plugin-vue": "^6.0.1",
33
+ "eslint": "^9.33.0",
34
+ "eslint-config-prettier": "^10.1.8",
35
+ "eslint-plugin-prettier": "^5.5.4",
36
+ "eslint-plugin-vue": "^10.4.0",
37
37
  "globals": "^16.3.0",
38
38
  "husky": "^9.1.7",
39
- "lint-staged": "^16.1.2",
39
+ "lint-staged": "^16.1.5",
40
40
  "prettier": "3.6.2",
41
- "sass": "^1.89.2",
42
- "typescript": "^5.8.3",
43
- "typescript-eslint": "^8.36.0",
44
- "vite": "^7.0.3",
41
+ "sass": "^1.90.0",
42
+ "typescript": "^5.9.2",
43
+ "typescript-eslint": "^8.39.1",
44
+ "vite": "^7.1.2",
45
45
  "vite-plugin-css-injected-by-js": "^3.5.2",
46
- "vite-plugin-vuetify": "^2.1.1",
46
+ "vite-plugin-vuetify": "^2.1.2",
47
47
  "vue-eslint-parser": "^10.2.0",
48
- "vue-tsc": "^3.0.1"
48
+ "vue-tsc": "^3.0.5"
49
49
  }
50
50
  }