@computesdk/namespace 1.1.13 → 1.1.14

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
@@ -33,6 +33,6 @@ declare const fetchNamespace: (token: string, endpoint: string, options?: Reques
33
33
  /**
34
34
  * Create a Namespace provider instance using the factory pattern
35
35
  */
36
- declare const namespace: (config: NamespaceConfig & _computesdk_provider.BaseProviderConfig) => _computesdk_provider.Provider<NamespaceSandbox, any, any>;
36
+ declare const namespace: (config: NamespaceConfig) => _computesdk_provider.Provider<NamespaceSandbox, any, any>;
37
37
 
38
38
  export { type NamespaceConfig, fetchNamespace, getAndValidateCredentials, namespace };
package/dist/index.d.ts CHANGED
@@ -33,6 +33,6 @@ declare const fetchNamespace: (token: string, endpoint: string, options?: Reques
33
33
  /**
34
34
  * Create a Namespace provider instance using the factory pattern
35
35
  */
36
- declare const namespace: (config: NamespaceConfig & _computesdk_provider.BaseProviderConfig) => _computesdk_provider.Provider<NamespaceSandbox, any, any>;
36
+ declare const namespace: (config: NamespaceConfig) => _computesdk_provider.Provider<NamespaceSandbox, any, any>;
37
37
 
38
38
  export { type NamespaceConfig, fetchNamespace, getAndValidateCredentials, namespace };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computesdk/namespace",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Namespace provider for ComputeSDK - cloud-native sandboxes with optional GPU support",
5
5
  "author": "ComputeSDK Team",
6
6
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  "dist"
19
19
  ],
20
20
  "dependencies": {
21
- "@computesdk/provider": "1.0.7",
22
- "computesdk": "1.12.0"
21
+ "@computesdk/provider": "1.0.8",
22
+ "computesdk": "1.12.1"
23
23
  },
24
24
  "keywords": [
25
25
  "computesdk",