@autonome-research/thread-phase-cli 3.4.0 → 4.0.0
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": "@autonome-research/thread-phase-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "CLI and auto-loader for thread-phase — discovers extensions under .thread-phase/ and runs registered pipelines. Installing this gets the full runtime (core + adapters).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"typecheck": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@autonome-research/thread-phase": "^
|
|
28
|
-
"@autonome-research/thread-phase-agents": "^
|
|
27
|
+
"@autonome-research/thread-phase": "^4.0.0",
|
|
28
|
+
"@autonome-research/thread-phase-agents": "^4.0.0",
|
|
29
29
|
"tsx": "^4.19.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|