@dg-kit/safety 1.16.0 → 1.16.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dg-kit/safety",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "DG-Lab 设备安全链:策略引擎、默认上限策略、串行命令队列",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "0xNullAI",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prepublishOnly": "npm run build"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@dg-kit/core": "1.16.
|
|
36
|
-
"@dg-kit/protocol": "1.16.
|
|
35
|
+
"@dg-kit/core": "1.16.1",
|
|
36
|
+
"@dg-kit/protocol": "1.16.1"
|
|
37
37
|
}
|
|
38
38
|
}
|