@aws-amplify/core 6.10.3-unstable.5dbfbf3.0 → 6.10.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.
- package/dist/cjs/Platform/version.js +1 -1
- package/dist/cjs/Platform/version.js.map +1 -1
- package/dist/esm/Platform/version.d.ts +1 -1
- package/dist/esm/Platform/version.mjs +1 -1
- package/dist/esm/Platform/version.mjs.map +1 -1
- package/dist/esm/singleton/AmplifyOutputs/types.d.ts +2 -2
- package/package.json +3 -3
- package/src/Platform/version.ts +1 -1
- package/src/singleton/AmplifyOutputs/types.ts +2 -2
|
@@ -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.13.3
|
|
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.13.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.13.3
|
|
1
|
+
export declare const version = "6.13.3";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.13.3
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.13.3';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
|
|
@@ -30,7 +30,7 @@ export interface AmplifyOutputsAuthProperties {
|
|
|
30
30
|
unauthenticated_identities_enabled?: boolean;
|
|
31
31
|
mfa_configuration?: string;
|
|
32
32
|
mfa_methods?: string[];
|
|
33
|
-
groups?: Record<UserGroupName, UserGroupPrecedence
|
|
33
|
+
groups?: Partial<Record<UserGroupName, UserGroupPrecedence>>[];
|
|
34
34
|
}
|
|
35
35
|
export interface AmplifyOutputsStorageBucketProperties {
|
|
36
36
|
/** Friendly bucket name provided in Amplify Outputs */
|
|
@@ -40,7 +40,7 @@ export interface AmplifyOutputsStorageBucketProperties {
|
|
|
40
40
|
/** Region for the bucket */
|
|
41
41
|
aws_region: string;
|
|
42
42
|
/** Paths to object with access permissions */
|
|
43
|
-
paths?: Record<string, Record<string, string[] | undefined
|
|
43
|
+
paths?: Partial<Record<string, Record<string, string[] | undefined>>>;
|
|
44
44
|
}
|
|
45
45
|
export interface AmplifyOutputsStorageProperties {
|
|
46
46
|
/** Default region for Storage */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/core",
|
|
3
|
-
"version": "6.10.3
|
|
3
|
+
"version": "6.10.3",
|
|
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.
|
|
63
|
+
"@aws-amplify/react-native": "1.1.7",
|
|
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": "
|
|
195
|
+
"gitHead": "eacdf1ae8dd0e011fd707b31548cf5fd8704d7b4"
|
|
196
196
|
}
|
package/src/Platform/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '6.13.3
|
|
2
|
+
export const version = '6.13.3';
|
|
@@ -42,7 +42,7 @@ export interface AmplifyOutputsAuthProperties {
|
|
|
42
42
|
unauthenticated_identities_enabled?: boolean;
|
|
43
43
|
mfa_configuration?: string;
|
|
44
44
|
mfa_methods?: string[];
|
|
45
|
-
groups?: Record<UserGroupName, UserGroupPrecedence
|
|
45
|
+
groups?: Partial<Record<UserGroupName, UserGroupPrecedence>>[];
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
export interface AmplifyOutputsStorageBucketProperties {
|
|
@@ -53,7 +53,7 @@ export interface AmplifyOutputsStorageBucketProperties {
|
|
|
53
53
|
/** Region for the bucket */
|
|
54
54
|
aws_region: string;
|
|
55
55
|
/** Paths to object with access permissions */
|
|
56
|
-
paths?: Record<string, Record<string, string[] | undefined
|
|
56
|
+
paths?: Partial<Record<string, Record<string, string[] | undefined>>>;
|
|
57
57
|
}
|
|
58
58
|
export interface AmplifyOutputsStorageProperties {
|
|
59
59
|
/** Default region for Storage */
|