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