@tolinax/ayoune-interfaces 2024.5.0 → 2024.5.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.
@@ -361,6 +361,7 @@ export * from "./IMandatoryTask";
361
361
  export * from "./IManufacturer";
362
362
  export * from "./IMarket";
363
363
  export * from "./IMarketBudget";
364
+ export * from "./IIndustryKPIs";
364
365
  export * from "./IMarketResearch";
365
366
  export * from "./IMaterial";
366
367
  export * from "./IMeeting";
@@ -377,6 +377,7 @@ __exportStar(require("./IMandatoryTask"), exports);
377
377
  __exportStar(require("./IManufacturer"), exports);
378
378
  __exportStar(require("./IMarket"), exports);
379
379
  __exportStar(require("./IMarketBudget"), exports);
380
+ __exportStar(require("./IIndustryKPIs"), exports);
380
381
  __exportStar(require("./IMarketResearch"), exports);
381
382
  __exportStar(require("./IMaterial"), exports);
382
383
  __exportStar(require("./IMeeting"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.5.0",
3
+ "version": "2024.5.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",