x-error-lib 0.5.9 → 0.5.11

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-error-lib",
3
3
  "private": false,
4
- "version": "0.5.9",
4
+ "version": "0.5.11",
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.21",
26
- "vue-i18n": "^11.1.12",
27
- "vuetify": "^3.10.0"
25
+ "vue": "^3.5.26",
26
+ "vue-i18n": "^11.2.2",
27
+ "vuetify": "^3.11.4"
28
28
  },
29
29
  "devDependencies": {
30
- "@eslint/js": "^9.35.0",
31
- "@types/node": "^24.3.3",
32
- "@vitejs/plugin-vue": "^6.0.1",
33
- "eslint": "^9.35.0",
30
+ "@eslint/js": "^9.39.2",
31
+ "@types/node": "^25.0.3",
32
+ "@vitejs/plugin-vue": "^6.0.3",
33
+ "eslint": "^9.39.2",
34
34
  "eslint-config-prettier": "^10.1.8",
35
35
  "eslint-plugin-prettier": "^5.5.4",
36
- "eslint-plugin-vue": "^10.4.0",
37
- "globals": "^16.4.0",
36
+ "eslint-plugin-vue": "^10.6.2",
37
+ "globals": "^16.5.0",
38
38
  "husky": "^9.1.7",
39
- "lint-staged": "^16.1.6",
40
- "prettier": "3.6.2",
41
- "sass": "^1.92.1",
42
- "typescript": "^5.9.2",
43
- "typescript-eslint": "^8.43.0",
44
- "vite": "^7.1.5",
39
+ "lint-staged": "^16.2.7",
40
+ "prettier": "3.7.4",
41
+ "sass": "^1.97.0",
42
+ "typescript": "^5.9.3",
43
+ "typescript-eslint": "^8.50.0",
44
+ "vite": "^7.3.0",
45
45
  "vite-plugin-css-injected-by-js": "^3.5.2",
46
46
  "vite-plugin-vuetify": "^2.1.2",
47
47
  "vue-eslint-parser": "^10.2.0",
48
- "vue-tsc": "^3.0.7"
48
+ "vue-tsc": "^3.1.8"
49
49
  }
50
50
  }
