@shipengine/elements 0.21.2 → 0.21.3
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.cjs +1 -0
- package/index.js +1 -0
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -13668,6 +13668,7 @@ var walletHistory = {
|
|
|
13668
13668
|
}
|
|
13669
13669
|
};
|
|
13670
13670
|
|
|
13671
|
+
// TODO: This commenet is only an attempt to force a version bump
|
|
13671
13672
|
var index = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, common$1), listCarriers), manageDefaults), manageFunding), manageWarehouses), manageDefaults), onboarding$1), purchaseLabel), registerCarrier), registerWallet), viewShipment), voidLabel), walletHistory);
|
|
13672
13673
|
|
|
13673
13674
|
var resources = /*#__PURE__*/Object.freeze({
|
package/index.js
CHANGED
|
@@ -13635,6 +13635,7 @@ var walletHistory = {
|
|
|
13635
13635
|
}
|
|
13636
13636
|
};
|
|
13637
13637
|
|
|
13638
|
+
// TODO: This commenet is only an attempt to force a version bump
|
|
13638
13639
|
var index = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, common$1), listCarriers), manageDefaults), manageFunding), manageWarehouses), manageDefaults), onboarding$1), purchaseLabel), registerCarrier), registerWallet), viewShipment), voidLabel), walletHistory);
|
|
13639
13640
|
|
|
13640
13641
|
var resources = /*#__PURE__*/Object.freeze({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipengine/elements",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.3",
|
|
4
4
|
"typedoc": {
|
|
5
5
|
"entryPoint": "./src/index.ts",
|
|
6
6
|
"readmeFile": "../../README.md",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@packlink/brands": "3.24.0",
|
|
33
33
|
"@packlink/giger-theme": "1.3.1",
|
|
34
34
|
"@shipengine/js-api": "0.6.2",
|
|
35
|
-
"@shipengine/react-api": "0.4.
|
|
35
|
+
"@shipengine/react-api": "0.4.8",
|
|
36
36
|
"@storybook/manager-api": "7.0.0-rc.1",
|
|
37
37
|
"@storybook/theming": "7.0.0-rc.1",
|
|
38
38
|
"axios": "0.26.1",
|