x-block-lib 0.6.38 → 0.6.39

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.
@@ -130,6 +130,7 @@ const _ = {
130
130
  COLOR_V1_RGB_HELPURL: "COLOR_V1_RGB_HELPURL",
131
131
  // compute
132
132
  COMPUTE_CALL: "call",
133
+ COMPUTE_CALLBACK: "callback",
133
134
  COMPUTE_DO: "do",
134
135
  COMPUTE_FUNC_ENTRY: "func entry",
135
136
  COMPUTE_V1_DEBUG_TRACE_TITLE: "debug trace %1",
@@ -130,6 +130,7 @@ const _ = {
130
130
  COLOR_V1_RGB_HELPURL: "COLOR_V1_RGB_HELPURL",
131
131
  // compute
132
132
  COMPUTE_CALL: "调用",
133
+ COMPUTE_CALLBACK: "回调",
133
134
  COMPUTE_DO: "执行",
134
135
  COMPUTE_FUNC_ENTRY: "函数入口",
135
136
  COMPUTE_V1_DEBUG_TRACE_TITLE: "调试追踪%1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.6.38",
4
+ "version": "0.6.39",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -32,8 +32,8 @@
32
32
  "vue-draggable-plus": "^0.6.0",
33
33
  "vuetify": "^3.8.1",
34
34
  "x-essential-lib": "^0.8.7",
35
- "x-runtime-lib": "^0.6.44",
36
- "x-state-lib": "^0.2.1"
35
+ "x-runtime-lib": "^0.6.46",
36
+ "x-state-lib": "^0.2.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@eslint/js": "^9.24.0",