@k3000/s1 0.4.2 → 0.4.4

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
@@ -1,5 +1,7 @@
1
1
  以UDP微服务的形式构建的平台
2
2
 
3
+ **建议使用@k3000/s2**
4
+
3
5
  #### 1、安装
4
6
  首选全局安装脚本,注意是否有占用全局命令:```bot```
5
7
 
@@ -12,7 +12,7 @@
12
12
  "@k3000/mysql": "^0.1.1",
13
13
  "@k3000/proxy": "^0.1.1",
14
14
  "@k3000/server": "^1.0.7",
15
- "@k3000/store": "^0.3.0",
15
+ "@k3000/store": "^0.4.0",
16
16
  "@k3000/tools": "^0.1.2",
17
17
  "archiver": "^7.0.1",
18
18
  "body-parser": "^1.20.3",
@@ -14,7 +14,7 @@
14
14
  "@k3000/mysql": "^0.1.1",
15
15
  "@k3000/proxy": "^0.1.1",
16
16
  "@k3000/server": "^1.0.7",
17
- "@k3000/store": "^0.3.0",
17
+ "@k3000/store": "^0.4.0",
18
18
  "@k3000/tools": "^0.1.2",
19
19
  "archiver": "^7.0.1",
20
20
  "body-parser": "^1.20.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k3000/s1",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "sync": "npm link",
@@ -14,7 +14,7 @@
14
14
  "bot": "bin.mjs"
15
15
  },
16
16
  "dependencies": {
17
- "@k3000/store": "^0.3.0",
17
+ "@k3000/store": "^0.4.0",
18
18
  "@types/node": "^22.13.10",
19
19
  "archiver": "^7.0.1",
20
20
  "body-parser": "^1.20.3",