@ic3/reporting-api 9.1.0 → 9.1.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/index.cjs CHANGED
@@ -26,8 +26,8 @@ class ApiUtils {
26
26
  return () => {
27
27
  return {
28
28
  apiVersion: new ReportingVersion(
29
- "9.1.0",
30
- "Mon, 23 Feb 2026 14:21:52 GMT"
29
+ "9.1.1",
30
+ "Fri, 06 Mar 2026 04:48:23 GMT"
31
31
  ),
32
32
  ...definition
33
33
  };