@things-factory/dataset 7.1.0 → 8.0.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dataset",
3
- "version": "7.1.0",
3
+ "version": "8.0.0-alpha.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -27,34 +27,34 @@
27
27
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
28
28
  },
29
29
  "dependencies": {
30
- "@operato/app": "^7.0.0",
31
- "@operato/data-grist": "^7.0.0",
32
- "@operato/dataset": "^7.0.0",
33
- "@operato/ghost-print": "^7.0.0",
34
- "@operato/graphql": "^7.0.0",
35
- "@operato/grist-editor": "^7.0.0",
36
- "@operato/i18n": "^7.0.0",
37
- "@operato/layout": "^7.0.0",
38
- "@operato/moment-timezone-es": "^7.0.0",
39
- "@operato/p13n": "^7.0.0",
40
- "@operato/shell": "^7.0.0",
41
- "@operato/styles": "^7.0.0",
42
- "@operato/utils": "^7.0.0",
43
- "@things-factory/auth-base": "^7.1.0",
44
- "@things-factory/aws-base": "^7.1.0",
45
- "@things-factory/board-service": "^7.1.0",
46
- "@things-factory/env": "^7.1.0",
47
- "@things-factory/integration-base": "^7.1.0",
48
- "@things-factory/organization": "^7.1.0",
49
- "@things-factory/personalization": "^7.1.0",
50
- "@things-factory/scheduler-client": "^7.1.0",
51
- "@things-factory/shell": "^7.1.0",
52
- "@things-factory/work-shift": "^7.1.0",
53
- "@things-factory/worklist": "^7.1.0",
30
+ "@operato/app": "^8.0.0-alpha",
31
+ "@operato/data-grist": "^8.0.0-alpha",
32
+ "@operato/dataset": "^8.0.0-alpha",
33
+ "@operato/ghost-print": "^8.0.0-alpha",
34
+ "@operato/graphql": "^8.0.0-alpha",
35
+ "@operato/grist-editor": "^8.0.0-alpha",
36
+ "@operato/i18n": "^8.0.0-alpha",
37
+ "@operato/layout": "^8.0.0-alpha",
38
+ "@operato/moment-timezone-es": "^8.0.0-alpha",
39
+ "@operato/p13n": "^8.0.0-alpha",
40
+ "@operato/shell": "^8.0.0-alpha",
41
+ "@operato/styles": "^8.0.0-alpha",
42
+ "@operato/utils": "^8.0.0-alpha",
43
+ "@things-factory/auth-base": "^8.0.0-alpha.1",
44
+ "@things-factory/aws-base": "^8.0.0-alpha.1",
45
+ "@things-factory/board-service": "^8.0.0-alpha.1",
46
+ "@things-factory/env": "^8.0.0-alpha.0",
47
+ "@things-factory/integration-base": "^8.0.0-alpha.1",
48
+ "@things-factory/organization": "^8.0.0-alpha.1",
49
+ "@things-factory/personalization": "^8.0.0-alpha.1",
50
+ "@things-factory/scheduler-client": "^8.0.0-alpha.1",
51
+ "@things-factory/shell": "^8.0.0-alpha.1",
52
+ "@things-factory/work-shift": "^8.0.0-alpha.1",
53
+ "@things-factory/worklist": "^8.0.0-alpha.1",
54
54
  "cron-parser": "^4.3.0",
55
55
  "moment-timezone": "^0.5.45",
56
56
  "simple-statistics": "^7.8.3",
57
57
  "statistics": "^3.3.0"
58
58
  },
59
- "gitHead": "f981b8116c3a91298dd20750eebd375990624904"
59
+ "gitHead": "fda153ff6e86ef5ee7ace788739a100f3f413f08"
60
60
  }