contentoh-components-library 21.2.75 → 21.2.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.2.75",
3
+ "version": "21.2.76",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -1497,6 +1497,7 @@ export const ProviderProductEdition = ({
1497
1497
  currentVersion={version}
1498
1498
  setShowCreateVersion={setShowCreateVersion}
1499
1499
  setShowVersionSelector={setShowVersionSelector}
1500
+ jwt={token}
1500
1501
  />
1501
1502
  )}
1502
1503
  {showCreateVersion && (
@@ -1553,6 +1553,7 @@ export const RetailerProductEdition = ({
1553
1553
  currentVersion={version}
1554
1554
  setShowCreateVersion={setShowCreateVersion}
1555
1555
  setShowVersionSelector={setShowVersionSelector}
1556
+ jwt={token}
1556
1557
  />
1557
1558
  )}
1558
1559
  {showCreateVersion && (