@task-handoff/node-agent 0.0.15 → 0.0.16
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 +1 -1
- package/runtime-artifacts/{controlled-instance-runtime-0.0.15-linux-universal.manifest.json → controlled-instance-runtime-0.0.16-linux-universal.manifest.json} +2 -2
- package/runtime-artifacts/{controlled-instance-runtime-0.0.15-linux-universal.tar.gz → controlled-instance-runtime-0.0.16-linux-universal.tar.gz} +0 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.16-linux-universal.tar.gz.sha256 +1 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.15-linux-universal.tar.gz.sha256 +0 -1
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@task-handoff/controlled-instance",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
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": "49cba53b846707e115a727b8b3ac3b02cda6fb2326120734b4778c64cc06dc2a"
|
|
10
10
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2a95e98182db251f91a887d77a86051e230ea1339995e54682c85143df181d52 controlled-instance-runtime-0.0.16-linux-universal.tar.gz
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
af3d2ffb993c7e188d1eb6fafb00a49b6861879afc6c25cee0a46f5ea76ef1d2 controlled-instance-runtime-0.0.15-linux-universal.tar.gz
|