@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.
- package/dist/ApiUtils.js +1 -1
- 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.
|
|
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