@aws-amplify/ui-react-storage 3.3.8 → 3.3.9

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.
@@ -1,3 +1,3 @@
1
- const VERSION = '3.3.8';
1
+ const VERSION = '3.3.9';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -546,7 +546,7 @@ function FilePicker$1({ children, className = ui.ComponentClassName.FileUploader
546
546
  return (React__namespace["default"].createElement(uiReact.Button, { ...props, className: className, size: size }, children));
547
547
  }
548
548
 
549
- const VERSION = '3.3.8';
549
+ const VERSION = '3.3.9';
550
550
 
551
551
  const logger$1 = ui.getLogger('Storage');
552
552
  const MISSING_REQUIRED_PROPS_MESSAGE$1 = '`FileUploader` requires a `maxFileCount` prop to be provided.';
@@ -1 +1 @@
1
- export declare const VERSION = "3.3.8";
1
+ export declare const VERSION = "3.3.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-storage",
3
- "version": "3.3.8",
3
+ "version": "3.3.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -39,14 +39,14 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-amplify/ui": "6.6.4",
43
- "@aws-amplify/ui-react": "6.5.4",
44
- "@aws-amplify/ui-react-core": "3.0.28",
42
+ "@aws-amplify/ui": "6.6.5",
43
+ "@aws-amplify/ui-react": "6.5.5",
44
+ "@aws-amplify/ui-react-core": "3.0.29",
45
45
  "lodash": "4.17.21",
46
46
  "tslib": "^2.5.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "aws-amplify": "^6.6.0",
49
+ "aws-amplify": "^6.6.5",
50
50
  "react": "^16.14.0 || ^17.0 || ^18.0",
51
51
  "react-dom": "^16.14.0 || ^17.0 || ^18.0"
52
52
  },