@elasticpath/js-sdk 33.3.0 → 33.3.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 = "33.3.
|
|
533
|
+
var version = "33.3.1";
|
|
534
534
|
|
|
535
535
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
536
536
|
function LocalStorageFactory() {
|
|
@@ -5372,7 +5372,7 @@ var Releases = /*#__PURE__*/function (_CRUDExtend3) {
|
|
|
5372
5372
|
var catalogId = _ref13.catalogId,
|
|
5373
5373
|
_ref13$token = _ref13.token,
|
|
5374
5374
|
token = _ref13$token === void 0 ? null : _ref13$token;
|
|
5375
|
-
return this.request.send("catalogs/".concat(
|
|
5375
|
+
return this.request.send("catalogs/".concat(catalogId, "/").concat(this.endpoint), 'GET', undefined, token);
|
|
5376
5376
|
}
|
|
5377
5377
|
}, {
|
|
5378
5378
|
key: "Get",
|
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 = "33.3.
|
|
522
|
+
var version = "33.3.1";
|
|
523
523
|
|
|
524
524
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
525
525
|
function LocalStorageFactory() {
|
|
@@ -5361,7 +5361,7 @@ var Releases = /*#__PURE__*/function (_CRUDExtend3) {
|
|
|
5361
5361
|
var catalogId = _ref13.catalogId,
|
|
5362
5362
|
_ref13$token = _ref13.token,
|
|
5363
5363
|
token = _ref13$token === void 0 ? null : _ref13$token;
|
|
5364
|
-
return this.request.send("catalogs/".concat(
|
|
5364
|
+
return this.request.send("catalogs/".concat(catalogId, "/").concat(this.endpoint), 'GET', undefined, token);
|
|
5365
5365
|
}
|
|
5366
5366
|
}, {
|
|
5367
5367
|
key: "Get",
|
package/dist/index.js
CHANGED
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
globalThis.Response = browserPonyfill.exports.Response;
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
|
-
var version = "33.3.
|
|
1088
|
+
var version = "33.3.1";
|
|
1089
1089
|
|
|
1090
1090
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
1091
1091
|
function LocalStorageFactory() {
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
var catalogId = _ref13.catalogId,
|
|
6534
6534
|
_ref13$token = _ref13.token,
|
|
6535
6535
|
token = _ref13$token === void 0 ? null : _ref13$token;
|
|
6536
|
-
return this.request.send("catalogs/".concat(
|
|
6536
|
+
return this.request.send("catalogs/".concat(catalogId, "/").concat(this.endpoint), 'GET', undefined, token);
|
|
6537
6537
|
}
|
|
6538
6538
|
}, {
|
|
6539
6539
|
key: "Get",
|
package/package.json
CHANGED