@softwear/latestcollectioncore 1.0.18 → 1.0.19

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
@@ -80,6 +80,7 @@ interface SkuI {
80
80
  brand: string;
81
81
  articleGroup: string;
82
82
  articleGroupSupplier?: string;
83
+ campaigns?: string;
83
84
  ATTRIBUTES?: object;
84
85
  IMAGES?: Array<ImageI>;
85
86
  images?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
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
@@ -88,6 +88,7 @@ interface SkuI {
88
88
  brand: string
89
89
  articleGroup: string
90
90
  articleGroupSupplier?: string
91
+ campaigns?: string
91
92
  ATTRIBUTES?: object
92
93
  IMAGES?: Array<ImageI>
93
94
  images?: string