@longzai-intelligence-git/massive-sync-runner 0.1.2 → 0.1.3
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": "@longzai-intelligence-git/massive-sync-runner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Longzai Intelligence Git - 巨量同步任务运行器(函数式状态机执行核心,cli/desktop 直接消费,非 Port)",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"clean": "lzi-dev-cli clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@longzai-intelligence-git/core": "0.1.
|
|
34
|
-
"@longzai-intelligence-git/massive-sync-pipeline": "0.1.
|
|
33
|
+
"@longzai-intelligence-git/core": "0.1.3",
|
|
34
|
+
"@longzai-intelligence-git/massive-sync-pipeline": "0.1.3"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"zod": "^4.4.3"
|