@computesdk/fly 1.1.0 → 1.1.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
@@ -43,6 +43,6 @@ declare const fetchMachinesApi: (apiToken: string, apiHostname: string, endpoint
43
43
  /**
44
44
  * Create a Fly.io provider instance using the factory pattern
45
45
  */
46
- declare const fly: (config: FlyConfig) => computesdk.Provider<FlyMachine, any, any>;
46
+ declare const fly: (config: FlyConfig & computesdk.BaseProviderConfig) => computesdk.Provider<FlyMachine, any, any>;
47
47
 
48
48
  export { type FlyConfig, fetchMachinesApi, fly, getAndValidateCredentials };
package/dist/index.d.ts CHANGED
@@ -43,6 +43,6 @@ declare const fetchMachinesApi: (apiToken: string, apiHostname: string, endpoint
43
43
  /**
44
44
  * Create a Fly.io provider instance using the factory pattern
45
45
  */
46
- declare const fly: (config: FlyConfig) => computesdk.Provider<FlyMachine, any, any>;
46
+ declare const fly: (config: FlyConfig & computesdk.BaseProviderConfig) => computesdk.Provider<FlyMachine, any, any>;
47
47
 
48
48
  export { type FlyConfig, fetchMachinesApi, fly, getAndValidateCredentials };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computesdk/fly",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Fly.io provider for ComputeSDK",
5
5
  "author": "ComputeSDK Team",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "dist"
19
19
  ],
20
20
  "dependencies": {
21
- "computesdk": "1.9.0"
21
+ "computesdk": "1.9.3"
22
22
  },
23
23
  "keywords": [
24
24
  "fly",