@aws-amplify/core 6.0.11-unstable.45b88e2.0 → 6.0.11

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.
@@ -3,5 +3,5 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.version = void 0;
5
5
  // generated by genversion
6
- exports.version = '6.0.11-unstable.45b88e2.0+45b88e2';
6
+ exports.version = '6.0.11';
7
7
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../../src/Platform/version.ts"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.version = void 0;\n// generated by genversion\nexports.version = '6.0.11-unstable.45b88e2.0+45b88e2';\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;AAC9D,OAAO,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;AACzB;AACA,OAAO,CAAC,OAAO,GAAG,mCAAmC;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../src/Platform/version.ts"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.version = void 0;\n// generated by genversion\nexports.version = '6.0.11';\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;AAC9D,OAAO,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;AACzB;AACA,OAAO,CAAC,OAAO,GAAG,QAAQ;;"}
@@ -26,9 +26,6 @@ export type AuthHubEventData =
26
26
  /** Dispatched when there is an error in the refresh of tokens.*/
27
27
  | {
28
28
  event: 'tokenRefresh_failure';
29
- data: {
30
- error?: AuthError;
31
- };
32
29
  }
33
30
  /** Dispatched when there is a customState passed in the options of the `signInWithRedirect` API.*/
34
31
  | {
@@ -1 +1 @@
1
- export declare const version = "6.0.11-unstable.45b88e2.0+45b88e2";
1
+ export declare const version = "6.0.11";
@@ -1,5 +1,5 @@
1
1
  // generated by genversion
2
- const version = '6.0.11-unstable.45b88e2.0+45b88e2';
2
+ const version = '6.0.11';
3
3
 
4
4
  export { version };
5
5
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.0.11-unstable.45b88e2.0+45b88e2';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.0.11';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "6.0.11-unstable.45b88e2.0+45b88e2",
3
+ "version": "6.0.11",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -60,7 +60,7 @@
60
60
  "uuid": "^9.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@aws-amplify/react-native": "1.0.11-unstable.45b88e2.0+45b88e2",
63
+ "@aws-amplify/react-native": "1.0.11",
64
64
  "@rollup/plugin-typescript": "11.1.5",
65
65
  "@types/js-cookie": "3.0.2",
66
66
  "genversion": "^2.2.0",
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "gitHead": "45b88e24f5a3f0525bcd53c8f158236d4656b19f"
197
+ "gitHead": "e7d71fe71ff581b15102356256aba50b260dffd2"
198
198
  }
@@ -21,7 +21,7 @@ export type AuthHubEventData =
21
21
  /** Dispatched when auth tokens are successfully refreshed.*/
22
22
  | { event: 'tokenRefresh' }
23
23
  /** Dispatched when there is an error in the refresh of tokens.*/
24
- | { event: 'tokenRefresh_failure'; data: { error?: AuthError } }
24
+ | { event: 'tokenRefresh_failure' }
25
25
  /** Dispatched when there is a customState passed in the options of the `signInWithRedirect` API.*/
26
26
  | { event: 'customOAuthState'; data: string }
27
27
  /** Dispatched when the user is signed-in.*/
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '6.0.11-unstable.45b88e2.0+45b88e2';
2
+ export const version = '6.0.11';