@aws-amplify/notifications 2.0.1-console-preview.4ae78ed.0 → 2.0.1-console-preview.8637b15.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 +5 -9
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/notifications",
|
|
3
|
-
"version": "2.0.1-console-preview.
|
|
3
|
+
"version": "2.0.1-console-preview.8637b15.0+8637b15",
|
|
4
4
|
"description": "Notifications category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
7
7
|
"typings": "./lib-esm/index.d.ts",
|
|
8
|
-
"sideEffects":
|
|
9
|
-
"./lib/Notifications.js",
|
|
10
|
-
"./lib-esm/Notifications.js"
|
|
11
|
-
],
|
|
8
|
+
"sideEffects": false,
|
|
12
9
|
"publishConfig": {
|
|
13
10
|
"access": "public"
|
|
14
11
|
},
|
|
@@ -96,15 +93,14 @@
|
|
|
96
93
|
"src"
|
|
97
94
|
],
|
|
98
95
|
"dependencies": {
|
|
99
|
-
"@aws-amplify/rtn-push-notification": "1.1.7",
|
|
100
96
|
"lodash": "^4.17.21",
|
|
101
97
|
"uuid": "^9.0.0"
|
|
102
98
|
},
|
|
103
99
|
"peerDependencies": {
|
|
104
|
-
"@aws-amplify/core": "6.0.1-console-preview.
|
|
100
|
+
"@aws-amplify/core": "6.0.1-console-preview.8637b15.0+8637b15"
|
|
105
101
|
},
|
|
106
102
|
"devDependencies": {
|
|
107
|
-
"@aws-amplify/core": "6.0.1-console-preview.
|
|
103
|
+
"@aws-amplify/core": "6.0.1-console-preview.8637b15.0+8637b15",
|
|
108
104
|
"@babel/core": "7.15.5",
|
|
109
105
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
110
106
|
"@babel/plugin-proposal-private-methods": "^7.0.0",
|
|
@@ -125,5 +121,5 @@
|
|
|
125
121
|
"limit": "29.95 kB"
|
|
126
122
|
}
|
|
127
123
|
],
|
|
128
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "8637b15b240e2ea176ac025bd6fc12e25a46118d"
|
|
129
125
|
}
|