@aws-amplify/core 6.11.4-unstable.893d9cf.0 → 6.11.4
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/internals/aws-client-utils/composers/package.json +1 -1
- package/internals/aws-client-utils/package.json +1 -1
- package/internals/aws-clients/cognitoIdentity/package.json +1 -1
- package/internals/aws-clients/pinpoint/package.json +1 -1
- package/internals/providers/pinpoint/package.json +1 -1
- package/internals/utils/package.json +1 -1
- package/package.json +11 -11
- package/src/Platform/version.ts +1 -1
|
@@ -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.14.4
|
|
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.14.4';\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,OAAO,CAAC,OAAO,GAAG,MAAM;AACxB;AACA,OAAO,CAAC,OAAO,GAAG,QAAQ;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "6.14.4
|
|
1
|
+
export declare const version = "6.14.4";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.14.4
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.14.4';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"types": "../../../dist/esm/clients/internal/index.d.ts",
|
|
4
4
|
"main": "../../../dist/cjs/clients/internal/index.js",
|
|
5
5
|
"module": "../../../dist/esm/clients/internal/index.mjs",
|
|
6
|
-
"react-native": "../../../
|
|
6
|
+
"react-native": "../../../dist/cjs/clients/internal/index.js",
|
|
7
7
|
"sideEffects": false
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"types": "../../../dist/esm/awsClients/cognitoIdentity/index.d.ts",
|
|
4
4
|
"main": "../../../dist/cjs/awsClients/cognitoIdentity/index.js",
|
|
5
5
|
"module": "../../../dist/esm/awsClients/cognitoIdentity/index.mjs",
|
|
6
|
-
"react-native": "../../../
|
|
6
|
+
"react-native": "../../../dist/cjs/awsClients/cognitoIdentity/index.js",
|
|
7
7
|
"sideEffects": false
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"types": "../../../dist/esm/awsClients/pinpoint/index.d.ts",
|
|
4
4
|
"main": "../../../dist/cjs/awsClients/pinpoint/index.js",
|
|
5
5
|
"module": "../../../dist/esm/awsClients/pinpoint/index.mjs",
|
|
6
|
-
"react-native": "../../../
|
|
6
|
+
"react-native": "../../../dist/cjs/awsClients/pinpoint/index.js",
|
|
7
7
|
"sideEffects": false
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"types": "../../../dist/esm/providers/pinpoint/index.d.ts",
|
|
4
4
|
"main": "../../../dist/cjs/providers/pinpoint/index.js",
|
|
5
5
|
"module": "../../../dist/esm/providers/pinpoint/index.mjs",
|
|
6
|
-
"react-native": "../../../
|
|
6
|
+
"react-native": "../../../dist/cjs/providers/pinpoint/index.js",
|
|
7
7
|
"sideEffects": false
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/core",
|
|
3
|
-
"version": "6.11.4
|
|
3
|
+
"version": "6.11.4",
|
|
4
4
|
"description": "Core category of aws-amplify",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
7
|
-
"react-native": "./
|
|
7
|
+
"react-native": "./dist/cjs/index.js",
|
|
8
8
|
"typings": "./dist/esm/index.d.ts",
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"uuid": "^9.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-amplify/react-native": "1.1.9
|
|
63
|
+
"@aws-amplify/react-native": "1.1.9",
|
|
64
64
|
"@types/js-cookie": "3.0.2",
|
|
65
65
|
"genversion": "^2.2.0",
|
|
66
66
|
"typescript": "5.0.2"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
],
|
|
112
112
|
"exports": {
|
|
113
113
|
".": {
|
|
114
|
-
"react-native": "./
|
|
114
|
+
"react-native": "./dist/cjs/index.js",
|
|
115
115
|
"types": "./dist/esm/index.d.ts",
|
|
116
116
|
"import": "./dist/esm/index.mjs",
|
|
117
117
|
"require": "./dist/cjs/index.js"
|
|
@@ -127,37 +127,37 @@
|
|
|
127
127
|
"require": "./dist/cjs/adapterCore/index.js"
|
|
128
128
|
},
|
|
129
129
|
"./internals/aws-client-utils": {
|
|
130
|
-
"react-native": "./
|
|
130
|
+
"react-native": "./dist/cjs/clients/index.js",
|
|
131
131
|
"types": "./dist/esm/clients/index.d.ts",
|
|
132
132
|
"import": "./dist/esm/clients/index.mjs",
|
|
133
133
|
"require": "./dist/cjs/clients/index.js"
|
|
134
134
|
},
|
|
135
135
|
"./internals/aws-client-utils/composers": {
|
|
136
|
-
"react-native": "./
|
|
136
|
+
"react-native": "./dist/cjs/clients/internal/index.js",
|
|
137
137
|
"types": "./dist/esm/clients/internal/index.d.ts",
|
|
138
138
|
"import": "./dist/esm/clients/internal/index.mjs",
|
|
139
139
|
"require": "./dist/cjs/clients/internal/index.js"
|
|
140
140
|
},
|
|
141
141
|
"./internals/aws-clients/cognitoIdentity": {
|
|
142
|
-
"react-native": "./
|
|
142
|
+
"react-native": "./dist/cjs/awsClients/cognitoIdentity/index.js",
|
|
143
143
|
"types": "./dist/esm/awsClients/cognitoIdentity/index.d.ts",
|
|
144
144
|
"import": "./dist/esm/awsClients/cognitoIdentity/index.mjs",
|
|
145
145
|
"require": "./dist/cjs/awsClients/cognitoIdentity/index.js"
|
|
146
146
|
},
|
|
147
147
|
"./internals/aws-clients/pinpoint": {
|
|
148
|
-
"react-native": "./
|
|
148
|
+
"react-native": "./dist/cjs/awsClients/pinpoint/index.js",
|
|
149
149
|
"types": "./dist/esm/awsClients/pinpoint/index.d.ts",
|
|
150
150
|
"import": "./dist/esm/awsClients/pinpoint/index.mjs",
|
|
151
151
|
"require": "./dist/cjs/awsClients/pinpoint/index.js"
|
|
152
152
|
},
|
|
153
153
|
"./internals/providers/pinpoint": {
|
|
154
|
-
"react-native": "./
|
|
154
|
+
"react-native": "./dist/cjs/providers/pinpoint/index.js",
|
|
155
155
|
"types": "./dist/esm/providers/pinpoint/index.d.ts",
|
|
156
156
|
"import": "./dist/esm/providers/pinpoint/index.mjs",
|
|
157
157
|
"require": "./dist/cjs/providers/pinpoint/index.js"
|
|
158
158
|
},
|
|
159
159
|
"./internals/utils": {
|
|
160
|
-
"react-native": "./
|
|
160
|
+
"react-native": "./dist/cjs/libraryUtils.js",
|
|
161
161
|
"types": "./dist/esm/libraryUtils.d.ts",
|
|
162
162
|
"import": "./dist/esm/libraryUtils.mjs",
|
|
163
163
|
"require": "./dist/cjs/libraryUtils.js"
|
|
@@ -192,5 +192,5 @@
|
|
|
192
192
|
]
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
|
-
"gitHead": "
|
|
195
|
+
"gitHead": "f2ac9929610f7f878f124083ceaf03465113cd44"
|
|
196
196
|
}
|
package/src/Platform/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '6.14.4
|
|
2
|
+
export const version = '6.14.4';
|