x-block-lib 0.4.6 → 0.4.7

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.
@@ -44,7 +44,7 @@ const _ = {
44
44
  CATEGORY_LOOP: "循环",
45
45
  CATEGORY_MATH: "数学",
46
46
  CATEGORY_OBJECT: "对象",
47
- CATEGORY_PROCEDURE: "过程",
47
+ CATEGORY_PROCEDURE: "程序",
48
48
  CATEGORY_TEXT: "文本",
49
49
  CATEGORY_TIMER: "时间",
50
50
  CATEGORY_VARIABLE: "变量",
@@ -52,7 +52,7 @@ const _ = {
52
52
  LABEL_BOOLEAN: "布尔",
53
53
  LABEL_CREATE_VARIABLE: "创建变量",
54
54
  LABEL_CREATED: "已创建",
55
- LABEL_PROCEDURE: "过程",
55
+ LABEL_PROCEDURE: "程序",
56
56
  LABEL_VARIABLE: "变量",
57
57
  // asset
58
58
  ASSET_DATA: "数据",
@@ -257,7 +257,7 @@ const _ = {
257
257
  OBJECT_V1_TO_JSON_TOOLTIP: "OBJECT_V1_TO_JSON_TOOLTIP",
258
258
  OBJECT_V1_TO_JSON_HELPURL: "OBJECT_V1_TO_JSON_HELPURL",
259
259
  // procedure
260
- PROCEDURE_DEFAULT_NAME: "过程",
260
+ PROCEDURE_DEFAULT_NAME: "程序",
261
261
  PROCEDURE_RETURN: "返回",
262
262
  PROCEDURE_WITH_RETURN: "带返回值",
263
263
  PROCEDURE_V1_DEF_CONTAINER_TITLE: "带返回值",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.4.6",
4
+ "version": "0.4.7",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -32,19 +32,19 @@
32
32
  "devDependencies": {
33
33
  "@eslint/js": "^10.0.0",
34
34
  "@types/lodash-es": "^4.17.12",
35
- "@types/node": "^22.7.6",
35
+ "@types/node": "^22.7.7",
36
36
  "@vitejs/plugin-vue": "^5.1.4",
37
- "eslint": "^9.12.0",
37
+ "eslint": "^9.13.0",
38
38
  "eslint-config-prettier": "^9.1.0",
39
39
  "eslint-plugin-prettier": "^5.2.1",
40
- "eslint-plugin-vue": "^9.29.0",
40
+ "eslint-plugin-vue": "^9.29.1",
41
41
  "husky": "^9.1.6",
42
42
  "lint-staged": "^15.2.10",
43
43
  "pinia-plugin-persistedstate": "^4.1.1",
44
44
  "prettier": "3.3.3",
45
- "sass": "^1.80.0",
45
+ "sass": "^1.80.3",
46
46
  "typescript": "^5.6.3",
47
- "typescript-eslint": "^8.9.0",
47
+ "typescript-eslint": "^8.11.0",
48
48
  "vite": "^5.4.9",
49
49
  "vite-plugin-css-injected-by-js": "^3.5.2",
50
50
  "vite-plugin-vuetify": "^2.0.4",
File without changes