@softwear/latestcollectioncore 1.0.35 → 1.0.37

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/types.d.ts CHANGED
@@ -126,6 +126,8 @@ interface SkuI {
126
126
  SIZES?: unknown;
127
127
  FOOTPRINT?: number;
128
128
  quickPick?: number;
129
+ gln?: string;
130
+ set?: string;
129
131
  }
130
132
  interface MarkedSkuI extends SkuI {
131
133
  source?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "Core functions for LatestCollections applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types.ts CHANGED
@@ -134,6 +134,8 @@ interface SkuI {
134
134
  SIZES?: unknown;
135
135
  FOOTPRINT?: number;
136
136
  quickPick?: number;
137
+ gln?: string;
138
+ set?: string;
137
139
  }
138
140
 
139
141
  interface MarkedSkuI extends SkuI {