@hantera/portal-app 20260204.0.0-develop.2 → 20260212.0.0-develop.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2529,8 +2529,9 @@ declare interface OrderProduct {
2529
2529
  description: string;
2530
2530
  unitPrice: default_2;
2531
2531
  image?: string;
2532
+ skus?: Record<string, default_2>;
2532
2533
  dynamic?: Record<string, any>;
2533
- taxFactor: default_2;
2534
+ taxFactor?: default_2;
2534
2535
  }
2535
2536
 
2536
2537
  declare const orderView: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hantera/portal-app",
3
- "version": "20260204.0.0-develop.2",
3
+ "version": "20260212.0.0-develop.1",
4
4
  "types": "./dist/index.d.ts",
5
5
  "scripts": {
6
6
  "build": "cpx ../../portal/portal-app/dist/**/*.d.ts ./dist -C"