@kasko/fe-webapp-utils-lib
Advanced tools
Comparing version 2.8.2 to 2.8.3
# Changelog | ||
## [v2.8.3](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.8.2...v2.8.3) (2024-10-23) | ||
## Bugfix | ||
- INT-102 Fix products and subproducts conflict; | ||
## [v2.8.2](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.8.1...v2.8.2) (2024-08-27) | ||
@@ -4,0 +8,0 @@ ## Bugfix |
@@ -61,3 +61,3 @@ "use strict"; | ||
// package.json | ||
var version = "2.8.2"; | ||
var version = "2.8.3"; | ||
@@ -64,0 +64,0 @@ // src/utils/kasko-fetch.ts |
@@ -188,3 +188,3 @@ "use strict"; | ||
// package.json | ||
var version = "2.8.2"; | ||
var version = "2.8.3"; | ||
@@ -1358,3 +1358,3 @@ // src/utils/kasko-fetch.ts | ||
const integration = await requireTypescript(tpEntry, params.touchpoint); | ||
const index = integration.subProducts[params.item]; | ||
const index = integration.products[params.item] ?? integration.subProducts[params.item]; | ||
if (typeof index.response !== "function") { | ||
@@ -1361,0 +1361,0 @@ throw new Error("response must be a function"); |
{ | ||
"name": "@kasko/fe-webapp-utils-lib", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
921896