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