@crystaldesign/basket-handler 24.11.0-beta.8 → 24.11.0-rc.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/build/cjs/index.js +2 -2
- package/build/esm/index.js +2 -2
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -61,7 +61,7 @@ var BasketHandler = /*#__PURE__*/function () {
|
|
|
61
61
|
}, {
|
|
62
62
|
key: "saveBasket",
|
|
63
63
|
value: function () {
|
|
64
|
-
var _saveBasket = _asyncToGenerator__default["default"](
|
|
64
|
+
var _saveBasket = _asyncToGenerator__default["default"](/*#__PURE__*/_regeneratorRuntime__default["default"].mark(function _callee(_ref) {
|
|
65
65
|
var jwt, basket, awaitPDF, saveToApi2, sessionGuid, apiKey, _this$LOG, fullUrl, response, _api2Result, authHeader, _this$LOG2, resultBasket, api2Result, _this$LOG3;
|
|
66
66
|
return _regeneratorRuntime__default["default"].wrap(function _callee$(_context) {
|
|
67
67
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -140,7 +140,7 @@ var BasketHandler = /*#__PURE__*/function () {
|
|
|
140
140
|
}, {
|
|
141
141
|
key: "api2SaveBasket",
|
|
142
142
|
value: function () {
|
|
143
|
-
var _api2SaveBasket = _asyncToGenerator__default["default"](
|
|
143
|
+
var _api2SaveBasket = _asyncToGenerator__default["default"](/*#__PURE__*/_regeneratorRuntime__default["default"].mark(function _callee2(_ref2) {
|
|
144
144
|
var basket, sessionGuid, awaitPDF, _id, _this$LOG4, _this$LOG5, fullUrl, response, _response$Result, _this$LOG6, _this$LOG7;
|
|
145
145
|
return _regeneratorRuntime__default["default"].wrap(function _callee2$(_context2) {
|
|
146
146
|
while (1) switch (_context2.prev = _context2.next) {
|
package/build/esm/index.js
CHANGED
|
@@ -47,7 +47,7 @@ var BasketHandler = /*#__PURE__*/function () {
|
|
|
47
47
|
}, {
|
|
48
48
|
key: "saveBasket",
|
|
49
49
|
value: function () {
|
|
50
|
-
var _saveBasket = _asyncToGenerator(
|
|
50
|
+
var _saveBasket = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(_ref) {
|
|
51
51
|
var jwt, basket, awaitPDF, saveToApi2, sessionGuid, apiKey, _this$LOG, fullUrl, response, _api2Result, authHeader, _this$LOG2, resultBasket, api2Result, _this$LOG3;
|
|
52
52
|
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
53
53
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -126,7 +126,7 @@ var BasketHandler = /*#__PURE__*/function () {
|
|
|
126
126
|
}, {
|
|
127
127
|
key: "api2SaveBasket",
|
|
128
128
|
value: function () {
|
|
129
|
-
var _api2SaveBasket = _asyncToGenerator(
|
|
129
|
+
var _api2SaveBasket = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(_ref2) {
|
|
130
130
|
var basket, sessionGuid, awaitPDF, _id, _this$LOG4, _this$LOG5, fullUrl, response, _response$Result, _this$LOG6, _this$LOG7;
|
|
131
131
|
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
132
132
|
while (1) switch (_context2.prev = _context2.next) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/basket-handler",
|
|
3
|
-
"version": "24.11.0-
|
|
3
|
+
"version": "24.11.0-rc.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@crystaldesign/basket-model": "23.13.0-beta.39",
|
|
6
6
|
"axios": "^0.26.0"
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"md5.js": "^1.3.5"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "fc9b0ef286cb62b1ef73403bede490ba8bcebba5"
|
|
19
19
|
}
|