modal 0.7.6 → 0.8.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/README.md +1 -2
- package/dist/index.cjs +4744 -3036
- package/dist/index.d.cts +525 -298
- package/dist/index.d.ts +525 -298
- package/dist/index.js +4766 -3057
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,8 +52,7 @@ We also provide a number of examples:
|
|
|
52
52
|
- [Execute Sandbox commands](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-exec.ts)
|
|
53
53
|
- [Running a coding agent in a Sandbox](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-agent.ts)
|
|
54
54
|
- [Check the status and exit code of a Sandbox](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-poll.ts)
|
|
55
|
-
- [Access Sandbox filesystem
|
|
56
|
-
- [Access Sandbox filesystem (new API)](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-fs.ts)
|
|
55
|
+
- [Access Sandbox filesystem](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-fs.ts)
|
|
57
56
|
- [Expose ports on a Sandbox using Tunnels](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-tunnels.ts)
|
|
58
57
|
- [Create connect tokens for a Sandbox](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-connect-token.ts)
|
|
59
58
|
- [Include Secrets in Sandbox](https://github.com/modal-labs/modal-client/blob/main/js/examples/sandbox-secrets.ts)
|