@things-factory/operato-dataset 6.0.75 → 6.0.77

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 +35 -34
  2. package/yarn-error.log +2 -1
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "6.0.75",
3
+ "version": "6.0.77",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
7
7
  "thingsFactoryConfig": "things-factory.config.ts",
8
8
  "author": "heartyoh <heartyoh@hatiolab.com>",
9
9
  "description": "Operato Dataset - dataset, collecting, logging",
10
+ "license": "MIT",
10
11
  "publishConfig": {
11
12
  "access": "public",
12
13
  "@things-factory:registry": "https://registry.npmjs.org"
@@ -56,40 +57,40 @@
56
57
  "@operato/scene-table": "^1.0.0",
57
58
  "@operato/scene-timer": "^1.0.0",
58
59
  "@operato/shell": "^1.2.6",
59
- "@things-factory/api": "^6.0.75",
60
- "@things-factory/apptool-base": "^6.0.75",
61
- "@things-factory/apptool-ui": "^6.0.75",
62
- "@things-factory/auth-base": "^6.0.75",
63
- "@things-factory/auth-ui": "^6.0.75",
64
- "@things-factory/board-service": "^6.0.75",
65
- "@things-factory/board-ui": "^6.0.75",
66
- "@things-factory/ccp": "^6.0.75",
67
- "@things-factory/context-ui": "^6.0.75",
68
- "@things-factory/dashboard": "^6.0.75",
69
- "@things-factory/dataset": "^6.0.75",
70
- "@things-factory/export-ui": "^6.0.75",
71
- "@things-factory/help": "^6.0.75",
72
- "@things-factory/i18n-base": "^6.0.75",
73
- "@things-factory/integration-base": "^6.0.75",
74
- "@things-factory/integration-msgraph": "^6.0.75",
75
- "@things-factory/integration-ui": "^6.0.75",
76
- "@things-factory/lite-menu": "^6.0.75",
77
- "@things-factory/more-base": "^6.0.75",
78
- "@things-factory/more-ui": "^6.0.75",
79
- "@things-factory/notification": "^6.0.75",
80
- "@things-factory/oauth2-client": "^6.0.75",
81
- "@things-factory/organization": "^6.0.75",
82
- "@things-factory/qc": "^6.0.75",
83
- "@things-factory/resource-ui": "^6.0.75",
84
- "@things-factory/setting-base": "^6.0.75",
85
- "@things-factory/setting-ui": "^6.0.75",
86
- "@things-factory/shell": "^6.0.75",
87
- "@things-factory/system-ui": "^6.0.75",
88
- "@things-factory/work-shift": "^6.0.75",
89
- "@things-factory/worklist": "^6.0.75"
60
+ "@things-factory/api": "^6.0.76",
61
+ "@things-factory/apptool-base": "^6.0.76",
62
+ "@things-factory/apptool-ui": "^6.0.76",
63
+ "@things-factory/auth-base": "^6.0.76",
64
+ "@things-factory/auth-ui": "^6.0.76",
65
+ "@things-factory/board-service": "^6.0.76",
66
+ "@things-factory/board-ui": "^6.0.76",
67
+ "@things-factory/ccp": "^6.0.77",
68
+ "@things-factory/context-ui": "^6.0.76",
69
+ "@things-factory/dashboard": "^6.0.76",
70
+ "@things-factory/dataset": "^6.0.77",
71
+ "@things-factory/export-ui": "^6.0.76",
72
+ "@things-factory/help": "^6.0.76",
73
+ "@things-factory/i18n-base": "^6.0.76",
74
+ "@things-factory/integration-base": "^6.0.76",
75
+ "@things-factory/integration-msgraph": "^6.0.76",
76
+ "@things-factory/integration-ui": "^6.0.76",
77
+ "@things-factory/lite-menu": "^6.0.76",
78
+ "@things-factory/more-base": "^6.0.76",
79
+ "@things-factory/more-ui": "^6.0.76",
80
+ "@things-factory/notification": "^6.0.76",
81
+ "@things-factory/oauth2-client": "^6.0.76",
82
+ "@things-factory/organization": "^6.0.76",
83
+ "@things-factory/qc": "^6.0.77",
84
+ "@things-factory/resource-ui": "^6.0.76",
85
+ "@things-factory/setting-base": "^6.0.76",
86
+ "@things-factory/setting-ui": "^6.0.76",
87
+ "@things-factory/shell": "^6.0.76",
88
+ "@things-factory/system-ui": "^6.0.76",
89
+ "@things-factory/work-shift": "^6.0.76",
90
+ "@things-factory/worklist": "^6.0.76"
90
91
  },
91
92
  "devDependencies": {
92
- "@things-factory/builder": "^6.0.71"
93
+ "@things-factory/builder": "^6.0.76"
93
94
  },
94
- "gitHead": "f7ca179a7fabfc129a9981a7bd734380a3ac64f0"
95
+ "gitHead": "c2e7f3677ecf8392181a46b457854cc6412dbca2"
95
96
  }
package/yarn-error.log CHANGED
@@ -36,7 +36,8 @@ npm manifest:
36
36
  "thingsFactoryConfig": "things-factory.config.ts",
37
37
  "author": "heartyoh <heartyoh@hatiolab.com>",
38
38
  "description": "Operato Dataset - dataset, collecting, logging",
39
- "publishConfig": {
39
+ "license": "MIT",
40
+ "publishConfig": {
40
41
  "access": "public",
41
42
  "@things-factory:registry": "https://registry.npmjs.org"
42
43
  },