@things-factory/dataset 7.0.86 → 8.0.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +26 -26
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/dataset",
|
3
|
-
"version": "
|
3
|
+
"version": "8.0.0-alpha.0",
|
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": "^
|
31
|
-
"@operato/data-grist": "^
|
32
|
-
"@operato/dataset": "^
|
33
|
-
"@operato/ghost-print": "^
|
34
|
-
"@operato/graphql": "^
|
35
|
-
"@operato/grist-editor": "^
|
36
|
-
"@operato/i18n": "^
|
37
|
-
"@operato/layout": "^
|
38
|
-
"@operato/moment-timezone-es": "^
|
39
|
-
"@operato/p13n": "^
|
40
|
-
"@operato/shell": "^
|
41
|
-
"@operato/styles": "^
|
42
|
-
"@operato/utils": "^
|
43
|
-
"@things-factory/auth-base": "^
|
44
|
-
"@things-factory/aws-base": "^
|
45
|
-
"@things-factory/board-service": "^
|
46
|
-
"@things-factory/env": "^
|
47
|
-
"@things-factory/integration-base": "^
|
48
|
-
"@things-factory/organization": "^
|
49
|
-
"@things-factory/personalization": "^
|
50
|
-
"@things-factory/scheduler-client": "^
|
51
|
-
"@things-factory/shell": "^
|
52
|
-
"@things-factory/work-shift": "^
|
53
|
-
"@things-factory/worklist": "^
|
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.0",
|
44
|
+
"@things-factory/aws-base": "^8.0.0-alpha.0",
|
45
|
+
"@things-factory/board-service": "^8.0.0-alpha.0",
|
46
|
+
"@things-factory/env": "^8.0.0-alpha.0",
|
47
|
+
"@things-factory/integration-base": "^8.0.0-alpha.0",
|
48
|
+
"@things-factory/organization": "^8.0.0-alpha.0",
|
49
|
+
"@things-factory/personalization": "^8.0.0-alpha.0",
|
50
|
+
"@things-factory/scheduler-client": "^8.0.0-alpha.0",
|
51
|
+
"@things-factory/shell": "^8.0.0-alpha.0",
|
52
|
+
"@things-factory/work-shift": "^8.0.0-alpha.0",
|
53
|
+
"@things-factory/worklist": "^8.0.0-alpha.0",
|
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": "
|
59
|
+
"gitHead": "f63a441fb4ba44fb58bf21b2f424cf797a6bddff"
|
60
60
|
}
|