@elasticpath/js-sdk 6.0.0 → 7.0.0
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.d.ts +1 -1
- 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 = "
|
|
533
|
+
var version = "7.0.0";
|
|
534
534
|
|
|
535
535
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
536
536
|
function LocalStorageFactory() {
|
|
@@ -4496,7 +4496,7 @@ var CustomRelationshipsEndpoint = /*#__PURE__*/function () {
|
|
|
4496
4496
|
var config = _objectSpread2({}, endpoint);
|
|
4497
4497
|
config.version = 'pcm';
|
|
4498
4498
|
this.request = new RequestFactory(config);
|
|
4499
|
-
this.endpoint = '
|
|
4499
|
+
this.endpoint = 'custom-relationships';
|
|
4500
4500
|
}
|
|
4501
4501
|
_createClass(CustomRelationshipsEndpoint, [{
|
|
4502
4502
|
key: "All",
|
package/dist/index.d.ts
CHANGED
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 = "
|
|
522
|
+
var version = "7.0.0";
|
|
523
523
|
|
|
524
524
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
525
525
|
function LocalStorageFactory() {
|
|
@@ -4485,7 +4485,7 @@ var CustomRelationshipsEndpoint = /*#__PURE__*/function () {
|
|
|
4485
4485
|
var config = _objectSpread2({}, endpoint);
|
|
4486
4486
|
config.version = 'pcm';
|
|
4487
4487
|
this.request = new RequestFactory(config);
|
|
4488
|
-
this.endpoint = '
|
|
4488
|
+
this.endpoint = 'custom-relationships';
|
|
4489
4489
|
}
|
|
4490
4490
|
_createClass(CustomRelationshipsEndpoint, [{
|
|
4491
4491
|
key: "All",
|
package/dist/index.js
CHANGED
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
globalThis.Response = browserPonyfill.exports.Response;
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
|
-
var version = "
|
|
1088
|
+
var version = "7.0.0";
|
|
1089
1089
|
|
|
1090
1090
|
var LocalStorageFactory = /*#__PURE__*/function () {
|
|
1091
1091
|
function LocalStorageFactory() {
|
|
@@ -5657,7 +5657,7 @@
|
|
|
5657
5657
|
var config = _objectSpread2({}, endpoint);
|
|
5658
5658
|
config.version = 'pcm';
|
|
5659
5659
|
this.request = new RequestFactory(config);
|
|
5660
|
-
this.endpoint = '
|
|
5660
|
+
this.endpoint = 'custom-relationships';
|
|
5661
5661
|
}
|
|
5662
5662
|
_createClass(CustomRelationshipsEndpoint, [{
|
|
5663
5663
|
key: "All",
|
package/package.json
CHANGED