@aws-amplify/core 6.5.4-storage-browser-integrity.34fba2d.0 → 6.5.4-unstable.2447917.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.
@@ -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.8.3-storage-browser-integrity.34fba2d.0+34fba2d';
6
+ exports.version = '6.8.3-unstable.2447917.0+2447917';
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.8.3-storage-browser-integrity.34fba2d.0+34fba2d';\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,mDAAmD;;"}
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.8.3-unstable.2447917.0+2447917';\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,kCAAkC;;"}
@@ -1 +1 @@
1
- export declare const version = "6.8.3-storage-browser-integrity.34fba2d.0+34fba2d";
1
+ export declare const version = "6.8.3-unstable.2447917.0+2447917";
@@ -1,5 +1,5 @@
1
1
  // generated by genversion
2
- const version = '6.8.3-storage-browser-integrity.34fba2d.0+34fba2d';
2
+ const version = '6.8.3-unstable.2447917.0+2447917';
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.8.3-storage-browser-integrity.34fba2d.0+34fba2d';\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.8.3-unstable.2447917.0+2447917';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
@@ -131,7 +131,7 @@ interface CustomProvider {
131
131
  custom: string;
132
132
  }
133
133
  type CustomScope = string & NonNullable<unknown>;
134
- export type OAuthScope = 'email' | 'openid' | 'phone' | 'email' | 'profile' | 'aws.cognito.signin.user.admin' | CustomScope;
134
+ export type OAuthScope = 'email' | 'openid' | 'phone' | 'profile' | 'aws.cognito.signin.user.admin' | CustomScope;
135
135
  export type CognitoUserPoolWithOAuthConfig = CognitoUserPoolConfig & {
136
136
  loginWith: {
137
137
  oauth: OAuthConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "6.5.4-storage-browser-integrity.34fba2d.0+34fba2d",
3
+ "version": "6.5.4-unstable.2447917.0+2447917",
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.1.7-storage-browser-integrity.34fba2d.0+34fba2d",
63
+ "@aws-amplify/react-native": "1.1.7-unstable.2447917.0+2447917",
64
64
  "@types/js-cookie": "3.0.2",
65
65
  "genversion": "^2.2.0",
66
66
  "typescript": "5.0.2"
@@ -192,5 +192,5 @@
192
192
  ]
193
193
  }
194
194
  },
195
- "gitHead": "34fba2dbee947c4d42820499e52e09e638778a15"
195
+ "gitHead": "2447917fb47ff616aca6f5d64f9c635cf738c7e3"
196
196
  }
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '6.8.3-storage-browser-integrity.34fba2d.0+34fba2d';
2
+ export const version = '6.8.3-unstable.2447917.0+2447917';
@@ -199,7 +199,6 @@ export type OAuthScope =
199
199
  | 'email'
200
200
  | 'openid'
201
201
  | 'phone'
202
- | 'email'
203
202
  | 'profile'
204
203
  | 'aws.cognito.signin.user.admin'
205
204
  | CustomScope;