@things-factory/operato-dataset 6.1.197 → 6.2.0

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 (1) hide show
  1. package/package.json +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "6.1.197",
3
+ "version": "6.2.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -60,40 +60,40 @@
60
60
  "@operato/scene-table": "^1.0.0",
61
61
  "@operato/scene-timer": "^1.0.0",
62
62
  "@operato/shell": "^1.2.6",
63
- "@things-factory/api": "^6.1.195",
64
- "@things-factory/apptool-base": "^6.1.195",
65
- "@things-factory/apptool-ui": "^6.1.195",
66
- "@things-factory/auth-base": "^6.1.195",
67
- "@things-factory/auth-ui": "^6.1.195",
68
- "@things-factory/board-service": "^6.1.196",
69
- "@things-factory/board-ui": "^6.1.197",
70
- "@things-factory/ccp": "^6.1.196",
71
- "@things-factory/context-ui": "^6.1.195",
72
- "@things-factory/dashboard": "^6.1.197",
73
- "@things-factory/dataset": "^6.1.196",
74
- "@things-factory/export-ui": "^6.1.195",
75
- "@things-factory/help": "^6.1.195",
76
- "@things-factory/i18n-base": "^6.1.195",
77
- "@things-factory/integration-base": "^6.1.195",
78
- "@things-factory/integration-msgraph": "^6.1.195",
79
- "@things-factory/integration-ui": "^6.1.195",
80
- "@things-factory/lite-menu": "^6.1.197",
81
- "@things-factory/more-base": "^6.1.195",
82
- "@things-factory/more-ui": "^6.1.195",
83
- "@things-factory/notification": "^6.1.195",
84
- "@things-factory/oauth2-client": "^6.1.195",
85
- "@things-factory/organization": "^6.1.195",
86
- "@things-factory/qc": "^6.1.196",
87
- "@things-factory/resource-ui": "^6.1.196",
88
- "@things-factory/setting-base": "^6.1.195",
89
- "@things-factory/setting-ui": "^6.1.195",
90
- "@things-factory/shell": "^6.1.195",
91
- "@things-factory/system-ui": "^6.1.195",
92
- "@things-factory/work-shift": "^6.1.195",
93
- "@things-factory/worklist": "^6.1.196"
63
+ "@things-factory/api": "^6.2.0",
64
+ "@things-factory/apptool-base": "^6.2.0",
65
+ "@things-factory/apptool-ui": "^6.2.0",
66
+ "@things-factory/auth-base": "^6.2.0",
67
+ "@things-factory/auth-ui": "^6.2.0",
68
+ "@things-factory/board-service": "^6.2.0",
69
+ "@things-factory/board-ui": "^6.2.0",
70
+ "@things-factory/ccp": "^6.2.0",
71
+ "@things-factory/context-ui": "^6.2.0",
72
+ "@things-factory/dashboard": "^6.2.0",
73
+ "@things-factory/dataset": "^6.2.0",
74
+ "@things-factory/export-ui": "^6.2.0",
75
+ "@things-factory/help": "^6.2.0",
76
+ "@things-factory/i18n-base": "^6.2.0",
77
+ "@things-factory/integration-base": "^6.2.0",
78
+ "@things-factory/integration-msgraph": "^6.2.0",
79
+ "@things-factory/integration-ui": "^6.2.0",
80
+ "@things-factory/lite-menu": "^6.2.0",
81
+ "@things-factory/more-base": "^6.2.0",
82
+ "@things-factory/more-ui": "^6.2.0",
83
+ "@things-factory/notification": "^6.2.0",
84
+ "@things-factory/oauth2-client": "^6.2.0",
85
+ "@things-factory/organization": "^6.2.0",
86
+ "@things-factory/qc": "^6.2.0",
87
+ "@things-factory/resource-ui": "^6.2.0",
88
+ "@things-factory/setting-base": "^6.2.0",
89
+ "@things-factory/setting-ui": "^6.2.0",
90
+ "@things-factory/shell": "^6.2.0",
91
+ "@things-factory/system-ui": "^6.2.0",
92
+ "@things-factory/work-shift": "^6.2.0",
93
+ "@things-factory/worklist": "^6.2.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@things-factory/builder": "^6.1.194"
96
+ "@things-factory/builder": "^6.2.0"
97
97
  },
98
- "gitHead": "dd0156cba81b329920a89eadbca9b9a43abd6a69"
98
+ "gitHead": "2a98db1ae602fa3b2c73ffbcdd1cf3262a793d84"
99
99
  }