@computesdk/daytona 1.6.0 → 1.6.2

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/dist/index.d.mts CHANGED
@@ -16,6 +16,6 @@ interface DaytonaConfig {
16
16
  /**
17
17
  * Create a Daytona provider instance using the factory pattern
18
18
  */
19
- declare const daytona: (config: DaytonaConfig) => computesdk.Provider<Sandbox, any, any>;
19
+ declare const daytona: (config: DaytonaConfig & computesdk.BaseProviderConfig) => computesdk.Provider<Sandbox, any, any>;
20
20
 
21
21
  export { type DaytonaConfig, daytona };
package/dist/index.d.ts CHANGED
@@ -16,6 +16,6 @@ interface DaytonaConfig {
16
16
  /**
17
17
  * Create a Daytona provider instance using the factory pattern
18
18
  */
19
- declare const daytona: (config: DaytonaConfig) => computesdk.Provider<Sandbox, any, any>;
19
+ declare const daytona: (config: DaytonaConfig & computesdk.BaseProviderConfig) => computesdk.Provider<Sandbox, any, any>;
20
20
 
21
21
  export { type DaytonaConfig, daytona };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computesdk/daytona",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "Daytona provider for ComputeSDK",
5
5
  "author": "Garrison",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@daytonaio/sdk": "^0.25.0",
22
- "computesdk": "1.9.0"
22
+ "computesdk": "1.9.3"
23
23
  },
24
24
  "keywords": [
25
25
  "daytona",