@shipengine/elements 0.21.1 → 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 +2 -1
- package/index.js +2 -1
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -13482,7 +13482,7 @@ var purchaseLabel = {
|
|
|
13482
13482
|
fields: {
|
|
13483
13483
|
addOns: "Add-Ons",
|
|
13484
13484
|
contentDescription: "Contents Description",
|
|
13485
|
-
confirmation: "Confirmation",
|
|
13485
|
+
confirmation: "Delivery Confirmation",
|
|
13486
13486
|
dimensions: {
|
|
13487
13487
|
length: "Length",
|
|
13488
13488
|
width: "Width",
|
|
@@ -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
|
@@ -13449,7 +13449,7 @@ var purchaseLabel = {
|
|
|
13449
13449
|
fields: {
|
|
13450
13450
|
addOns: "Add-Ons",
|
|
13451
13451
|
contentDescription: "Contents Description",
|
|
13452
|
-
confirmation: "Confirmation",
|
|
13452
|
+
confirmation: "Delivery Confirmation",
|
|
13453
13453
|
dimensions: {
|
|
13454
13454
|
length: "Length",
|
|
13455
13455
|
width: "Width",
|
|
@@ -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",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@hookform/resolvers": "2.9.1",
|
|
32
32
|
"@packlink/brands": "3.24.0",
|
|
33
33
|
"@packlink/giger-theme": "1.3.1",
|
|
34
|
-
"@shipengine/js-api": "0.6.
|
|
35
|
-
"@shipengine/react-api": "0.4.
|
|
34
|
+
"@shipengine/js-api": "0.6.2",
|
|
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",
|