@xiaoguomeiyitian/core 1.3.8 → 1.3.9

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/README.md CHANGED
@@ -20,7 +20,6 @@
20
20
 
21
21
  ## cli
22
22
 
23
- * core dbg 在线调试
24
23
  * core defs 生成类型定义
25
24
  * core func 生成调用函数列表
26
25
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaoguomeiyitian/core",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "types/lib.d.ts",
6
6
  "bin": {
@@ -23,12 +23,12 @@
23
23
  "bundleDependencies": [],
24
24
  "devDependencies": {
25
25
  "@types/node": "^22.14.1",
26
- "typescript": "^5.9.2"
26
+ "typescript": "^5.9.3"
27
27
  },
28
28
  "dependencies": {
29
29
  "@xiaoguomeiyitian/utils": "^0.1.3",
30
30
  "bytenode": "^1.5.7",
31
31
  "classic-level": "^3.0.0",
32
- "tsrpc": "^3.4.19"
32
+ "tsrpc": "^3.4.21"
33
33
  }
34
34
  }