@computesdk/runloop 1.3.12 → 1.3.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -54,6 +54,6 @@ interface CreateBlueprintTemplateOptions {
|
|
|
54
54
|
/**
|
|
55
55
|
* Create a Runloop provider instance using the factory pattern
|
|
56
56
|
*/
|
|
57
|
-
declare const runloop: (config: RunloopConfig
|
|
57
|
+
declare const runloop: (config: RunloopConfig) => _computesdk_provider.Provider<Runloop.Devboxes.DevboxView, Runloop.Blueprints.BlueprintView, Runloop.Devboxes.DevboxSnapshotView>;
|
|
58
58
|
|
|
59
59
|
export { type CreateBlueprintTemplateOptions, type RunloopConfig, runloop };
|
package/dist/index.d.ts
CHANGED
|
@@ -54,6 +54,6 @@ interface CreateBlueprintTemplateOptions {
|
|
|
54
54
|
/**
|
|
55
55
|
* Create a Runloop provider instance using the factory pattern
|
|
56
56
|
*/
|
|
57
|
-
declare const runloop: (config: RunloopConfig
|
|
57
|
+
declare const runloop: (config: RunloopConfig) => _computesdk_provider.Provider<Runloop.Devboxes.DevboxView, Runloop.Blueprints.BlueprintView, Runloop.Devboxes.DevboxSnapshotView>;
|
|
58
58
|
|
|
59
59
|
export { type CreateBlueprintTemplateOptions, type RunloopConfig, runloop };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@computesdk/runloop",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.14",
|
|
4
4
|
"description": "Runloop provider for ComputeSDK - AI-optimized code execution with built-in devtools and debugging",
|
|
5
5
|
"author": "Runloop",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@runloop/api-client": "^0.44.0",
|
|
22
|
-
"@computesdk/provider": "1.0.
|
|
23
|
-
"computesdk": "1.
|
|
22
|
+
"@computesdk/provider": "1.0.8",
|
|
23
|
+
"computesdk": "1.12.1"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"computesdk",
|