@aws-amplify/ui-react-storage 3.3.4 → 3.3.5

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