@ic3/reporting-api 8.4.0-alpha.1 → 8.4.0-alpha.2
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/dist/ApiUtils.js +1 -1
- package/package.json +5 -3
package/dist/ApiUtils.js
CHANGED
|
@@ -8,7 +8,7 @@ const ReportingVersion_1 = __importDefault(require("./ReportingVersion"));
|
|
|
8
8
|
class ApiUtils {
|
|
9
9
|
static makePlugin(definition) {
|
|
10
10
|
return () => {
|
|
11
|
-
return Object.assign({ apiVersion: new ReportingVersion_1.default("8.4.0-alpha.
|
|
11
|
+
return Object.assign({ apiVersion: new ReportingVersion_1.default("8.4.0-alpha.2" || "-", "Mon, 13 Mar 2023 14:55:27 GMT" || "-") }, definition);
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
14
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ic3/reporting-api",
|
|
3
|
-
"version": "8.4.0-alpha.
|
|
3
|
+
"version": "8.4.0-alpha.2",
|
|
4
4
|
"description": "icCube dashboards API",
|
|
5
5
|
"homepage": "https://github.com/ic3-software/ic3-reporting-api",
|
|
6
6
|
"repository": "https://github.com/ic3-software/ic3-reporting-api",
|
|
@@ -10,14 +10,16 @@
|
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"dependencies": {
|
|
14
14
|
"@mui/material": "5.11.12",
|
|
15
15
|
"@mui/system": "5.11.12",
|
|
16
16
|
"@emotion/react": "11.10.6",
|
|
17
17
|
"@emotion/styled": "11.10.6",
|
|
18
18
|
"@types/markerclustererplus": "2.1.33",
|
|
19
|
+
"@types/react": "18.0.28"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
19
22
|
"@types/node": "18.15.1",
|
|
20
|
-
"@types/react": "18.0.28",
|
|
21
23
|
"del-cli": "5.0.0",
|
|
22
24
|
"typescript": "4.9.5"
|
|
23
25
|
},
|