@agentuity/sandbox 3.0.0-alpha.6 → 3.0.0-beta.0
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 +3 -3
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentuity/sandbox",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Agentuity employees and contributors",
|
|
6
6
|
"type": "module",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"clean": "rm -rf dist"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@agentuity/core": "3.0.0-
|
|
21
|
+
"@agentuity/core": "3.0.0-beta.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"typescript": "^5.9.0"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/agentuity/sdk.git",
|
|
28
|
+
"url": "git+https://github.com/agentuity/sdk.git",
|
|
29
29
|
"directory": "packages/sandbox"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/dist/index.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { SandboxClient, type SandboxClientOptions, type SandboxInstance, type ExecuteOptions, SandboxClientOptionsSchema, SandboxClientExecuteOptionsSchema, SandboxClientRunIOSchema, type JobInstance, type DiskCheckpointInstance, type SnapshotInfo, type SnapshotListResponse, type SnapshotLineageResponse, type ExecutionInfo, type ExecutionListResponse, type SandboxEventListResponse, type DiskCheckpointInfo, type Job, type JobListResponse, type ListSandboxesResponse, type ListRuntimesResponse, } from '@agentuity/core/sandbox';
|
|
2
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,aAAa,EACb,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,0BAA0B,EAC1B,iCAAiC,EACjC,wBAAwB,EACxB,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,kBAAkB,EACvB,KAAK,GAAG,EACR,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,GACzB,MAAM,yBAAyB,CAAC"}
|
package/dist/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { SandboxClient, SandboxClientOptionsSchema, SandboxClientExecuteOptionsSchema, SandboxClientRunIOSchema, } from '@agentuity/core/sandbox';
|