@ic3/reporting-api 9.0.0 → 9.0.1

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.
Files changed (2) hide show
  1. package/dist/ApiUtils.js +1 -1
  2. package/package.json +1 -1
package/dist/ApiUtils.js CHANGED
@@ -9,7 +9,7 @@ class ApiUtils {
9
9
  static makePlugin(definition) {
10
10
  return () => {
11
11
  return {
12
- apiVersion: new ReportingVersion_1.default("9.0.0", "Fri, 14 Nov 2025 06:33:29 GMT"),
12
+ apiVersion: new ReportingVersion_1.default("9.0.1", "Fri, 21 Nov 2025 08:18:22 GMT"),
13
13
  ...definition,
14
14
  };
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ic3/reporting-api",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
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",