@aws-amplify/ui-react-core-notifications 2.0.25 → 2.0.27

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -8,9 +8,9 @@ var utils = require('aws-amplify/utils');
8
8
  var ui = require('@aws-amplify/ui');
9
9
  var uiReactCore = require('@aws-amplify/ui-react-core');
10
10
 
11
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
12
12
 
13
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
+ var React__default = /*#__PURE__*/_interopDefault(React);
14
14
 
15
15
  const InAppMessagingContext = React.createContext(null);
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-core-notifications",
3
- "version": "2.0.25",
3
+ "version": "2.0.27",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -28,15 +28,15 @@
28
28
  "check:esm": "node --input-type=module --eval 'import \"@aws-amplify/ui-react-core-notifications\"'",
29
29
  "clean": "rimraf dist node_modules",
30
30
  "dev": "yarn build:rollup --watch",
31
- "lint": "yarn typecheck && eslint src --ext .js,.ts,.tsx",
31
+ "lint": "yarn typecheck && eslint .",
32
32
  "prebuild": "rimraf dist",
33
33
  "test": "jest",
34
34
  "test:watch": "yarn test --watch",
35
35
  "typecheck": "tsc --noEmit"
36
36
  },
37
37
  "dependencies": {
38
- "@aws-amplify/ui": "6.6.1",
39
- "@aws-amplify/ui-react-core": "3.0.25"
38
+ "@aws-amplify/ui": "6.6.3",
39
+ "@aws-amplify/ui-react-core": "3.0.27"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "aws-amplify": "^6.6.0",