@aws-amplify/core 6.0.7-unstable.f4d3873.0 → 6.0.7-upgrade-node-18.062f74f.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.0.7-
|
|
6
|
+
exports.version = '6.0.7-upgrade-node-18.062f74f.0+062f74f';
|
|
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.7-
|
|
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.7-upgrade-node-18.062f74f.0+062f74f';\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,yCAAyC;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "6.0.7-
|
|
1
|
+
export declare const version = "6.0.7-upgrade-node-18.062f74f.0+062f74f";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.0.7-
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.0.7-upgrade-node-18.062f74f.0+062f74f';\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.7-
|
|
3
|
+
"version": "6.0.7-upgrade-node-18.062f74f.0+062f74f",
|
|
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.7-
|
|
63
|
+
"@aws-amplify/react-native": "1.0.7-upgrade-node-18.062f74f.0+062f74f",
|
|
64
64
|
"@rollup/plugin-typescript": "11.1.5",
|
|
65
65
|
"@types/js-cookie": "3.0.2",
|
|
66
66
|
"genversion": "^2.2.0",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"name": "Custom clients (request signer)",
|
|
97
97
|
"path": "./dist/esm/clients/middleware/signing/signer/signatureV4/index.mjs",
|
|
98
98
|
"import": "{ signRequest }",
|
|
99
|
-
"limit": "3.
|
|
99
|
+
"limit": "3.60 kB"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "Custom clients (url presigner)",
|
|
103
103
|
"path": "./dist/esm/clients/middleware/signing/signer/signatureV4/index.mjs",
|
|
104
104
|
"import": "{ presignUrl }",
|
|
105
|
-
"limit": "3.
|
|
105
|
+
"limit": "3.65 kB"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"name": "Cache (default browser storage)",
|
|
@@ -194,5 +194,5 @@
|
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
|
-
"gitHead": "
|
|
197
|
+
"gitHead": "062f74febddfabf52c2608fb00d9d362ffe11af1"
|
|
198
198
|
}
|
package/src/Platform/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '6.0.7-
|
|
2
|
+
export const version = '6.0.7-upgrade-node-18.062f74f.0+062f74f';
|