@things-factory/dataset 8.0.0-alpha.15 → 8.0.0-alpha.16
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": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.16",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -45,16 +45,16 @@
|
|
45
45
|
"@things-factory/board-service": "^8.0.0-alpha.15",
|
46
46
|
"@things-factory/env": "^8.0.0-alpha.8",
|
47
47
|
"@things-factory/integration-base": "^8.0.0-alpha.15",
|
48
|
-
"@things-factory/organization": "^8.0.0-alpha.
|
48
|
+
"@things-factory/organization": "^8.0.0-alpha.16",
|
49
49
|
"@things-factory/personalization": "^8.0.0-alpha.14",
|
50
50
|
"@things-factory/scheduler-client": "^8.0.0-alpha.14",
|
51
51
|
"@things-factory/shell": "^8.0.0-alpha.14",
|
52
52
|
"@things-factory/work-shift": "^8.0.0-alpha.14",
|
53
|
-
"@things-factory/worklist": "^8.0.0-alpha.
|
53
|
+
"@things-factory/worklist": "^8.0.0-alpha.16",
|
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": "1cb3446d259acc4de96770b21c04ce3fb2fe27ba"
|
60
60
|
}
|