@things-factory/dataset 5.0.0-zeta.23 → 5.0.0-zeta.27

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.
@@ -578,6 +578,7 @@ export class DataSetListPage extends connect(store)(localize(i18next)(PageView))
578
578
  name
579
579
  description
580
580
  active
581
+ hidden
581
582
  tag
582
583
  type
583
584
  unit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dataset",
3
- "version": "5.0.0-zeta.23",
3
+ "version": "5.0.0-zeta.27",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,24 +24,24 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/app": "^1.0.0-beta.49",
28
- "@operato/data-grist": "^1.0.0-beta.49",
29
- "@operato/dataset": "^1.0.0-beta.49",
30
- "@operato/graphql": "^1.0.0-beta.49",
31
- "@operato/grist-editor": "^1.0.0-beta.49",
32
- "@operato/i18n": "^1.0.0-beta.49",
33
- "@operato/layout": "^1.0.0-beta.49",
34
- "@operato/shell": "^1.0.0-beta.49",
35
- "@operato/styles": "^1.0.0-beta.49",
36
- "@operato/utils": "^1.0.0-beta.49",
37
- "@things-factory/auth-base": "^5.0.0-zeta.23",
38
- "@things-factory/aws-base": "^5.0.0-zeta.23",
39
- "@things-factory/board-service": "^5.0.0-zeta.23",
40
- "@things-factory/env": "^5.0.0-zeta.23",
41
- "@things-factory/shell": "^5.0.0-zeta.23",
42
- "@things-factory/work-shift": "^5.0.0-zeta.23",
27
+ "@operato/app": "^1.0.0-beta.51",
28
+ "@operato/data-grist": "^1.0.0-beta.51",
29
+ "@operato/dataset": "^1.0.0-beta.51",
30
+ "@operato/graphql": "^1.0.0-beta.51",
31
+ "@operato/grist-editor": "^1.0.0-beta.51",
32
+ "@operato/i18n": "^1.0.0-beta.51",
33
+ "@operato/layout": "^1.0.0-beta.51",
34
+ "@operato/shell": "^1.0.0-beta.51",
35
+ "@operato/styles": "^1.0.0-beta.51",
36
+ "@operato/utils": "^1.0.0-beta.51",
37
+ "@things-factory/auth-base": "^5.0.0-zeta.27",
38
+ "@things-factory/aws-base": "^5.0.0-zeta.27",
39
+ "@things-factory/board-service": "^5.0.0-zeta.27",
40
+ "@things-factory/env": "^5.0.0-zeta.27",
41
+ "@things-factory/shell": "^5.0.0-zeta.27",
42
+ "@things-factory/work-shift": "^5.0.0-zeta.27",
43
43
  "cron-parser": "^4.3.0",
44
44
  "moment-timezone": "^0.5.34"
45
45
  },
46
- "gitHead": "a77e5b8804e88e81b81bbc78c43663f4246e48b0"
46
+ "gitHead": "03f1150298d13c6eeb1cc6c62ba0af0f9bd06c67"
47
47
  }