@softwear/latestcollectioncore 1.0.36 → 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
@@ -127,6 +127,7 @@ interface SkuI {
127
127
  FOOTPRINT?: number;
128
128
  quickPick?: number;
129
129
  gln?: string;
130
+ set?: string;
130
131
  }
131
132
  interface MarkedSkuI extends SkuI {
132
133
  source?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.36",
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
@@ -135,6 +135,7 @@ interface SkuI {
135
135
  FOOTPRINT?: number;
136
136
  quickPick?: number;
137
137
  gln?: string;
138
+ set?: string;
138
139
  }
139
140
 
140
141
  interface MarkedSkuI extends SkuI {