@task-handoff/node-agent 0.0.18 → 0.0.20
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/dist/cli.js +1 -1
- package/package.json +2 -1
- package/runtime-artifacts/{controlled-instance-runtime-0.0.18-linux-universal.manifest.json → controlled-instance-runtime-0.0.20-linux-universal.manifest.json} +2 -2
- package/runtime-artifacts/controlled-instance-runtime-0.0.20-linux-universal.tar.gz +0 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.20-linux-universal.tar.gz.sha256 +1 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.18-linux-universal.tar.gz +0 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.18-linux-universal.tar.gz.sha256 +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@task-handoff/node-agent",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "Prebuilt TaskHandoff node agent runtime.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"semver": "7.8.5",
|
|
32
32
|
"tar": "7.5.20",
|
|
33
33
|
"telegramify-markdown": "1.3.3",
|
|
34
|
+
"tweetnacl": "1.0.3",
|
|
34
35
|
"write-file-atomic": "8.0.0",
|
|
35
36
|
"ws": "8.21.0",
|
|
36
37
|
"zod": "4.4.3"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@task-handoff/controlled-instance",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"platform": "linux",
|
|
5
5
|
"arch": "universal",
|
|
6
6
|
"formatVersion": 1,
|
|
7
7
|
"launcherAbi": 1,
|
|
8
8
|
"entrypoint": "dist/controlled-instance-cli.js",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "f9bc938c087e5c6bef4813a6f51dcca511895301e74ed055e60fcc732d31e5f2"
|
|
10
10
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e7821e82b4127ee9729680ee9c6167e225aaec148d71029ce8785bda8b9482f2 controlled-instance-runtime-0.0.20-linux-universal.tar.gz
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1d149eca220a1c1191d53373a8bc508fe99e67ccb0328051bd9eb4303ac7734a controlled-instance-runtime-0.0.18-linux-universal.tar.gz
|