@task-handoff/node-agent 0.0.10-alpha.2 → 0.0.11
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 +1 -1
- package/runtime-artifacts/{controlled-instance-runtime-0.0.10-alpha.2-linux-universal.manifest.json → controlled-instance-runtime-0.0.11-linux-universal.manifest.json} +2 -2
- package/runtime-artifacts/controlled-instance-runtime-0.0.11-linux-universal.tar.gz +0 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.11-linux-universal.tar.gz.sha256 +1 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.10-alpha.2-linux-universal.tar.gz +0 -0
- package/runtime-artifacts/controlled-instance-runtime-0.0.10-alpha.2-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.11",
|
|
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": "98224e2436c1ceff1e9b4d8df170574f72ff470b9b07523ff4deba061a6150cd"
|
|
10
10
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
230bb65048ac975d3c4be44d2905df7106ca9f6d220657a9ef8ab566b49bd79e controlled-instance-runtime-0.0.11-linux-universal.tar.gz
|
|
Binary file
|
package/runtime-artifacts/controlled-instance-runtime-0.0.10-alpha.2-linux-universal.tar.gz.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6e763ec04cedee371b02b88f8ea611ec489079491ce172e0889156f11c501df3 controlled-instance-runtime-0.0.10-alpha.2-linux-universal.tar.gz
|