@things-factory/dataset 7.0.51 → 7.0.55

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.0.51",
3
+ "version": "7.0.55",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -24,7 +24,7 @@
24
24
  "clean:client": "npx rimraf dist-client",
25
25
  "clean:server": "npx rimraf dist-server",
26
26
  "clean": "npm run clean:server && npm run clean:client",
27
- "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
27
+ "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
28
28
  },
29
29
  "dependencies": {
30
30
  "@operato/app": "^7.0.0",
@@ -40,21 +40,21 @@
40
40
  "@operato/shell": "^7.0.0",
41
41
  "@operato/styles": "^7.0.0",
42
42
  "@operato/utils": "^7.0.0",
43
- "@things-factory/auth-base": "^7.0.49",
44
- "@things-factory/aws-base": "^7.0.49",
45
- "@things-factory/board-service": "^7.0.49",
43
+ "@things-factory/auth-base": "^7.0.55",
44
+ "@things-factory/aws-base": "^7.0.55",
45
+ "@things-factory/board-service": "^7.0.55",
46
46
  "@things-factory/env": "^7.0.33",
47
- "@things-factory/integration-base": "^7.0.49",
48
- "@things-factory/organization": "^7.0.51",
49
- "@things-factory/personalization": "^7.0.49",
50
- "@things-factory/scheduler-client": "^7.0.49",
51
- "@things-factory/shell": "^7.0.49",
52
- "@things-factory/work-shift": "^7.0.49",
53
- "@things-factory/worklist": "^7.0.51",
47
+ "@things-factory/integration-base": "^7.0.55",
48
+ "@things-factory/organization": "^7.0.55",
49
+ "@things-factory/personalization": "^7.0.55",
50
+ "@things-factory/scheduler-client": "^7.0.55",
51
+ "@things-factory/shell": "^7.0.55",
52
+ "@things-factory/work-shift": "^7.0.55",
53
+ "@things-factory/worklist": "^7.0.55",
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": "522e1311d0e182da734be290287c3dfda79efcc0"
59
+ "gitHead": "20eb64e468407b2044e76d9c7019a837281141ad"
60
60
  }