@daytonaio/sdk 0.185.0 → 0.187.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/cjs/Daytona.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare const CODE_TOOLBOX_LANGUAGE_LABEL = "code-toolbox-language";
10
10
  * Represents a volume mount for a Sandbox.
11
11
  *
12
12
  * @interface
13
- * @property {string} volumeId - ID of the Volume to mount
13
+ * @property {string} volumeId - ID or name of the Volume to mount
14
14
  * @property {string} mountPath - Path on the Sandbox to mount the Volume
15
15
  */
16
16
  export interface VolumeMount extends SandboxVolume {
package/esm/Daytona.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare const CODE_TOOLBOX_LANGUAGE_LABEL = "code-toolbox-language";
10
10
  * Represents a volume mount for a Sandbox.
11
11
  *
12
12
  * @interface
13
- * @property {string} volumeId - ID of the Volume to mount
13
+ * @property {string} volumeId - ID or name of the Volume to mount
14
14
  * @property {string} mountPath - Path on the Sandbox to mount the Volume
15
15
  */
16
16
  export interface VolumeMount extends SandboxVolume {
@@ -113,7 +113,7 @@ export function getPackageInfo() {
113
113
  if (_packageInfo)
114
114
  return _packageInfo;
115
115
  try {
116
- const pkg = {"name":"@daytona/sdk","version":"0.185.0"};
116
+ const pkg = {"name":"@daytona/sdk","version":"0.187.0"};
117
117
  _packageInfo = { name: pkg.name, version: pkg.version };
118
118
  }
119
119
  catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/sdk",
3
- "version": "0.185.0",
3
+ "version": "0.187.0",
4
4
  "description": "Daytona TypeScript SDK for sandbox management and code execution",
5
5
  "exports": {
6
6
  ".": {
@@ -90,7 +90,7 @@
90
90
  "pathe": "^2.0.3",
91
91
  "shell-quote": "^1.8.2",
92
92
  "tar": "^7.5.11",
93
- "@daytona/api-client": "0.185.0",
94
- "@daytona/toolbox-api-client": "0.185.0"
93
+ "@daytona/api-client": "0.187.0",
94
+ "@daytona/toolbox-api-client": "0.187.0"
95
95
  }
96
96
  }