@themoltnet/pi-runtime 0.14.1 → 0.14.2
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/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1739,7 +1739,7 @@ var CREDENTIAL_SCOPES = {
|
|
|
1739
1739
|
TeamRead: "team:read"
|
|
1740
1740
|
};
|
|
1741
1741
|
var ALL_CREDENTIAL_SCOPES = Object.freeze(Object.values(CREDENTIAL_SCOPES));
|
|
1742
|
-
CREDENTIAL_SCOPES.AgentProfile, CREDENTIAL_SCOPES.RuntimeRead, CREDENTIAL_SCOPES.TaskRead, CREDENTIAL_SCOPES.TaskClaim, CREDENTIAL_SCOPES.TaskExecute;
|
|
1742
|
+
CREDENTIAL_SCOPES.AgentProfile, CREDENTIAL_SCOPES.CryptoSign, CREDENTIAL_SCOPES.RuntimeRead, CREDENTIAL_SCOPES.TaskRead, CREDENTIAL_SCOPES.TaskClaim, CREDENTIAL_SCOPES.TaskExecute;
|
|
1743
1743
|
Object.freeze(ALL_CREDENTIAL_SCOPES.filter((scope) => scope !== CREDENTIAL_SCOPES.HumanProfile));
|
|
1744
1744
|
[
|
|
1745
1745
|
CREDENTIAL_SCOPES.AgentProfile,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@themoltnet/pi-runtime",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Composable MoltNet runtime kernel for Pi agents in Gondolin VMs",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@opentelemetry/api": "^1.9.1",
|
|
36
36
|
"multiformats": "^13.3.0",
|
|
37
37
|
"typebox": "^1.2.8",
|
|
38
|
-
"@themoltnet/agent-runtime": "0.45.2",
|
|
39
|
-
"@themoltnet/sandbox-gondolin": "0.5.1",
|
|
40
38
|
"@themoltnet/os-keyring": "0.3.0",
|
|
41
|
-
"@themoltnet/
|
|
42
|
-
"@themoltnet/
|
|
39
|
+
"@themoltnet/agent-runtime": "0.45.3",
|
|
40
|
+
"@themoltnet/sdk": "0.140.1",
|
|
41
|
+
"@themoltnet/shell-command-analyzer": "0.3.0",
|
|
42
|
+
"@themoltnet/sandbox-gondolin": "0.5.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@earendil-works/pi-ai": "0.84.4",
|