@daytona/sdk 0.161.0-alpha.3 → 0.162.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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -177,4 +177,4 @@ const completions = await lsp.completions('path/to/file.ts', {
|
|
|
177
177
|
|
|
178
178
|
## Contributing
|
|
179
179
|
|
|
180
|
-
Daytona is Open Source under the [Apache License 2.0](
|
|
180
|
+
Daytona is Open Source under the [Apache License 2.0](./LICENSE), and is the [copyright of its contributors](../../NOTICE). If you would like to contribute to the software, read the Developer Certificate of Origin Version 1.1 (https://developercertificate.org/). Afterwards, navigate to the [contributing guide](../../CONTRIBUTING.md) to get started.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daytona/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.162.0",
|
|
4
4
|
"description": "Daytona TypeScript SDK for sandbox management and code execution",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"pathe": "^2.0.3",
|
|
49
49
|
"shell-quote": "^1.8.2",
|
|
50
50
|
"tar": "^7.5.11",
|
|
51
|
-
"@daytona/api-client": "0.
|
|
52
|
-
"@daytona/toolbox-api-client": "0.
|
|
51
|
+
"@daytona/api-client": "0.162.0",
|
|
52
|
+
"@daytona/toolbox-api-client": "0.162.0"
|
|
53
53
|
},
|
|
54
54
|
"packageManager": "yarn@4.13.0",
|
|
55
55
|
"type": "commonjs"
|