x-error-lib 0.5.0 → 0.5.2

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.
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  obj: {};
9
9
  perm: {
10
10
  list_app_group: string;
11
- create_add_group: string;
11
+ create_app_group: string;
12
12
  delete_app_group: string;
13
13
  update_app_group: string;
14
14
  arrange_app_group: string;
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  obj: {};
9
9
  perm: {
10
10
  list_app_group: string;
11
- create_add_group: string;
11
+ create_app_group: string;
12
12
  delete_app_group: string;
13
13
  update_app_group: string;
14
14
  arrange_app_group: string;
@@ -9,7 +9,7 @@ const e = {
9
9
  perm: {
10
10
  // app
11
11
  list_app_group: "list app group",
12
- create_add_group: "create app group",
12
+ create_app_group: "create app group",
13
13
  delete_app_group: "delete app group",
14
14
  update_app_group: "update app group",
15
15
  arrange_app_group: "arrange app group",
@@ -9,7 +9,7 @@ const e = {
9
9
  perm: {
10
10
  // app
11
11
  list_app_group: "列举应用分组",
12
- create_add_group: "创建应用分组",
12
+ create_app_group: "创建应用分组",
13
13
  delete_app_group: "删除应用分组",
14
14
  update_app_group: "更新应用分组",
15
15
  arrange_app_group: "整理应用分组",
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ const i = (r, t, e) => {
12
12
  });
13
13
  };
14
14
  async function u(r) {
15
- return (await i(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-k5dzmwmb.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-oj2d4r5a.js") }), `./locales/${r}/index.ts`, 4)).default;
15
+ 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;
16
16
  }
17
17
  function c(r) {
18
18
  const t = { 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.0",
4
+ "version": "0.5.2",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -23,27 +23,26 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "vue": "^3.5.13",
26
- "vue-i18n": "^11.1.1",
27
- "vuetify": "^3.7.13"
26
+ "vue-i18n": "^11.1.3",
27
+ "vuetify": "^3.8.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@eslint/js": "^9.21.0",
31
- "@types/node": "^22.13.5",
32
- "@vitejs/plugin-vue": "^5.2.1",
33
- "eslint": "^9.21.0",
34
- "eslint-config-prettier": "^10.0.1",
35
- "eslint-plugin-prettier": "^5.2.3",
36
- "eslint-plugin-vue": "^9.32.0",
30
+ "@eslint/js": "^9.24.0",
31
+ "@types/node": "^22.14.0",
32
+ "@vitejs/plugin-vue": "^5.2.3",
33
+ "eslint": "^9.24.0",
34
+ "eslint-config-prettier": "^10.1.1",
35
+ "eslint-plugin-prettier": "^5.2.6",
36
+ "eslint-plugin-vue": "^10.0.0",
37
37
  "husky": "^9.1.7",
38
- "lint-staged": "^15.4.3",
39
- "prettier": "3.5.2",
40
- "sass": "^1.85.1",
41
- "typescript": "^5.7.3",
42
- "typescript-eslint": "^8.25.0",
43
- "vite": "^6.2.0",
38
+ "lint-staged": "^15.5.0",
39
+ "prettier": "3.5.3",
40
+ "sass": "^1.86.3",
41
+ "typescript": "^5.8.3",
42
+ "typescript-eslint": "^8.29.1",
43
+ "vite": "^6.2.5",
44
44
  "vite-plugin-css-injected-by-js": "^3.5.2",
45
- "vite-plugin-vuetify": "^2.1.0",
46
- "vue-eslint-parser": "^9.4.3",
47
- "vue-tsc": "^2.2.4"
45
+ "vite-plugin-vuetify": "^2.1.1",
46
+ "vue-tsc": "^2.2.8"
48
47
  }
49
48
  }