@daytonaio/sdk 0.141.0 → 0.142.1
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/src/Daytona.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daytonaio/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.142.1",
|
|
4
4
|
"description": "TypeScript SDK for Daytona",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"pathe": "^2.0.3",
|
|
44
44
|
"shell-quote": "^1.8.2",
|
|
45
45
|
"tar": "^7.5.7",
|
|
46
|
-
"@daytonaio/api-client": "0.
|
|
47
|
-
"@daytonaio/toolbox-api-client": "0.
|
|
46
|
+
"@daytonaio/api-client": "0.142.1",
|
|
47
|
+
"@daytonaio/toolbox-api-client": "0.142.1"
|
|
48
48
|
},
|
|
49
49
|
"packageManager": "yarn@4.6.0",
|
|
50
50
|
"type": "commonjs"
|
package/src/Daytona.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export interface DaytonaConfig {
|
|
|
54
54
|
/** Target environment for sandboxes */
|
|
55
55
|
target?: string;
|
|
56
56
|
/** Configuration for experimental features */
|
|
57
|
-
_experimental
|
|
57
|
+
_experimental?: Record<string, any>;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Supported programming languages for code execution
|