@aws-amplify/core 6.0.1-console-preview.be08038.0 → 6.0.1-console-preview.3d7f188.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "6.0.1-console-preview.be08038.0+be08038",
3
+ "version": "6.0.1-console-preview.3d7f188.0+3d7f188",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -64,7 +64,7 @@
64
64
  "uuid": "^9.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@aws-amplify/react-native": "1.0.1-console-preview.be08038.0+be08038",
67
+ "@aws-amplify/react-native": "1.0.1-console-preview.3d7f188.0+3d7f188",
68
68
  "@types/js-cookie": "3.0.2",
69
69
  "@types/uuid": "^9.0.0",
70
70
  "find": "^0.2.7",
@@ -169,5 +169,5 @@
169
169
  "lib-esm"
170
170
  ]
171
171
  },
172
- "gitHead": "be08038c5b37a510243f077c6d3209e5383f8866"
172
+ "gitHead": "3d7f18818c2f9e0790157aac2d0a0bfe90f21aff"
173
173
  }
@@ -95,7 +95,7 @@ export enum GeoAction {
95
95
  export enum InAppMessagingAction {
96
96
  SyncMessages = '1',
97
97
  IdentifyUser = '2',
98
- DispatchEvent = '3',
98
+ NotifyMessageInteraction = '3',
99
99
  }
100
100
  export enum InteractionsAction {
101
101
  None = '0',
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '6.0.1-console-preview.be08038.0+be08038';
2
+ export const version = '6.0.1-console-preview.3d7f188.0+3d7f188';