@aws-amplify/ui-react-storage 3.18.0 → 3.18.1

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/dist/browser.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var internals = require('@aws-amplify/storage/internals');
6
6
  require('aws-amplify');
7
7
  require('@aws-amplify/ui');
8
- var createStorageBrowser = require('./createStorageBrowser-S_PgkSVv.js');
8
+ var createStorageBrowser = require('./createStorageBrowser-CmLJTupk.js');
9
9
  require('@zip.js/zip.js');
10
10
  require('aws-amplify/storage');
11
11
  require('react');
@@ -3912,7 +3912,7 @@ const componentsDefault = {
3912
3912
  Title,
3913
3913
  };
3914
3914
 
3915
- const VERSION = '3.18.0';
3915
+ const VERSION = '3.18.1';
3916
3916
 
3917
3917
  const Fallback = () => (React__namespace["default"].createElement("div", { className: STORAGE_BROWSER_BLOCK_TO_BE_UPDATED },
3918
3918
  React__namespace["default"].createElement("div", { className: `${STORAGE_BROWSER_BLOCK_TO_BE_UPDATED}__error-boundary` }, "Something went wrong.")));
@@ -1,3 +1,3 @@
1
- const VERSION = '3.18.0';
1
+ const VERSION = '3.18.1';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ var uiReactCore = require('@aws-amplify/ui-react-core');
9
9
  var auth = require('aws-amplify/auth');
10
10
  var storage = require('aws-amplify/storage');
11
11
  var internal = require('@aws-amplify/ui-react/internal');
12
- var createStorageBrowser = require('./createStorageBrowser-S_PgkSVv.js');
12
+ var createStorageBrowser = require('./createStorageBrowser-CmLJTupk.js');
13
13
  require('@aws-amplify/storage/internals');
14
14
  require('aws-amplify');
15
15
  require('@zip.js/zip.js');
@@ -1 +1 @@
1
- export declare const VERSION = "3.18.0";
1
+ export declare const VERSION = "3.18.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-storage",
3
- "version": "3.18.0",
3
+ "version": "3.18.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -50,9 +50,9 @@
50
50
  "typecheck": "tsc --noEmit && tsc --project tsconfig.sw.json --noEmit"
51
51
  },
52
52
  "dependencies": {
53
- "@aws-amplify/ui": "6.15.5",
54
- "@aws-amplify/ui-react": "6.15.5",
55
- "@aws-amplify/ui-react-core": "3.6.5",
53
+ "@aws-amplify/ui": "6.15.6",
54
+ "@aws-amplify/ui-react": "6.15.6",
55
+ "@aws-amplify/ui-react-core": "3.6.6",
56
56
  "tslib": "^2.5.2",
57
57
  "@zip.js/zip.js": "^2.7.53"
58
58
  },