@integration-app/react 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # Integration.app / React package
2
2
 
3
3
  - [Developers documentation](https://console.integration.app/docs)
4
- - [Rest API](https://console.integration.app/ref/rest-api/index.html)
4
+ - [Rest API](https://api-reference.integration.app)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integration-app/react",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "",
5
5
  "author": "Integration.app",
6
6
  "source": "src/index.ts",
@@ -34,7 +34,7 @@
34
34
  "version": "npm version"
35
35
  },
36
36
  "dependencies": {
37
- "@integration-app/sdk": "^1.2.3",
37
+ "@integration-app/sdk": "^1.2.4",
38
38
  "awesome-debounce-promise": "^2.1.0",
39
39
  "query-string": "^7.1.1",
40
40
  "swr": "^2.2.0"
package/tsconfig.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "navigationLinks": {
34
34
  "Console": "http://console.integration.app",
35
35
  "SDK": "http://console.integration.app/ref/sdk",
36
- "REST API": "http://console.integration.app/ref/rest-api"
36
+ "REST API": "https://api-reference.integration.app"
37
37
  },
38
38
  "internalModule": "@integration-app/react"
39
39
  }