@things-factory/operato-gangsters 6.0.19 → 6.0.24

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.
Files changed (2) hide show
  1. package/package.json +28 -33
  2. package/schema.gql +3881 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "6.0.19",
3
+ "version": "6.0.24",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -56,39 +56,34 @@
56
56
  "@operato/scene-table": "^1.0.0",
57
57
  "@operato/scene-timer": "^1.0.0",
58
58
  "@sendbird/uikit-react": "^3.0.0",
59
- "@things-factory/api": "^6.0.19",
60
- "@things-factory/apptool-ui": "^6.0.19",
61
- "@things-factory/auth-ui": "^6.0.19",
62
- "@things-factory/board-service": "^6.0.19",
63
- "@things-factory/board-ui": "^6.0.19",
64
- "@things-factory/context-ui": "^6.0.19",
65
- "@things-factory/dashboard": "^6.0.19",
66
- "@things-factory/dataset": "^6.0.19",
67
- "@things-factory/export-ui": "^6.0.19",
68
- "@things-factory/grist-ui": "^6.0.19",
69
- "@things-factory/help": "^6.0.19",
70
- "@things-factory/i18n-base": "^6.0.19",
71
- "@things-factory/integration-ui": "^6.0.19",
72
- "@things-factory/lite-menu": "^6.0.19",
73
- "@things-factory/more-ui": "^6.0.19",
74
- "@things-factory/notification": "^6.0.19",
75
- "@things-factory/oauth2-client": "^6.0.19",
76
- "@things-factory/organization": "^6.0.19",
77
- "@things-factory/print-ui": "^6.0.19",
78
- "@things-factory/resource-ui": "^6.0.19",
79
- "@things-factory/setting-base": "^6.0.19",
80
- "@things-factory/setting-ui": "^6.0.19",
81
- "@things-factory/shell": "^6.0.19",
82
- "@things-factory/system-ui": "^6.0.19",
83
- "@things-factory/worklist": "^6.0.19",
84
- "@types/react-dom": "^18.0.10",
85
- "graphql-tag": "^2.12.6",
86
- "react": "^18.2.0",
87
- "react-dom": "^18.2.0",
88
- "subscriptions-transport-ws": "^0.11.0"
59
+ "@things-factory/api": "^6.0.24",
60
+ "@things-factory/apptool-ui": "^6.0.24",
61
+ "@things-factory/auth-ui": "^6.0.24",
62
+ "@things-factory/board-service": "^6.0.24",
63
+ "@things-factory/board-ui": "^6.0.24",
64
+ "@things-factory/context-ui": "^6.0.24",
65
+ "@things-factory/dashboard": "^6.0.24",
66
+ "@things-factory/dataset": "^6.0.24",
67
+ "@things-factory/export-ui": "^6.0.24",
68
+ "@things-factory/grist-ui": "^6.0.24",
69
+ "@things-factory/help": "^6.0.24",
70
+ "@things-factory/i18n-base": "^6.0.24",
71
+ "@things-factory/integration-ui": "^6.0.24",
72
+ "@things-factory/lite-menu": "^6.0.24",
73
+ "@things-factory/more-ui": "^6.0.24",
74
+ "@things-factory/notification": "^6.0.24",
75
+ "@things-factory/oauth2-client": "^6.0.24",
76
+ "@things-factory/organization": "^6.0.24",
77
+ "@things-factory/print-ui": "^6.0.24",
78
+ "@things-factory/resource-ui": "^6.0.24",
79
+ "@things-factory/setting-base": "^6.0.24",
80
+ "@things-factory/setting-ui": "^6.0.24",
81
+ "@things-factory/shell": "^6.0.24",
82
+ "@things-factory/system-ui": "^6.0.24",
83
+ "@things-factory/worklist": "^6.0.24"
89
84
  },
90
85
  "devDependencies": {
91
- "@things-factory/builder": "^6.0.7"
86
+ "@things-factory/builder": "^6.0.24"
92
87
  },
93
- "gitHead": "05a9514944178c345d8eec9009cc912b2e55c389"
88
+ "gitHead": "27c1a4c3bcf4f293e7e676caa1f2daa3bb6ded11"
94
89
  }