@@ -1,136 +0,0 @@
1
- declare const _default: {
2
- 'x-error-lib': {
3
- err: {
4
- 'network error': string;
5
- 'request timeout': string;
6
- 'user not found': string;
7
- };
8
- obj: {};
9
- perm: {
10
- list_app_group: string;
11
- create_app_group: string;
12
- delete_app_group: string;
13
- update_app_group: string;
14
- arrange_app_group: string;
15
- list_app: string;
16
- get_app: string;
17
- create_app: string;
18
- delete_app: string;
19
- update_app: string;
20
- list_app_release: string;
21
- get_app_release: string;
22
- create_app_release: string;
23
- delete_app_release: string;
24
- deploy_app_release: string;
25
- open_app_layer: string;
26
- open_app: string;
27
- list_compute_space: string;
28
- get_compute_space: string;
29
- create_compute_space: string;
30
- delete_compute_space: string;
31
- update_compute_space: string;
32
- arrange_compute_space: string;
33
- list_func_group: string;
34
- create_func_group: string;
35
- delete_func_group: string;
36
- update_func_group: string;
37
- arrange_func_group: string;
38
- list_func: string;
39
- get_func: string;
40
- create_func: string;
41
- delete_func: string;
42
- update_func: string;
43
- debug_func: string;
44
- call_func: string;
45
- list_func_release: string;
46
- get_func_release: string;
47
- create_func_release: string;
48
- delete_func_release: string;
49
- deploy_func_release: string;
50
- list_flow_group: string;
51
- create_flow_group: string;
52
- delete_flow_group: string;
53
- update_flow_group: string;
54
- arrange_flow_group: string;
55
- list_flow: string;
56
- get_flow: string;
57
- create_flow: string;
58
- delete_flow: string;
59
- update_flow: string;
60
- debug_flow: string;
61
- call_flow: string;
62
- list_flow_release: string;
63
- get_flow_release: string;
64
- create_flow_release: string;
65
- delete_flow_release: string;
66
- deploy_flow_release: string;
67
- list_task: string;
68
- get_task: string;
69
- create_task: string;
70
- delete_task: string;
71
- update_task: string;
72
- call_task: string;
73
- open_compute_layer: string;
74
- list_data_space: string;
75
- get_data_space: string;
76
- create_data_space: string;
77
- delete_data_space: string;
78
- update_data_space: string;
79
- arrange_data_space: string;
80
- list_table_group: string;
81
- create_table_group: string;
82
- delete_table_group: string;
83
- update_table_group: string;
84
- arrange_table_group: string;
85
- list_table: string;
86
- get_table: string;
87
- create_table: string;
88
- delete_table: string;
89
- update_table: string;
90
- get_data: string;
91
- create_data: string;
92
- delete_data: string;
93
- update_data: string;
94
- get_relation_graph: string;
95
- update_relation_graph: string;
96
- list_change: string;
97
- apply_change: string;
98
- open_data_layer: string;
99
- list_resource_space: string;
100
- get_resource_space: string;
101
- create_resource_space: string;
102
- delete_resource_space: string;
103
- update_resource_space: string;
104
- arrange_resource_space: string;
105
- list_dir: string;
106
- create_dir: string;
107
- delete_dir: string;
108
- update_dir: string;
109
- move_dir: string;
110
- list_resource: string;
111
- get_resource: string;
112
- create_resource: string;
113
- delete_resource: string;
114
- update_resource: string;
115
- move_resource: string;
116
- open_resource_layer: string;
117
- list_org_member: string;
118
- add_org_member: string;
119
- remove_org_member: string;
120
- update_org_member: string;
121
- list_org_role_group: string;
122
- create_org_role_group: string;
123
- delete_org_role_group: string;
124
- arrange_org_role_group: string;
125
- list_org_role: string;
126
- get_org_role: string;
127
- create_org_role: string;
128
- delete_org_role: string;
129
- update_org_role: string;
130
- get_org_structure: string;
131
- update_org_structure: string;
132
- filter_table: string;
133
- };
134
- };
135
- };
136
- export default _default;
@@ -1,136 +0,0 @@
1
- declare const _default: {
2
- 'x-error-lib': {
3
- err: {
4
- 'network error': string;
5
- 'request timeout': string;
6
- 'user not found': string;
7
- };
8
- obj: {};
9
- perm: {
10
- list_app_group: string;
11
- create_app_group: string;
12
- delete_app_group: string;
13
- update_app_group: string;
14
- arrange_app_group: string;
15
- list_app: string;
16
- get_app: string;
17
- create_app: string;
18
- delete_app: string;
19
- update_app: string;
20
- list_app_release: string;
21
- get_app_release: string;
22
- create_app_release: string;
23
- delete_app_release: string;
24
- deploy_app_release: string;
25
- open_app_layer: string;
26
- open_app: string;
27
- list_compute_space: string;
28
- get_compute_space: string;
29
- create_compute_space: string;
30
- delete_compute_space: string;
31
- update_compute_space: string;
32
- arrange_compute_space: string;
33
- list_func_group: string;
34
- create_func_group: string;
35
- delete_func_group: string;
36
- update_func_group: string;
37
- arrange_func_group: string;
38
- list_func: string;
39
- get_func: string;
40
- create_func: string;
41
- delete_func: string;
42
- update_func: string;
43
- debug_func: string;
44
- call_func: string;
45
- list_func_release: string;
46
- get_func_release: string;
47
- create_func_release: string;
48
- delete_func_release: string;
49
- deploy_func_release: string;
50
- list_flow_group: string;
51
- create_flow_group: string;
52
- delete_flow_group: string;
53
- update_flow_group: string;
54
- arrange_flow_group: string;
55
- list_flow: string;
56
- get_flow: string;
57
- create_flow: string;
58
- delete_flow: string;
59
- update_flow: string;
60
- debug_flow: string;
61
- call_flow: string;
62
- list_flow_release: string;
63
- get_flow_release: string;
64
- create_flow_release: string;
65
- delete_flow_release: string;
66
- deploy_flow_release: string;
67
- list_task: string;
68
- get_task: string;
69
- create_task: string;
70
- delete_task: string;
71
- update_task: string;
72
- call_task: string;
73
- open_compute_layer: string;
74
- list_data_space: string;
75
- get_data_space: string;
76
- create_data_space: string;
77
- delete_data_space: string;
78
- update_data_space: string;
79
- arrange_data_space: string;
80
- list_table_group: string;
81
- create_table_group: string;
82
- delete_table_group: string;
83
- update_table_group: string;
84
- arrange_table_group: string;
85
- list_table: string;
86
- get_table: string;
87
- create_table: string;
88
- delete_table: string;
89
- update_table: string;
90
- get_data: string;
91
- create_data: string;
92
- delete_data: string;
93
- update_data: string;
94
- get_relation_graph: string;
95
- update_relation_graph: string;
96
- list_change: string;
97
- apply_change: string;
98
- open_data_layer: string;
99
- list_resource_space: string;
100
- get_resource_space: string;
101
- create_resource_space: string;
102
- delete_resource_space: string;
103
- update_resource_space: string;
104
- arrange_resource_space: string;
105
- list_dir: string;
106
- create_dir: string;
107
- delete_dir: string;
108
- update_dir: string;
109
- move_dir: string;
110
- list_resource: string;
111
- get_resource: string;
112
- create_resource: string;
113
- delete_resource: string;
114
- update_resource: string;
115
- move_resource: string;
116
- open_resource_layer: string;
117
- list_org_member: string;
118
- add_org_member: string;
119
- remove_org_member: string;
120
- update_org_member: string;
121
- list_org_role_group: string;
122
- create_org_role_group: string;
123
- delete_org_role_group: string;
124
- arrange_org_role_group: string;
125
- list_org_role: string;
126
- get_org_role: string;
127
- create_org_role: string;
128
- delete_org_role: string;
129
- update_org_role: string;
130
- get_org_structure: string;
131
- update_org_structure: string;
132
- filter_table: string;
133
- };
134
- };
135
- };
136
- export default _default;