@things-factory/worklist-client 6.0.24 → 6.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worklist-client",
3
- "version": "6.0.24",
3
+ "version": "6.0.25",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -28,9 +28,9 @@
28
28
  "dependencies": {
29
29
  "@operato/graphql": "^1.0.0",
30
30
  "@operato/shell": "^1.0.0",
31
- "@things-factory/auth-base": "^6.0.24",
32
- "@things-factory/oauth2-client": "^6.0.24",
33
- "@things-factory/shell": "^6.0.24"
31
+ "@things-factory/auth-base": "^6.0.25",
32
+ "@things-factory/oauth2-client": "^6.0.25",
33
+ "@things-factory/shell": "^6.0.25"
34
34
  },
35
- "gitHead": "27c1a4c3bcf4f293e7e676caa1f2daa3bb6ded11"
35
+ "gitHead": "8a987a42de944dc915b8cfddb047eb7bc0d4ba41"
36
36
  }
@@ -25,7 +25,7 @@ const cache = new InMemoryCache({
25
25
  addTypename: false
26
26
  })
27
27
 
28
- const uri = config.get('worklist/service/uri', 'https://gangsters.hatiolab.com')
28
+ const uri = config.get('worklist/endpoint', 'https://gangsters.hatiolab.com/graphql')
29
29
 
30
30
  export async function connect() {
31
31
  var ERROR_HANDLER: any = ({ graphQLErrors, networkError }) => {