@things-factory/dataset 7.0.1-beta.0 → 7.0.1-beta.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dataset",
3
- "version": "7.0.1-beta.0",
3
+ "version": "7.0.1-beta.6",
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 -d ./server/migrations"
28
28
  },
29
29
  "dependencies": {
30
- "@operato/app": "^2.0.0-alpha.0",
31
- "@operato/data-grist": "^2.0.0-alpha.0",
32
- "@operato/dataset": "^2.0.0-alpha.0",
33
- "@operato/ghost-print": "^2.0.0-alpha.0",
34
- "@operato/graphql": "^2.0.0-alpha.0",
35
- "@operato/grist-editor": "^2.0.0-alpha.0",
36
- "@operato/i18n": "^2.0.0-alpha.0",
37
- "@operato/layout": "^2.0.0-alpha.0",
38
- "@operato/moment-timezone-es": "^2.0.0-alpha.0",
39
- "@operato/p13n": "^2.0.0-alpha.0",
40
- "@operato/shell": "^2.0.0-alpha.0",
41
- "@operato/styles": "^2.0.0-alpha.0",
42
- "@operato/utils": "^2.0.0-alpha.0",
43
- "@things-factory/auth-base": "^7.0.1-beta.0",
44
- "@things-factory/aws-base": "^7.0.1-beta.0",
45
- "@things-factory/board-service": "^7.0.1-beta.0",
46
- "@things-factory/env": "^7.0.1-beta.0",
47
- "@things-factory/integration-base": "^7.0.1-beta.0",
48
- "@things-factory/organization": "^7.0.1-beta.0",
49
- "@things-factory/personalization": "^7.0.1-beta.0",
50
- "@things-factory/scheduler-client": "^7.0.1-beta.0",
51
- "@things-factory/shell": "^7.0.1-beta.0",
52
- "@things-factory/work-shift": "^7.0.1-beta.0",
53
- "@things-factory/worklist": "^7.0.1-beta.0",
30
+ "@operato/app": "^2.0.0-beta.0",
31
+ "@operato/data-grist": "^2.0.0-beta.0",
32
+ "@operato/dataset": "^2.0.0-beta.0",
33
+ "@operato/ghost-print": "^2.0.0-beta.0",
34
+ "@operato/graphql": "^2.0.0-beta.0",
35
+ "@operato/grist-editor": "^2.0.0-beta.0",
36
+ "@operato/i18n": "^2.0.0-beta.0",
37
+ "@operato/layout": "^2.0.0-beta.0",
38
+ "@operato/moment-timezone-es": "^2.0.0-beta.0",
39
+ "@operato/p13n": "^2.0.0-beta.0",
40
+ "@operato/shell": "^2.0.0-beta.0",
41
+ "@operato/styles": "^2.0.0-beta.0",
42
+ "@operato/utils": "^2.0.0-beta.0",
43
+ "@things-factory/auth-base": "^7.0.1-beta.6",
44
+ "@things-factory/aws-base": "^7.0.1-beta.6",
45
+ "@things-factory/board-service": "^7.0.1-beta.6",
46
+ "@things-factory/env": "^7.0.1-beta.6",
47
+ "@things-factory/integration-base": "^7.0.1-beta.6",
48
+ "@things-factory/organization": "^7.0.1-beta.6",
49
+ "@things-factory/personalization": "^7.0.1-beta.6",
50
+ "@things-factory/scheduler-client": "^7.0.1-beta.6",
51
+ "@things-factory/shell": "^7.0.1-beta.6",
52
+ "@things-factory/work-shift": "^7.0.1-beta.6",
53
+ "@things-factory/worklist": "^7.0.1-beta.6",
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": "8cf78ecf64a78972b184dd06788825fc8c56352d"
59
+ "gitHead": "75e27c57d697ebe9df875b6b765a40cb96beed9f"
60
60
  }