@computesdk/railway 1.1.0 → 1.1.1

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
@@ -28,6 +28,6 @@ declare const fetchRailway: (apiKey: string, mutation: any) => Promise<any>;
28
28
  /**
29
29
  * Create a Railway provider instance using the factory pattern
30
30
  */
31
- declare const railway: (config: RailwayConfig) => computesdk.Provider<RailwaySandbox, any, any>;
31
+ declare const railway: (config: RailwayConfig & computesdk.BaseProviderConfig) => computesdk.Provider<RailwaySandbox, any, any>;
32
32
 
33
33
  export { type RailwayConfig, fetchRailway, getAndValidateCredentials, railway };
package/dist/index.d.ts CHANGED
@@ -28,6 +28,6 @@ declare const fetchRailway: (apiKey: string, mutation: any) => Promise<any>;
28
28
  /**
29
29
  * Create a Railway provider instance using the factory pattern
30
30
  */
31
- declare const railway: (config: RailwayConfig) => computesdk.Provider<RailwaySandbox, any, any>;
31
+ declare const railway: (config: RailwayConfig & computesdk.BaseProviderConfig) => computesdk.Provider<RailwaySandbox, any, any>;
32
32
 
33
33
  export { type RailwayConfig, fetchRailway, getAndValidateCredentials, railway };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computesdk/railway",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Railway 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.1"
22
22
  },
23
23
  "keywords": [
24
24
  "railway",