@things-factory/dataset 7.0.1-alpha.52 → 7.0.1-alpha.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/pages/data-archive/data-archive-request-popup.ts +1 -1
- package/client/pages/data-report/data-report-samples-page.ts +1 -1
- package/client/pages/data-sample/data-sample-list-page.ts +1 -1
- package/client/pages/data-sample/data-sample-search-page.ts +1 -1
- package/client/pages/data-set/data-set-list-page.ts +1 -1
- package/client/pages/data-summary/data-summary-list-page.ts +1 -1
- package/client/pages/data-summary/data-summary-search-page.ts +1 -1
- package/dist-client/pages/data-archive/data-archive-request-popup.js +1 -1
- package/dist-client/pages/data-archive/data-archive-request-popup.js.map +1 -1
- package/dist-client/pages/data-report/data-report-samples-page.js +1 -1
- package/dist-client/pages/data-report/data-report-samples-page.js.map +1 -1
- package/dist-client/pages/data-sample/data-sample-list-page.js +1 -1
- package/dist-client/pages/data-sample/data-sample-list-page.js.map +1 -1
- package/dist-client/pages/data-sample/data-sample-search-page.js +1 -1
- package/dist-client/pages/data-sample/data-sample-search-page.js.map +1 -1
- package/dist-client/pages/data-set/data-set-list-page.js +1 -1
- package/dist-client/pages/data-set/data-set-list-page.js.map +1 -1
- package/dist-client/pages/data-summary/data-summary-list-page.js +1 -1
- package/dist-client/pages/data-summary/data-summary-list-page.js.map +1 -1
- package/dist-client/pages/data-summary/data-summary-search-page.js +1 -1
- package/dist-client/pages/data-summary/data-summary-search-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/dataset",
|
3
|
-
"version": "7.0.1-alpha.
|
3
|
+
"version": "7.0.1-alpha.55",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -35,23 +35,24 @@
|
|
35
35
|
"@operato/grist-editor": "^2.0.0-alpha.0",
|
36
36
|
"@operato/i18n": "^2.0.0-alpha.0",
|
37
37
|
"@operato/layout": "^2.0.0-alpha.0",
|
38
|
+
"@operato/moment-timezone-es": "^2.0.0-alpha.0",
|
38
39
|
"@operato/shell": "^2.0.0-alpha.0",
|
39
40
|
"@operato/styles": "^2.0.0-alpha.0",
|
40
41
|
"@operato/utils": "^2.0.0-alpha.0",
|
41
|
-
"@things-factory/auth-base": "^7.0.1-alpha.
|
42
|
-
"@things-factory/aws-base": "^7.0.1-alpha.
|
43
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
44
|
-
"@things-factory/env": "^7.0.1-alpha.
|
45
|
-
"@things-factory/integration-base": "^7.0.1-alpha.
|
46
|
-
"@things-factory/organization": "^7.0.1-alpha.
|
47
|
-
"@things-factory/scheduler-client": "^7.0.1-alpha.
|
48
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
49
|
-
"@things-factory/work-shift": "^7.0.1-alpha.
|
50
|
-
"@things-factory/worklist": "^7.0.1-alpha.
|
42
|
+
"@things-factory/auth-base": "^7.0.1-alpha.55",
|
43
|
+
"@things-factory/aws-base": "^7.0.1-alpha.55",
|
44
|
+
"@things-factory/board-service": "^7.0.1-alpha.55",
|
45
|
+
"@things-factory/env": "^7.0.1-alpha.55",
|
46
|
+
"@things-factory/integration-base": "^7.0.1-alpha.55",
|
47
|
+
"@things-factory/organization": "^7.0.1-alpha.55",
|
48
|
+
"@things-factory/scheduler-client": "^7.0.1-alpha.55",
|
49
|
+
"@things-factory/shell": "^7.0.1-alpha.55",
|
50
|
+
"@things-factory/work-shift": "^7.0.1-alpha.55",
|
51
|
+
"@things-factory/worklist": "^7.0.1-alpha.55",
|
51
52
|
"cron-parser": "^4.3.0",
|
52
|
-
"moment-timezone": "^0.5.
|
53
|
+
"moment-timezone": "^0.5.45",
|
53
54
|
"simple-statistics": "^7.8.3",
|
54
55
|
"statistics": "^3.3.0"
|
55
56
|
},
|
56
|
-
"gitHead": "
|
57
|
+
"gitHead": "aeab58a019a928a4063057446538fc3d77cf3d77"
|
57
58
|
}
|