@faable/deploy-sdk 1.0.7 → 1.0.8

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/README.md CHANGED
@@ -1,5 +1,3 @@
1
- # Faable Deploy SDK
2
-
3
1
  <p align="center">
4
2
  <a href="https://faable.com">
5
3
  <h1 align="center">Faable Deploy SDK</h1>
@@ -2,8 +2,8 @@ import { FaableApi } from "@faable/sdk-base";
2
2
  export class DeployApi extends FaableApi {
3
3
  constructor(params) {
4
4
  super({
5
- ...params,
6
5
  baseURL: "https://api.faable.com",
6
+ ...params,
7
7
  });
8
8
  }
9
9
  getDeployment(id) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@faable/deploy-sdk",
3
3
  "description": "Codebase for SDK building",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "author": "Marc Pomar <marc@faable.com>",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "access": "public"
12
12
  },
13
13
  "dependencies": {
14
- "@faable/sdk-base": "^1.0.10"
14
+ "@faable/sdk-base": "^1.0.13"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@septh/ts-run": "^1.3.0",