@things-factory/worklist-client 6.2.84 → 6.2.88

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.
@@ -0,0 +1,13 @@
1
+ # worklist-client
2
+
3
+ Worklist 서비스 연결 정보 설정
4
+
5
+ ## 예시
6
+
7
+ ```
8
+ module.exports = {
9
+ worklist: {
10
+ endpoint: 'http://localhost:4000/graphql'
11
+ },
12
+ }
13
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worklist-client",
3
- "version": "6.2.84",
3
+ "version": "6.2.88",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@operato/graphql": "^1.0.0",
31
31
  "@operato/shell": "^1.0.0",
32
- "@things-factory/auth-base": "^6.2.84",
33
- "@things-factory/oauth2-client": "^6.2.84",
34
- "@things-factory/shell": "^6.2.84"
32
+ "@things-factory/auth-base": "^6.2.88",
33
+ "@things-factory/oauth2-client": "^6.2.88",
34
+ "@things-factory/shell": "^6.2.88"
35
35
  },
36
- "gitHead": "3c272e989acc14bbd02f4ec79624dfd7dc4e6acd"
36
+ "gitHead": "700ee6ac193bb6b6bc4f1a569c3ca046a7a049ee"
37
37
  }