@aws-amplify/notifications 2.0.1-console-preview.d807e55.0 → 2.0.1-console-preview.a1c533e.0
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 +4 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/notifications",
|
|
3
|
-
"version": "2.0.1-console-preview.
|
|
3
|
+
"version": "2.0.1-console-preview.a1c533e.0+a1c533e",
|
|
4
4
|
"description": "Notifications category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"test:default": "jest -w 1 --coverage",
|
|
15
15
|
"test:native": "jest -w 1 --coverage --config=jest.native.config.js --coverageDirectory=coverage-native",
|
|
16
16
|
"test:watch": "tslint 'src/**/*.ts' && jest -w 1 --watch",
|
|
17
|
-
"test:size": "size-limit",
|
|
18
17
|
"build-with-test": "npm run clean && npm test && tsc && webpack",
|
|
19
18
|
"build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
|
|
20
19
|
"build:esm": "node ./build es6",
|
|
@@ -97,29 +96,15 @@
|
|
|
97
96
|
"uuid": "^9.0.0"
|
|
98
97
|
},
|
|
99
98
|
"peerDependencies": {
|
|
100
|
-
"@aws-amplify/core": "6.0.1-console-preview.
|
|
99
|
+
"@aws-amplify/core": "6.0.1-console-preview.a1c533e.0+a1c533e"
|
|
101
100
|
},
|
|
102
101
|
"devDependencies": {
|
|
103
|
-
"@aws-amplify/core": "6.0.1-console-preview.
|
|
102
|
+
"@aws-amplify/core": "6.0.1-console-preview.a1c533e.0+a1c533e",
|
|
104
103
|
"@babel/core": "7.15.5",
|
|
105
104
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
106
105
|
"@babel/plugin-proposal-private-methods": "^7.0.0",
|
|
107
106
|
"@babel/plugin-proposal-private-property-in-object": "^7.0.0",
|
|
108
107
|
"metro-react-native-babel-preset": "^0.66.2"
|
|
109
108
|
},
|
|
110
|
-
"
|
|
111
|
-
{
|
|
112
|
-
"name": "Notifications (top-level class)",
|
|
113
|
-
"path": "./lib-esm/index.js",
|
|
114
|
-
"import": "{ Amplify, Notifications }",
|
|
115
|
-
"limit": "29.95 kB"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "Notifications (with Analytics)",
|
|
119
|
-
"path": "./lib-esm/index.js",
|
|
120
|
-
"import": "{ Amplify, Notifications, Analytics }",
|
|
121
|
-
"limit": "29.95 kB"
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"gitHead": "d807e554bd4c36e287ab3b4a229260fc9b851d40"
|
|
109
|
+
"gitHead": "a1c533eae82c5386864fb15fc101bb3cb9bd93ae"
|
|
125
110
|
}
|