@shipengine/alchemy 6.0.93 → 6.0.94
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/index.js +39 -23
- package/index.mjs +39 -23
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3451,21 +3451,37 @@ function requireIdentity () {
|
|
|
3451
3451
|
|
|
3452
3452
|
/** Detect free variable `global` from Node.js. */
|
|
3453
3453
|
|
|
3454
|
-
var
|
|
3454
|
+
var _freeGlobal;
|
|
3455
|
+
var hasRequired_freeGlobal;
|
|
3455
3456
|
|
|
3456
|
-
|
|
3457
|
+
function require_freeGlobal () {
|
|
3458
|
+
if (hasRequired_freeGlobal) return _freeGlobal;
|
|
3459
|
+
hasRequired_freeGlobal = 1;
|
|
3460
|
+
var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
|
|
3457
3461
|
|
|
3458
|
-
|
|
3462
|
+
_freeGlobal = freeGlobal;
|
|
3463
|
+
return _freeGlobal;
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
var _root;
|
|
3467
|
+
var hasRequired_root;
|
|
3459
3468
|
|
|
3460
|
-
|
|
3461
|
-
|
|
3469
|
+
function require_root () {
|
|
3470
|
+
if (hasRequired_root) return _root;
|
|
3471
|
+
hasRequired_root = 1;
|
|
3472
|
+
var freeGlobal = require_freeGlobal();
|
|
3462
3473
|
|
|
3463
|
-
/**
|
|
3464
|
-
var
|
|
3474
|
+
/** Detect free variable `self`. */
|
|
3475
|
+
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
3465
3476
|
|
|
3466
|
-
|
|
3477
|
+
/** Used as a reference to the global object. */
|
|
3478
|
+
var root = freeGlobal || freeSelf || Function('return this')();
|
|
3479
|
+
|
|
3480
|
+
_root = root;
|
|
3481
|
+
return _root;
|
|
3482
|
+
}
|
|
3467
3483
|
|
|
3468
|
-
var root$a =
|
|
3484
|
+
var root$a = require_root();
|
|
3469
3485
|
|
|
3470
3486
|
/** Built-in value references. */
|
|
3471
3487
|
var Symbol$7 = root$a.Symbol;
|
|
@@ -3651,7 +3667,7 @@ function isFunction$2(value) {
|
|
|
3651
3667
|
|
|
3652
3668
|
var isFunction_1 = isFunction$2;
|
|
3653
3669
|
|
|
3654
|
-
var root$9 =
|
|
3670
|
+
var root$9 = require_root();
|
|
3655
3671
|
|
|
3656
3672
|
/** Used to detect overreaching core-js shims. */
|
|
3657
3673
|
var coreJsData$1 = root$9['__core-js_shared__'];
|
|
@@ -3789,7 +3805,7 @@ function getNative$5(object, key) {
|
|
|
3789
3805
|
var _getNative = getNative$5;
|
|
3790
3806
|
|
|
3791
3807
|
var getNative$4 = _getNative,
|
|
3792
|
-
root$8 =
|
|
3808
|
+
root$8 = require_root();
|
|
3793
3809
|
|
|
3794
3810
|
/* Built-in method references that are verified to be native. */
|
|
3795
3811
|
var WeakMap$3 = getNative$4(root$8, 'WeakMap');
|
|
@@ -3899,7 +3915,7 @@ function createCtor$4(Ctor) {
|
|
|
3899
3915
|
var _createCtor = createCtor$4;
|
|
3900
3916
|
|
|
3901
3917
|
var createCtor$3 = _createCtor,
|
|
3902
|
-
root$7 =
|
|
3918
|
+
root$7 = require_root();
|
|
3903
3919
|
|
|
3904
3920
|
/** Used to compose bitmasks for function metadata. */
|
|
3905
3921
|
var WRAP_BIND_FLAG$6 = 1;
|
|
@@ -5079,7 +5095,7 @@ var composeArgs$1 = _composeArgs,
|
|
|
5079
5095
|
getHolder$1 = _getHolder,
|
|
5080
5096
|
reorder = _reorder,
|
|
5081
5097
|
replaceHolders$2 = _replaceHolders,
|
|
5082
|
-
root$6 =
|
|
5098
|
+
root$6 = require_root();
|
|
5083
5099
|
|
|
5084
5100
|
/** Used to compose bitmasks for function metadata. */
|
|
5085
5101
|
var WRAP_BIND_FLAG$3 = 1,
|
|
@@ -5170,7 +5186,7 @@ var apply$1 = require_apply(),
|
|
|
5170
5186
|
createRecurry = _createRecurry,
|
|
5171
5187
|
getHolder = _getHolder,
|
|
5172
5188
|
replaceHolders$1 = _replaceHolders,
|
|
5173
|
-
root$5 =
|
|
5189
|
+
root$5 = require_root();
|
|
5174
5190
|
|
|
5175
5191
|
/**
|
|
5176
5192
|
* Creates a function that wraps `func` to enable currying.
|
|
@@ -5213,7 +5229,7 @@ var _createCurry = createCurry$1;
|
|
|
5213
5229
|
|
|
5214
5230
|
var apply = require_apply(),
|
|
5215
5231
|
createCtor = _createCtor,
|
|
5216
|
-
root$4 =
|
|
5232
|
+
root$4 = require_root();
|
|
5217
5233
|
|
|
5218
5234
|
/** Used to compose bitmasks for function metadata. */
|
|
5219
5235
|
var WRAP_BIND_FLAG$2 = 1;
|
|
@@ -5992,7 +6008,7 @@ function requireIsBuffer () {
|
|
|
5992
6008
|
if (hasRequiredIsBuffer) return isBufferExports;
|
|
5993
6009
|
hasRequiredIsBuffer = 1;
|
|
5994
6010
|
(function (module, exports) {
|
|
5995
|
-
var root =
|
|
6011
|
+
var root = require_root(),
|
|
5996
6012
|
stubFalse = requireStubFalse();
|
|
5997
6013
|
|
|
5998
6014
|
/** Detect free variable `exports`. */
|
|
@@ -6184,7 +6200,7 @@ function require_nodeUtil () {
|
|
|
6184
6200
|
if (hasRequired_nodeUtil) return _nodeUtilExports;
|
|
6185
6201
|
hasRequired_nodeUtil = 1;
|
|
6186
6202
|
(function (module, exports) {
|
|
6187
|
-
var freeGlobal =
|
|
6203
|
+
var freeGlobal = require_freeGlobal();
|
|
6188
6204
|
|
|
6189
6205
|
/** Detect free variable `exports`. */
|
|
6190
6206
|
var freeExports = exports && !exports.nodeType && exports;
|
|
@@ -6812,7 +6828,7 @@ function require_stackHas () {
|
|
|
6812
6828
|
}
|
|
6813
6829
|
|
|
6814
6830
|
var getNative$3 = _getNative,
|
|
6815
|
-
root$3 =
|
|
6831
|
+
root$3 = require_root();
|
|
6816
6832
|
|
|
6817
6833
|
/* Built-in method references that are verified to be native. */
|
|
6818
6834
|
var Map$2 = getNative$3(root$3, 'Map');
|
|
@@ -7482,7 +7498,7 @@ function require_cloneBuffer () {
|
|
|
7482
7498
|
if (hasRequired_cloneBuffer) return _cloneBufferExports;
|
|
7483
7499
|
hasRequired_cloneBuffer = 1;
|
|
7484
7500
|
(function (module, exports) {
|
|
7485
|
-
var root =
|
|
7501
|
+
var root = require_root();
|
|
7486
7502
|
|
|
7487
7503
|
/** Detect free variable `exports`. */
|
|
7488
7504
|
var freeExports = exports && !exports.nodeType && exports;
|
|
@@ -7750,7 +7766,7 @@ function getAllKeysIn$1(object) {
|
|
|
7750
7766
|
var _getAllKeysIn = getAllKeysIn$1;
|
|
7751
7767
|
|
|
7752
7768
|
var getNative$2 = _getNative,
|
|
7753
|
-
root$2 =
|
|
7769
|
+
root$2 = require_root();
|
|
7754
7770
|
|
|
7755
7771
|
/* Built-in method references that are verified to be native. */
|
|
7756
7772
|
var DataView$2 = getNative$2(root$2, 'DataView');
|
|
@@ -7758,7 +7774,7 @@ var DataView$2 = getNative$2(root$2, 'DataView');
|
|
|
7758
7774
|
var _DataView = DataView$2;
|
|
7759
7775
|
|
|
7760
7776
|
var getNative$1 = _getNative,
|
|
7761
|
-
root$1 =
|
|
7777
|
+
root$1 = require_root();
|
|
7762
7778
|
|
|
7763
7779
|
/* Built-in method references that are verified to be native. */
|
|
7764
7780
|
var Promise$2 = getNative$1(root$1, 'Promise');
|
|
@@ -7766,7 +7782,7 @@ var Promise$2 = getNative$1(root$1, 'Promise');
|
|
|
7766
7782
|
var _Promise = Promise$2;
|
|
7767
7783
|
|
|
7768
7784
|
var getNative = _getNative,
|
|
7769
|
-
root =
|
|
7785
|
+
root = require_root();
|
|
7770
7786
|
|
|
7771
7787
|
/* Built-in method references that are verified to be native. */
|
|
7772
7788
|
var Set$2 = getNative(root, 'Set');
|
|
@@ -7866,7 +7882,7 @@ var hasRequired_Uint8Array;
|
|
|
7866
7882
|
function require_Uint8Array () {
|
|
7867
7883
|
if (hasRequired_Uint8Array) return _Uint8Array;
|
|
7868
7884
|
hasRequired_Uint8Array = 1;
|
|
7869
|
-
var root =
|
|
7885
|
+
var root = require_root();
|
|
7870
7886
|
|
|
7871
7887
|
/** Built-in value references. */
|
|
7872
7888
|
var Uint8Array = root.Uint8Array;
|
package/index.mjs
CHANGED
|
@@ -3429,21 +3429,37 @@ function requireIdentity () {
|
|
|
3429
3429
|
|
|
3430
3430
|
/** Detect free variable `global` from Node.js. */
|
|
3431
3431
|
|
|
3432
|
-
var
|
|
3432
|
+
var _freeGlobal;
|
|
3433
|
+
var hasRequired_freeGlobal;
|
|
3433
3434
|
|
|
3434
|
-
|
|
3435
|
+
function require_freeGlobal () {
|
|
3436
|
+
if (hasRequired_freeGlobal) return _freeGlobal;
|
|
3437
|
+
hasRequired_freeGlobal = 1;
|
|
3438
|
+
var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
|
|
3435
3439
|
|
|
3436
|
-
|
|
3440
|
+
_freeGlobal = freeGlobal;
|
|
3441
|
+
return _freeGlobal;
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
var _root;
|
|
3445
|
+
var hasRequired_root;
|
|
3437
3446
|
|
|
3438
|
-
|
|
3439
|
-
|
|
3447
|
+
function require_root () {
|
|
3448
|
+
if (hasRequired_root) return _root;
|
|
3449
|
+
hasRequired_root = 1;
|
|
3450
|
+
var freeGlobal = require_freeGlobal();
|
|
3440
3451
|
|
|
3441
|
-
/**
|
|
3442
|
-
var
|
|
3452
|
+
/** Detect free variable `self`. */
|
|
3453
|
+
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
3443
3454
|
|
|
3444
|
-
|
|
3455
|
+
/** Used as a reference to the global object. */
|
|
3456
|
+
var root = freeGlobal || freeSelf || Function('return this')();
|
|
3457
|
+
|
|
3458
|
+
_root = root;
|
|
3459
|
+
return _root;
|
|
3460
|
+
}
|
|
3445
3461
|
|
|
3446
|
-
var root$a =
|
|
3462
|
+
var root$a = require_root();
|
|
3447
3463
|
|
|
3448
3464
|
/** Built-in value references. */
|
|
3449
3465
|
var Symbol$7 = root$a.Symbol;
|
|
@@ -3629,7 +3645,7 @@ function isFunction$2(value) {
|
|
|
3629
3645
|
|
|
3630
3646
|
var isFunction_1 = isFunction$2;
|
|
3631
3647
|
|
|
3632
|
-
var root$9 =
|
|
3648
|
+
var root$9 = require_root();
|
|
3633
3649
|
|
|
3634
3650
|
/** Used to detect overreaching core-js shims. */
|
|
3635
3651
|
var coreJsData$1 = root$9['__core-js_shared__'];
|
|
@@ -3767,7 +3783,7 @@ function getNative$5(object, key) {
|
|
|
3767
3783
|
var _getNative = getNative$5;
|
|
3768
3784
|
|
|
3769
3785
|
var getNative$4 = _getNative,
|
|
3770
|
-
root$8 =
|
|
3786
|
+
root$8 = require_root();
|
|
3771
3787
|
|
|
3772
3788
|
/* Built-in method references that are verified to be native. */
|
|
3773
3789
|
var WeakMap$3 = getNative$4(root$8, 'WeakMap');
|
|
@@ -3877,7 +3893,7 @@ function createCtor$4(Ctor) {
|
|
|
3877
3893
|
var _createCtor = createCtor$4;
|
|
3878
3894
|
|
|
3879
3895
|
var createCtor$3 = _createCtor,
|
|
3880
|
-
root$7 =
|
|
3896
|
+
root$7 = require_root();
|
|
3881
3897
|
|
|
3882
3898
|
/** Used to compose bitmasks for function metadata. */
|
|
3883
3899
|
var WRAP_BIND_FLAG$6 = 1;
|
|
@@ -5057,7 +5073,7 @@ var composeArgs$1 = _composeArgs,
|
|
|
5057
5073
|
getHolder$1 = _getHolder,
|
|
5058
5074
|
reorder = _reorder,
|
|
5059
5075
|
replaceHolders$2 = _replaceHolders,
|
|
5060
|
-
root$6 =
|
|
5076
|
+
root$6 = require_root();
|
|
5061
5077
|
|
|
5062
5078
|
/** Used to compose bitmasks for function metadata. */
|
|
5063
5079
|
var WRAP_BIND_FLAG$3 = 1,
|
|
@@ -5148,7 +5164,7 @@ var apply$1 = require_apply(),
|
|
|
5148
5164
|
createRecurry = _createRecurry,
|
|
5149
5165
|
getHolder = _getHolder,
|
|
5150
5166
|
replaceHolders$1 = _replaceHolders,
|
|
5151
|
-
root$5 =
|
|
5167
|
+
root$5 = require_root();
|
|
5152
5168
|
|
|
5153
5169
|
/**
|
|
5154
5170
|
* Creates a function that wraps `func` to enable currying.
|
|
@@ -5191,7 +5207,7 @@ var _createCurry = createCurry$1;
|
|
|
5191
5207
|
|
|
5192
5208
|
var apply = require_apply(),
|
|
5193
5209
|
createCtor = _createCtor,
|
|
5194
|
-
root$4 =
|
|
5210
|
+
root$4 = require_root();
|
|
5195
5211
|
|
|
5196
5212
|
/** Used to compose bitmasks for function metadata. */
|
|
5197
5213
|
var WRAP_BIND_FLAG$2 = 1;
|
|
@@ -5970,7 +5986,7 @@ function requireIsBuffer () {
|
|
|
5970
5986
|
if (hasRequiredIsBuffer) return isBufferExports;
|
|
5971
5987
|
hasRequiredIsBuffer = 1;
|
|
5972
5988
|
(function (module, exports) {
|
|
5973
|
-
var root =
|
|
5989
|
+
var root = require_root(),
|
|
5974
5990
|
stubFalse = requireStubFalse();
|
|
5975
5991
|
|
|
5976
5992
|
/** Detect free variable `exports`. */
|
|
@@ -6162,7 +6178,7 @@ function require_nodeUtil () {
|
|
|
6162
6178
|
if (hasRequired_nodeUtil) return _nodeUtilExports;
|
|
6163
6179
|
hasRequired_nodeUtil = 1;
|
|
6164
6180
|
(function (module, exports) {
|
|
6165
|
-
var freeGlobal =
|
|
6181
|
+
var freeGlobal = require_freeGlobal();
|
|
6166
6182
|
|
|
6167
6183
|
/** Detect free variable `exports`. */
|
|
6168
6184
|
var freeExports = exports && !exports.nodeType && exports;
|
|
@@ -6790,7 +6806,7 @@ function require_stackHas () {
|
|
|
6790
6806
|
}
|
|
6791
6807
|
|
|
6792
6808
|
var getNative$3 = _getNative,
|
|
6793
|
-
root$3 =
|
|
6809
|
+
root$3 = require_root();
|
|
6794
6810
|
|
|
6795
6811
|
/* Built-in method references that are verified to be native. */
|
|
6796
6812
|
var Map$2 = getNative$3(root$3, 'Map');
|
|
@@ -7460,7 +7476,7 @@ function require_cloneBuffer () {
|
|
|
7460
7476
|
if (hasRequired_cloneBuffer) return _cloneBufferExports;
|
|
7461
7477
|
hasRequired_cloneBuffer = 1;
|
|
7462
7478
|
(function (module, exports) {
|
|
7463
|
-
var root =
|
|
7479
|
+
var root = require_root();
|
|
7464
7480
|
|
|
7465
7481
|
/** Detect free variable `exports`. */
|
|
7466
7482
|
var freeExports = exports && !exports.nodeType && exports;
|
|
@@ -7728,7 +7744,7 @@ function getAllKeysIn$1(object) {
|
|
|
7728
7744
|
var _getAllKeysIn = getAllKeysIn$1;
|
|
7729
7745
|
|
|
7730
7746
|
var getNative$2 = _getNative,
|
|
7731
|
-
root$2 =
|
|
7747
|
+
root$2 = require_root();
|
|
7732
7748
|
|
|
7733
7749
|
/* Built-in method references that are verified to be native. */
|
|
7734
7750
|
var DataView$2 = getNative$2(root$2, 'DataView');
|
|
@@ -7736,7 +7752,7 @@ var DataView$2 = getNative$2(root$2, 'DataView');
|
|
|
7736
7752
|
var _DataView = DataView$2;
|
|
7737
7753
|
|
|
7738
7754
|
var getNative$1 = _getNative,
|
|
7739
|
-
root$1 =
|
|
7755
|
+
root$1 = require_root();
|
|
7740
7756
|
|
|
7741
7757
|
/* Built-in method references that are verified to be native. */
|
|
7742
7758
|
var Promise$2 = getNative$1(root$1, 'Promise');
|
|
@@ -7744,7 +7760,7 @@ var Promise$2 = getNative$1(root$1, 'Promise');
|
|
|
7744
7760
|
var _Promise = Promise$2;
|
|
7745
7761
|
|
|
7746
7762
|
var getNative = _getNative,
|
|
7747
|
-
root =
|
|
7763
|
+
root = require_root();
|
|
7748
7764
|
|
|
7749
7765
|
/* Built-in method references that are verified to be native. */
|
|
7750
7766
|
var Set$2 = getNative(root, 'Set');
|
|
@@ -7844,7 +7860,7 @@ var hasRequired_Uint8Array;
|
|
|
7844
7860
|
function require_Uint8Array () {
|
|
7845
7861
|
if (hasRequired_Uint8Array) return _Uint8Array;
|
|
7846
7862
|
hasRequired_Uint8Array = 1;
|
|
7847
|
-
var root =
|
|
7863
|
+
var root = require_root();
|
|
7848
7864
|
|
|
7849
7865
|
/** Built-in value references. */
|
|
7850
7866
|
var Uint8Array = root.Uint8Array;
|