@themoltnet/pi-extension 0.38.4 → 0.38.6
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -184,7 +184,7 @@ the base snapshot is used (Alpine + git + gh + MoltNet CLI + agent user).
|
|
|
184
184
|
"overlaySize": "8G",
|
|
185
185
|
"setupCommands": [
|
|
186
186
|
"apk add --no-cache libgcc libstdc++ python3 go",
|
|
187
|
-
"sh -eu -c 'ARCH=$(uname -m | sed \"s/x86_64/x64/;s/aarch64/arm64/\") && curl -fsSL \"https://unofficial-builds.nodejs.org/download/release/
|
|
187
|
+
"sh -eu -c 'ARCH=$(uname -m | sed \"s/x86_64/x64/;s/aarch64/arm64/\") && curl -fsSL \"https://unofficial-builds.nodejs.org/download/release/v24.14.1/node-v24.14.1-linux-${ARCH}-musl.tar.xz\" -o /tmp/node.tar.xz && tar -xJf /tmp/node.tar.xz -C /usr/local --strip-components=1 && rm /tmp/node.tar.xz'",
|
|
188
188
|
"npm install -g pnpm tsx"
|
|
189
189
|
]
|
|
190
190
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@themoltnet/pi-extension",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MoltNet pi extension — sandboxed tool execution in Gondolin VMs with MoltNet identity and persistent memory",
|
|
6
6
|
"keywords": [
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@earendil-works/gondolin": "^0.9.1",
|
|
37
|
-
"@themoltnet/pi-runtime": "0.7.
|
|
38
|
-
"@themoltnet/sdk": "0.
|
|
37
|
+
"@themoltnet/pi-runtime": "0.7.2",
|
|
38
|
+
"@themoltnet/sdk": "0.131.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@earendil-works/pi-ai": "0.79.4",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"vitest": "^3.0.0"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
62
|
-
"node": ">=
|
|
62
|
+
"node": ">=24"
|
|
63
63
|
},
|
|
64
64
|
"nx": {
|
|
65
65
|
"tags": [
|