@elasticpath/js-sdk 19.0.0 → 19.0.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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -530,7 +530,7 @@ if (!globalThis.fetch) {
|
|
|
530
530
|
globalThis.Response = fetch$1.Response;
|
|
531
531
|
}
|
|
532
532
|
|
|
533
|
-
var version = "19.0.
|
|
533
|
+
var version = "19.0.1";
|
|
534
534
|
|
|
535
535
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
536
536
|
function LocalStorageFactory() {
|
|
@@ -4375,7 +4375,7 @@ var RulePromotionsEndpoint = /*#__PURE__*/function (_CRUDExtend) {
|
|
|
4375
4375
|
limit: limit,
|
|
4376
4376
|
offset: offset,
|
|
4377
4377
|
filter: filter
|
|
4378
|
-
}), 'GET');
|
|
4378
|
+
}), 'GET', undefined, undefined, this);
|
|
4379
4379
|
}
|
|
4380
4380
|
}, {
|
|
4381
4381
|
key: "AddCodes",
|
package/dist/index.esm.js
CHANGED
|
@@ -519,7 +519,7 @@ if (!globalThis.fetch) {
|
|
|
519
519
|
globalThis.Response = Response;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
var version = "19.0.
|
|
522
|
+
var version = "19.0.1";
|
|
523
523
|
|
|
524
524
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
525
525
|
function LocalStorageFactory() {
|
|
@@ -4364,7 +4364,7 @@ var RulePromotionsEndpoint = /*#__PURE__*/function (_CRUDExtend) {
|
|
|
4364
4364
|
limit: limit,
|
|
4365
4365
|
offset: offset,
|
|
4366
4366
|
filter: filter
|
|
4367
|
-
}), 'GET');
|
|
4367
|
+
}), 'GET', undefined, undefined, this);
|
|
4368
4368
|
}
|
|
4369
4369
|
}, {
|
|
4370
4370
|
key: "AddCodes",
|
package/dist/index.js
CHANGED
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
globalThis.Response = browserPonyfill.exports.Response;
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
|
-
var version = "19.0.
|
|
1088
|
+
var version = "19.0.1";
|
|
1089
1089
|
|
|
1090
1090
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
1091
1091
|
function LocalStorageFactory() {
|
|
@@ -5536,7 +5536,7 @@
|
|
|
5536
5536
|
limit: limit,
|
|
5537
5537
|
offset: offset,
|
|
5538
5538
|
filter: filter
|
|
5539
|
-
}), 'GET');
|
|
5539
|
+
}), 'GET', undefined, undefined, this);
|
|
5540
5540
|
}
|
|
5541
5541
|
}, {
|
|
5542
5542
|
key: "AddCodes",
|
package/package.json
CHANGED