@aws-amplify/core 6.9.3-unstable.e888e7c.0 → 6.9.3

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.12.3-unstable.e888e7c.0+e888e7c';
6
+ exports.version = '6.12.3';
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.12.3-unstable.e888e7c.0+e888e7c';\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.12.3';\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;;"}
@@ -1 +1 @@
1
- export declare const version = "6.12.3-unstable.e888e7c.0+e888e7c";
1
+ export declare const version = "6.12.3";
@@ -1,5 +1,5 @@
1
1
  // generated by genversion
2
- const version = '6.12.3-unstable.e888e7c.0+e888e7c';
2
+ const version = '6.12.3';
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.12.3-unstable.e888e7c.0+e888e7c';\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.12.3';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
@@ -5,7 +5,7 @@ type UserGroupName = string;
5
5
  type UserGroupPrecedence = Record<string, number>;
6
6
  export interface AmplifyOutputsAuthProperties {
7
7
  aws_region: string;
8
- authentication_flow_type?: 'USER_SRP_AUTH' | 'CUSTOM_AUTH';
8
+ authentication_flow_type?: string;
9
9
  user_pool_id: string;
10
10
  user_pool_client_id: string;
11
11
  identity_pool_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "6.9.3-unstable.e888e7c.0+e888e7c",
3
+ "version": "6.9.3",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -61,7 +61,7 @@
61
61
  "uuid": "^9.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-amplify/react-native": "1.1.7-unstable.e888e7c.0+e888e7c",
64
+ "@aws-amplify/react-native": "1.1.7",
65
65
  "@types/js-cookie": "3.0.2",
66
66
  "genversion": "^2.2.0",
67
67
  "typescript": "5.0.2"
@@ -193,5 +193,5 @@
193
193
  ]
194
194
  }
195
195
  },
196
- "gitHead": "e888e7c0ce264871def577a01fd804919f7b79d5"
196
+ "gitHead": "de14a78391a3ca7ef7c804f42d728cfab5cf0755"
197
197
  }
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '6.12.3-unstable.e888e7c.0+e888e7c';
2
+ export const version = '6.12.3';
@@ -17,7 +17,7 @@ type UserGroupName = string;
17
17
  type UserGroupPrecedence = Record<string, number>;
18
18
  export interface AmplifyOutputsAuthProperties {
19
19
  aws_region: string;
20
- authentication_flow_type?: 'USER_SRP_AUTH' | 'CUSTOM_AUTH';
20
+ authentication_flow_type?: string;
21
21
  user_pool_id: string;
22
22
  user_pool_client_id: string;
23
23
  identity_pool_id?: string;