@tolinax/ayoune-interfaces 2024.4.31 → 2024.4.32

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.
@@ -618,3 +618,4 @@ export * from "./IReportEntry";
618
618
  export * from "./ILighthouseResults";
619
619
  export * from "./IBrandBiddingInfo";
620
620
  export * from "./IImageEntry";
621
+ export * from "./IPrometheusConfig";
@@ -634,3 +634,4 @@ __exportStar(require("./IReportEntry"), exports);
634
634
  __exportStar(require("./ILighthouseResults"), exports);
635
635
  __exportStar(require("./IBrandBiddingInfo"), exports);
636
636
  __exportStar(require("./IImageEntry"), exports);
637
+ __exportStar(require("./IPrometheusConfig"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.4.31",
3
+ "version": "2024.4.32",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",