@aws-amplify/graphql-model-transformer 2.2.0-rds-1.0 → 2.2.0-rds-2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -1
- package/lib/graphql-model-transformer.d.ts.map +1 -1
- package/lib/graphql-model-transformer.js +2 -1
- package/lib/graphql-model-transformer.js.map +1 -1
- package/lib/rds-lambda.zip +0 -0
- package/lib/rds-notification-lambda.zip +0 -0
- package/lib/rds-patching-lambda.zip +0 -0
- package/lib/resolvers/rds/mutation.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.js +67 -58
- package/lib/resolvers/rds/mutation.js.map +1 -1
- package/lib/resolvers/rds/query.d.ts.map +1 -1
- package/lib/resolvers/rds/query.js +2 -1
- package/lib/resolvers/rds/query.js.map +1 -1
- package/lib/resolvers/rds/resolver.d.ts +2 -2
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +66 -19
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +1 -2
- package/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/package.json +7 -7
- package/publish-notification-lambda/node_modules/.package-lock.json +35 -14
- package/publish-notification-lambda/node_modules/@types/node/README.md +1 -1
- package/publish-notification-lambda/node_modules/@types/node/package.json +2 -2
- package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +2 -0
- package/publish-notification-lambda/node_modules/compress-commons/package.json +5 -5
- package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +2 -0
- package/publish-notification-lambda/node_modules/crc32-stream/package.json +3 -3
- package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +2 -0
- package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
- package/publish-notification-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
- package/publish-notification-lambda/node_modules/zip-stream/package.json +10 -10
- package/publish-notification-lambda/package-lock.json +35 -14
- package/rds-lambda/handler.ts +5 -1
- package/rds-lambda/node_modules/.package-lock.json +104 -84
- package/rds-lambda/node_modules/@babel/core/package.json +14 -14
- package/rds-lambda/node_modules/@babel/core/src/config/files/index-browser.ts +2 -2
- package/rds-lambda/node_modules/@babel/core/src/config/files/index.ts +4 -4
- package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets-browser.ts +1 -1
- package/rds-lambda/node_modules/@babel/core/src/config/resolve-targets.ts +1 -1
- package/rds-lambda/node_modules/@babel/core/src/transform-file.ts +5 -5
- package/rds-lambda/node_modules/@babel/generator/package.json +4 -4
- package/rds-lambda/node_modules/@babel/helper-compilation-targets/package.json +2 -2
- package/rds-lambda/node_modules/@babel/helper-module-imports/README.md +1 -1
- package/rds-lambda/node_modules/@babel/helper-module-imports/package.json +4 -4
- package/rds-lambda/node_modules/@babel/helper-module-transforms/package.json +5 -5
- package/rds-lambda/node_modules/@babel/helper-validator-identifier/README.md +1 -1
- package/rds-lambda/node_modules/@babel/helper-validator-identifier/package.json +1 -1
- package/rds-lambda/node_modules/@babel/helper-validator-option/README.md +1 -1
- package/rds-lambda/node_modules/@babel/helper-validator-option/package.json +1 -1
- package/rds-lambda/node_modules/@babel/helpers/package.json +6 -6
- package/rds-lambda/node_modules/@babel/parser/package.json +2 -2
- package/rds-lambda/node_modules/@babel/template/README.md +1 -1
- package/rds-lambda/node_modules/@babel/template/package.json +4 -4
- package/rds-lambda/node_modules/@babel/traverse/package.json +6 -6
- package/rds-lambda/node_modules/@babel/types/package.json +4 -4
- package/rds-lambda/node_modules/@types/node/README.md +1 -1
- package/rds-lambda/node_modules/@types/node/package.json +2 -2
- package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
- package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +2 -0
- package/rds-lambda/node_modules/compress-commons/package.json +5 -5
- package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +2 -0
- package/rds-lambda/node_modules/crc32-stream/package.json +3 -3
- package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/versions.json +1 -1
- package/rds-lambda/node_modules/pure-rand/CHANGELOG.md +6 -0
- package/rds-lambda/node_modules/pure-rand/package.json +20 -15
- package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +2 -0
- package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
- package/rds-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
- package/rds-lambda/node_modules/zip-stream/package.json +10 -10
- package/rds-lambda/package-lock.json +104 -84
- package/rds-patching-lambda/node_modules/.package-lock.json +35 -14
- package/rds-patching-lambda/node_modules/@types/node/README.md +1 -1
- package/rds-patching-lambda/node_modules/@types/node/package.json +2 -2
- package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +2 -0
- package/rds-patching-lambda/node_modules/compress-commons/package.json +5 -5
- package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +2 -0
- package/rds-patching-lambda/node_modules/crc32-stream/package.json +3 -3
- package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +2 -0
- package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/README.md +6 -0
- package/rds-patching-lambda/node_modules/zip-stream/node_modules/archiver-utils/package.json +54 -0
- package/rds-patching-lambda/node_modules/zip-stream/package.json +10 -10
- package/rds-patching-lambda/package-lock.json +35 -14
- package/src/__tests__/__snapshots__/model-transformer.test.ts.snap +26 -26
- package/src/__tests__/model-transformer.test.ts +60 -2
- package/src/graphql-model-transformer.ts +2 -1
- package/src/resolvers/rds/mutation.ts +15 -9
- package/src/resolvers/rds/query.ts +2 -1
- package/src/resolvers/rds/resolver.ts +73 -7
- package/src/resources/rds-model-resource-generator.ts +1 -2
- package/tsconfig.tsbuildinfo +1 -1
package/rds-lambda/handler.ts
CHANGED
@@ -18,7 +18,11 @@ export const run = async (event): Promise<any> => {
|
|
18
18
|
};
|
19
19
|
|
20
20
|
const createSSMClient = (): void => {
|
21
|
-
|
21
|
+
const DNS_SEPERATOR = ':';
|
22
|
+
const endpoint = process.env.SSM_ENDPOINT?.split(DNS_SEPERATOR).pop();
|
23
|
+
secretsClient = new SSMClient({
|
24
|
+
endpoint: `https://${endpoint}`,
|
25
|
+
});
|
22
26
|
};
|
23
27
|
|
24
28
|
const wait10SecondsAndThrowError = async (): Promise<void> => {
|
@@ -1020,20 +1020,20 @@
|
|
1020
1020
|
}
|
1021
1021
|
},
|
1022
1022
|
"node_modules/@babel/core": {
|
1023
|
-
"version": "7.22.
|
1024
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.
|
1025
|
-
"integrity": "sha512-
|
1023
|
+
"version": "7.22.15",
|
1024
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.15.tgz",
|
1025
|
+
"integrity": "sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==",
|
1026
1026
|
"dependencies": {
|
1027
1027
|
"@ampproject/remapping": "^2.2.0",
|
1028
|
-
"@babel/code-frame": "^7.22.
|
1029
|
-
"@babel/generator": "^7.22.
|
1030
|
-
"@babel/helper-compilation-targets": "^7.22.
|
1031
|
-
"@babel/helper-module-transforms": "^7.22.
|
1032
|
-
"@babel/helpers": "^7.22.
|
1033
|
-
"@babel/parser": "^7.22.
|
1034
|
-
"@babel/template": "^7.22.
|
1035
|
-
"@babel/traverse": "^7.22.
|
1036
|
-
"@babel/types": "^7.22.
|
1028
|
+
"@babel/code-frame": "^7.22.13",
|
1029
|
+
"@babel/generator": "^7.22.15",
|
1030
|
+
"@babel/helper-compilation-targets": "^7.22.15",
|
1031
|
+
"@babel/helper-module-transforms": "^7.22.15",
|
1032
|
+
"@babel/helpers": "^7.22.15",
|
1033
|
+
"@babel/parser": "^7.22.15",
|
1034
|
+
"@babel/template": "^7.22.15",
|
1035
|
+
"@babel/traverse": "^7.22.15",
|
1036
|
+
"@babel/types": "^7.22.15",
|
1037
1037
|
"convert-source-map": "^1.7.0",
|
1038
1038
|
"debug": "^4.1.0",
|
1039
1039
|
"gensync": "^1.0.0-beta.2",
|
@@ -1049,11 +1049,11 @@
|
|
1049
1049
|
}
|
1050
1050
|
},
|
1051
1051
|
"node_modules/@babel/generator": {
|
1052
|
-
"version": "7.22.
|
1053
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.
|
1054
|
-
"integrity": "sha512-
|
1052
|
+
"version": "7.22.15",
|
1053
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz",
|
1054
|
+
"integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==",
|
1055
1055
|
"dependencies": {
|
1056
|
-
"@babel/types": "^7.22.
|
1056
|
+
"@babel/types": "^7.22.15",
|
1057
1057
|
"@jridgewell/gen-mapping": "^0.3.2",
|
1058
1058
|
"@jridgewell/trace-mapping": "^0.3.17",
|
1059
1059
|
"jsesc": "^2.5.1"
|
@@ -1063,12 +1063,12 @@
|
|
1063
1063
|
}
|
1064
1064
|
},
|
1065
1065
|
"node_modules/@babel/helper-compilation-targets": {
|
1066
|
-
"version": "7.22.
|
1067
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.
|
1068
|
-
"integrity": "sha512-
|
1066
|
+
"version": "7.22.15",
|
1067
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",
|
1068
|
+
"integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",
|
1069
1069
|
"dependencies": {
|
1070
1070
|
"@babel/compat-data": "^7.22.9",
|
1071
|
-
"@babel/helper-validator-option": "^7.22.
|
1071
|
+
"@babel/helper-validator-option": "^7.22.15",
|
1072
1072
|
"browserslist": "^4.21.9",
|
1073
1073
|
"lru-cache": "^5.1.1",
|
1074
1074
|
"semver": "^6.3.1"
|
@@ -1109,26 +1109,26 @@
|
|
1109
1109
|
}
|
1110
1110
|
},
|
1111
1111
|
"node_modules/@babel/helper-module-imports": {
|
1112
|
-
"version": "7.22.
|
1113
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.
|
1114
|
-
"integrity": "sha512-
|
1112
|
+
"version": "7.22.15",
|
1113
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
|
1114
|
+
"integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
|
1115
1115
|
"dependencies": {
|
1116
|
-
"@babel/types": "^7.22.
|
1116
|
+
"@babel/types": "^7.22.15"
|
1117
1117
|
},
|
1118
1118
|
"engines": {
|
1119
1119
|
"node": ">=6.9.0"
|
1120
1120
|
}
|
1121
1121
|
},
|
1122
1122
|
"node_modules/@babel/helper-module-transforms": {
|
1123
|
-
"version": "7.22.
|
1124
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.
|
1125
|
-
"integrity": "sha512-
|
1123
|
+
"version": "7.22.15",
|
1124
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz",
|
1125
|
+
"integrity": "sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==",
|
1126
1126
|
"dependencies": {
|
1127
1127
|
"@babel/helper-environment-visitor": "^7.22.5",
|
1128
|
-
"@babel/helper-module-imports": "^7.22.
|
1128
|
+
"@babel/helper-module-imports": "^7.22.15",
|
1129
1129
|
"@babel/helper-simple-access": "^7.22.5",
|
1130
1130
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
1131
|
-
"@babel/helper-validator-identifier": "^7.22.
|
1131
|
+
"@babel/helper-validator-identifier": "^7.22.15"
|
1132
1132
|
},
|
1133
1133
|
"engines": {
|
1134
1134
|
"node": ">=6.9.0"
|
@@ -1176,29 +1176,29 @@
|
|
1176
1176
|
}
|
1177
1177
|
},
|
1178
1178
|
"node_modules/@babel/helper-validator-identifier": {
|
1179
|
-
"version": "7.22.
|
1180
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.
|
1181
|
-
"integrity": "sha512-
|
1179
|
+
"version": "7.22.15",
|
1180
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz",
|
1181
|
+
"integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==",
|
1182
1182
|
"engines": {
|
1183
1183
|
"node": ">=6.9.0"
|
1184
1184
|
}
|
1185
1185
|
},
|
1186
1186
|
"node_modules/@babel/helper-validator-option": {
|
1187
|
-
"version": "7.22.
|
1188
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.
|
1189
|
-
"integrity": "sha512-
|
1187
|
+
"version": "7.22.15",
|
1188
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",
|
1189
|
+
"integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",
|
1190
1190
|
"engines": {
|
1191
1191
|
"node": ">=6.9.0"
|
1192
1192
|
}
|
1193
1193
|
},
|
1194
1194
|
"node_modules/@babel/helpers": {
|
1195
|
-
"version": "7.22.
|
1196
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.
|
1197
|
-
"integrity": "sha512-
|
1195
|
+
"version": "7.22.15",
|
1196
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz",
|
1197
|
+
"integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==",
|
1198
1198
|
"dependencies": {
|
1199
|
-
"@babel/template": "^7.22.
|
1200
|
-
"@babel/traverse": "^7.22.
|
1201
|
-
"@babel/types": "^7.22.
|
1199
|
+
"@babel/template": "^7.22.15",
|
1200
|
+
"@babel/traverse": "^7.22.15",
|
1201
|
+
"@babel/types": "^7.22.15"
|
1202
1202
|
},
|
1203
1203
|
"engines": {
|
1204
1204
|
"node": ">=6.9.0"
|
@@ -1218,9 +1218,9 @@
|
|
1218
1218
|
}
|
1219
1219
|
},
|
1220
1220
|
"node_modules/@babel/parser": {
|
1221
|
-
"version": "7.22.
|
1222
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.
|
1223
|
-
"integrity": "sha512
|
1221
|
+
"version": "7.22.16",
|
1222
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.16.tgz",
|
1223
|
+
"integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==",
|
1224
1224
|
"bin": {
|
1225
1225
|
"parser": "bin/babel-parser.js"
|
1226
1226
|
},
|
@@ -1392,31 +1392,31 @@
|
|
1392
1392
|
}
|
1393
1393
|
},
|
1394
1394
|
"node_modules/@babel/template": {
|
1395
|
-
"version": "7.22.
|
1396
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.
|
1397
|
-
"integrity": "sha512-
|
1395
|
+
"version": "7.22.15",
|
1396
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
|
1397
|
+
"integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
|
1398
1398
|
"dependencies": {
|
1399
|
-
"@babel/code-frame": "^7.22.
|
1400
|
-
"@babel/parser": "^7.22.
|
1401
|
-
"@babel/types": "^7.22.
|
1399
|
+
"@babel/code-frame": "^7.22.13",
|
1400
|
+
"@babel/parser": "^7.22.15",
|
1401
|
+
"@babel/types": "^7.22.15"
|
1402
1402
|
},
|
1403
1403
|
"engines": {
|
1404
1404
|
"node": ">=6.9.0"
|
1405
1405
|
}
|
1406
1406
|
},
|
1407
1407
|
"node_modules/@babel/traverse": {
|
1408
|
-
"version": "7.22.
|
1409
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.
|
1410
|
-
"integrity": "sha512-
|
1408
|
+
"version": "7.22.15",
|
1409
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.15.tgz",
|
1410
|
+
"integrity": "sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==",
|
1411
1411
|
"dependencies": {
|
1412
|
-
"@babel/code-frame": "^7.22.
|
1413
|
-
"@babel/generator": "^7.22.
|
1412
|
+
"@babel/code-frame": "^7.22.13",
|
1413
|
+
"@babel/generator": "^7.22.15",
|
1414
1414
|
"@babel/helper-environment-visitor": "^7.22.5",
|
1415
1415
|
"@babel/helper-function-name": "^7.22.5",
|
1416
1416
|
"@babel/helper-hoist-variables": "^7.22.5",
|
1417
1417
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
1418
|
-
"@babel/parser": "^7.22.
|
1419
|
-
"@babel/types": "^7.22.
|
1418
|
+
"@babel/parser": "^7.22.15",
|
1419
|
+
"@babel/types": "^7.22.15",
|
1420
1420
|
"debug": "^4.1.0",
|
1421
1421
|
"globals": "^11.1.0"
|
1422
1422
|
},
|
@@ -1425,12 +1425,12 @@
|
|
1425
1425
|
}
|
1426
1426
|
},
|
1427
1427
|
"node_modules/@babel/types": {
|
1428
|
-
"version": "7.22.
|
1429
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.
|
1430
|
-
"integrity": "sha512-
|
1428
|
+
"version": "7.22.15",
|
1429
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.15.tgz",
|
1430
|
+
"integrity": "sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==",
|
1431
1431
|
"dependencies": {
|
1432
1432
|
"@babel/helper-string-parser": "^7.22.5",
|
1433
|
-
"@babel/helper-validator-identifier": "^7.22.
|
1433
|
+
"@babel/helper-validator-identifier": "^7.22.15",
|
1434
1434
|
"to-fast-properties": "^2.0.0"
|
1435
1435
|
},
|
1436
1436
|
"engines": {
|
@@ -2273,9 +2273,9 @@
|
|
2273
2273
|
}
|
2274
2274
|
},
|
2275
2275
|
"node_modules/@types/node": {
|
2276
|
-
"version": "20.5.
|
2277
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.
|
2278
|
-
"integrity": "sha512-
|
2276
|
+
"version": "20.5.9",
|
2277
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz",
|
2278
|
+
"integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ=="
|
2279
2279
|
},
|
2280
2280
|
"node_modules/@types/stack-utils": {
|
2281
2281
|
"version": "2.0.1",
|
@@ -2747,9 +2747,9 @@
|
|
2747
2747
|
}
|
2748
2748
|
},
|
2749
2749
|
"node_modules/caniuse-lite": {
|
2750
|
-
"version": "1.0.
|
2751
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
2752
|
-
"integrity": "sha512-
|
2750
|
+
"version": "1.0.30001528",
|
2751
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001528.tgz",
|
2752
|
+
"integrity": "sha512-0Db4yyjR9QMNlsxh+kKWzQtkyflkG/snYheSzkjmvdEtEXB1+jt7A2HmSEiO6XIJPIbo92lHNGNySvE5pZcs5Q==",
|
2753
2753
|
"funding": [
|
2754
2754
|
{
|
2755
2755
|
"type": "opencollective",
|
@@ -2858,9 +2858,9 @@
|
|
2858
2858
|
}
|
2859
2859
|
},
|
2860
2860
|
"node_modules/compress-commons": {
|
2861
|
-
"version": "4.1.
|
2862
|
-
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.
|
2863
|
-
"integrity": "sha512-
|
2861
|
+
"version": "4.1.2",
|
2862
|
+
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz",
|
2863
|
+
"integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
2864
2864
|
"dependencies": {
|
2865
2865
|
"buffer-crc32": "^0.2.13",
|
2866
2866
|
"crc32-stream": "^4.0.2",
|
@@ -2898,9 +2898,9 @@
|
|
2898
2898
|
}
|
2899
2899
|
},
|
2900
2900
|
"node_modules/crc32-stream": {
|
2901
|
-
"version": "4.0.
|
2902
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.
|
2903
|
-
"integrity": "sha512-
|
2901
|
+
"version": "4.0.3",
|
2902
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz",
|
2903
|
+
"integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
2904
2904
|
"dependencies": {
|
2905
2905
|
"crc-32": "^1.2.0",
|
2906
2906
|
"readable-stream": "^3.4.0"
|
@@ -2976,9 +2976,9 @@
|
|
2976
2976
|
}
|
2977
2977
|
},
|
2978
2978
|
"node_modules/electron-to-chromium": {
|
2979
|
-
"version": "1.4.
|
2980
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
2981
|
-
"integrity": "sha512-
|
2979
|
+
"version": "1.4.510",
|
2980
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.510.tgz",
|
2981
|
+
"integrity": "sha512-xPfLIPFcN/WLXBpQ/K4UgE98oUBO5Tia6BD4rkSR0wE7ep/PwBVlgvPJQrIBpmJGVAmUzwPKuDbVt9XV6+uC2g=="
|
2982
2982
|
},
|
2983
2983
|
"node_modules/emittery": {
|
2984
2984
|
"version": "0.13.1",
|
@@ -5505,9 +5505,9 @@
|
|
5505
5505
|
}
|
5506
5506
|
},
|
5507
5507
|
"node_modules/pure-rand": {
|
5508
|
-
"version": "6.0.
|
5509
|
-
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.
|
5510
|
-
"integrity": "sha512-
|
5508
|
+
"version": "6.0.3",
|
5509
|
+
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.3.tgz",
|
5510
|
+
"integrity": "sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==",
|
5511
5511
|
"funding": [
|
5512
5512
|
{
|
5513
5513
|
"type": "individual",
|
@@ -6206,12 +6206,32 @@
|
|
6206
6206
|
}
|
6207
6207
|
},
|
6208
6208
|
"node_modules/zip-stream": {
|
6209
|
-
"version": "4.1.
|
6210
|
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.
|
6211
|
-
"integrity": "sha512-
|
6209
|
+
"version": "4.1.1",
|
6210
|
+
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz",
|
6211
|
+
"integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
6212
6212
|
"dependencies": {
|
6213
|
-
"archiver-utils": "^
|
6214
|
-
"compress-commons": "^4.1.
|
6213
|
+
"archiver-utils": "^3.0.4",
|
6214
|
+
"compress-commons": "^4.1.2",
|
6215
|
+
"readable-stream": "^3.6.0"
|
6216
|
+
},
|
6217
|
+
"engines": {
|
6218
|
+
"node": ">= 10"
|
6219
|
+
}
|
6220
|
+
},
|
6221
|
+
"node_modules/zip-stream/node_modules/archiver-utils": {
|
6222
|
+
"version": "3.0.4",
|
6223
|
+
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz",
|
6224
|
+
"integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
6225
|
+
"dependencies": {
|
6226
|
+
"glob": "^7.2.3",
|
6227
|
+
"graceful-fs": "^4.2.0",
|
6228
|
+
"lazystream": "^1.0.0",
|
6229
|
+
"lodash.defaults": "^4.2.0",
|
6230
|
+
"lodash.difference": "^4.5.0",
|
6231
|
+
"lodash.flatten": "^4.4.0",
|
6232
|
+
"lodash.isplainobject": "^4.0.6",
|
6233
|
+
"lodash.union": "^4.6.0",
|
6234
|
+
"normalize-path": "^3.0.0",
|
6215
6235
|
"readable-stream": "^3.6.0"
|
6216
6236
|
},
|
6217
6237
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/core",
|
3
|
-
"version": "7.22.
|
3
|
+
"version": "7.22.15",
|
4
4
|
"description": "Babel compiler core.",
|
5
5
|
"main": "./lib/index.js",
|
6
6
|
"author": "The Babel Team (https://babel.dev/team)",
|
@@ -47,15 +47,15 @@
|
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
49
|
"@ampproject/remapping": "^2.2.0",
|
50
|
-
"@babel/code-frame": "^7.22.
|
51
|
-
"@babel/generator": "^7.22.
|
52
|
-
"@babel/helper-compilation-targets": "^7.22.
|
53
|
-
"@babel/helper-module-transforms": "^7.22.
|
54
|
-
"@babel/helpers": "^7.22.
|
55
|
-
"@babel/parser": "^7.22.
|
56
|
-
"@babel/template": "^7.22.
|
57
|
-
"@babel/traverse": "^7.22.
|
58
|
-
"@babel/types": "^7.22.
|
50
|
+
"@babel/code-frame": "^7.22.13",
|
51
|
+
"@babel/generator": "^7.22.15",
|
52
|
+
"@babel/helper-compilation-targets": "^7.22.15",
|
53
|
+
"@babel/helper-module-transforms": "^7.22.15",
|
54
|
+
"@babel/helpers": "^7.22.15",
|
55
|
+
"@babel/parser": "^7.22.15",
|
56
|
+
"@babel/template": "^7.22.15",
|
57
|
+
"@babel/traverse": "^7.22.15",
|
58
|
+
"@babel/types": "^7.22.15",
|
59
59
|
"convert-source-map": "^1.7.0",
|
60
60
|
"debug": "^4.1.0",
|
61
61
|
"gensync": "^1.0.0-beta.2",
|
@@ -63,12 +63,12 @@
|
|
63
63
|
"semver": "^6.3.1"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
|
-
"@babel/helper-transform-fixture-test-runner": "^7.22.
|
66
|
+
"@babel/helper-transform-fixture-test-runner": "^7.22.15",
|
67
67
|
"@babel/plugin-syntax-flow": "^7.22.5",
|
68
68
|
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
69
|
-
"@babel/plugin-transform-modules-commonjs": "^7.22.
|
70
|
-
"@babel/preset-env": "^7.22.
|
71
|
-
"@babel/preset-typescript": "^7.22.
|
69
|
+
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
|
70
|
+
"@babel/preset-env": "^7.22.15",
|
71
|
+
"@babel/preset-typescript": "^7.22.15",
|
72
72
|
"@jridgewell/trace-mapping": "^0.3.17",
|
73
73
|
"@types/convert-source-map": "^1.5.1",
|
74
74
|
"@types/debug": "^4.1.0",
|
@@ -5,9 +5,9 @@ import type {
|
|
5
5
|
IgnoreFile,
|
6
6
|
RelativeConfig,
|
7
7
|
FilePackageData,
|
8
|
-
} from "./types";
|
8
|
+
} from "./types.ts";
|
9
9
|
|
10
|
-
import type { CallerMetadata } from "../validation/options";
|
10
|
+
import type { CallerMetadata } from "../validation/options.ts";
|
11
11
|
|
12
12
|
export type { ConfigFile, IgnoreFile, RelativeConfig, FilePackageData };
|
13
13
|
|
@@ -5,7 +5,7 @@ type indexType = typeof import("./index");
|
|
5
5
|
// exports of index-browser, since this file may be replaced at bundle time with index-browser.
|
6
6
|
({}) as any as indexBrowserType as indexType;
|
7
7
|
|
8
|
-
export { findPackageData } from "./package";
|
8
|
+
export { findPackageData } from "./package.ts";
|
9
9
|
|
10
10
|
export {
|
11
11
|
findConfigUpwards,
|
@@ -14,16 +14,16 @@ export {
|
|
14
14
|
loadConfig,
|
15
15
|
resolveShowConfigPath,
|
16
16
|
ROOT_CONFIG_FILENAMES,
|
17
|
-
} from "./configuration";
|
17
|
+
} from "./configuration.ts";
|
18
18
|
export type {
|
19
19
|
ConfigFile,
|
20
20
|
IgnoreFile,
|
21
21
|
RelativeConfig,
|
22
22
|
FilePackageData,
|
23
|
-
} from "./types";
|
23
|
+
} from "./types.ts";
|
24
24
|
export {
|
25
25
|
loadPlugin,
|
26
26
|
loadPreset,
|
27
27
|
resolvePlugin,
|
28
28
|
resolvePreset,
|
29
|
-
} from "./plugins";
|
29
|
+
} from "./plugins.ts";
|
@@ -5,7 +5,7 @@ type nodeType = typeof import("./resolve-targets");
|
|
5
5
|
// exports of index-browser, since this file may be replaced at bundle time with index-browser.
|
6
6
|
({}) as any as browserType as nodeType;
|
7
7
|
|
8
|
-
import type { ValidatedOptions } from "./validation/options";
|
8
|
+
import type { ValidatedOptions } from "./validation/options.ts";
|
9
9
|
import path from "path";
|
10
10
|
import getTargets, {
|
11
11
|
type InputTargets,
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import gensync, { type Handler } from "gensync";
|
2
2
|
|
3
|
-
import loadConfig from "./config";
|
4
|
-
import type { InputOptions, ResolvedConfig } from "./config";
|
5
|
-
import { run } from "./transformation";
|
6
|
-
import type { FileResult, FileResultCallback } from "./transformation";
|
7
|
-
import * as fs from "./gensync-utils/fs";
|
3
|
+
import loadConfig from "./config/index.ts";
|
4
|
+
import type { InputOptions, ResolvedConfig } from "./config/index.ts";
|
5
|
+
import { run } from "./transformation/index.ts";
|
6
|
+
import type { FileResult, FileResultCallback } from "./transformation/index.ts";
|
7
|
+
import * as fs from "./gensync-utils/fs.ts";
|
8
8
|
|
9
9
|
type transformFileBrowserType = typeof import("./transform-file-browser");
|
10
10
|
type transformFileType = typeof import("./transform-file");
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/generator",
|
3
|
-
"version": "7.22.
|
3
|
+
"version": "7.22.15",
|
4
4
|
"description": "Turns an AST into code.",
|
5
5
|
"author": "The Babel Team (https://babel.dev/team)",
|
6
6
|
"license": "MIT",
|
@@ -19,14 +19,14 @@
|
|
19
19
|
"lib"
|
20
20
|
],
|
21
21
|
"dependencies": {
|
22
|
-
"@babel/types": "^7.22.
|
22
|
+
"@babel/types": "^7.22.15",
|
23
23
|
"@jridgewell/gen-mapping": "^0.3.2",
|
24
24
|
"@jridgewell/trace-mapping": "^0.3.17",
|
25
25
|
"jsesc": "^2.5.1"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@babel/helper-fixtures": "^7.22.
|
29
|
-
"@babel/parser": "^7.22.
|
28
|
+
"@babel/helper-fixtures": "^7.22.13",
|
29
|
+
"@babel/parser": "^7.22.15",
|
30
30
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
31
31
|
"@types/jsesc": "^2.5.0",
|
32
32
|
"charcodes": "^0.2.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/helper-compilation-targets",
|
3
|
-
"version": "7.22.
|
3
|
+
"version": "7.22.15",
|
4
4
|
"author": "The Babel Team (https://babel.dev/team)",
|
5
5
|
"license": "MIT",
|
6
6
|
"description": "Helper functions on Babel compilation targets",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
],
|
24
24
|
"dependencies": {
|
25
25
|
"@babel/compat-data": "^7.22.9",
|
26
|
-
"@babel/helper-validator-option": "^7.22.
|
26
|
+
"@babel/helper-validator-option": "^7.22.15",
|
27
27
|
"browserslist": "^4.21.9",
|
28
28
|
"lru-cache": "^5.1.1",
|
29
29
|
"semver": "^6.3.1"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
> Babel helper functions for inserting module loads
|
4
4
|
|
5
|
-
See our website [@babel/helper-module-imports](https://babeljs.io/docs/
|
5
|
+
See our website [@babel/helper-module-imports](https://babeljs.io/docs/babel-helper-module-imports) for more information.
|
6
6
|
|
7
7
|
## Install
|
8
8
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/helper-module-imports",
|
3
|
-
"version": "7.22.
|
3
|
+
"version": "7.22.15",
|
4
4
|
"description": "Babel helper functions for inserting module loads",
|
5
5
|
"author": "The Babel Team (https://babel.dev/team)",
|
6
6
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
|
@@ -15,11 +15,11 @@
|
|
15
15
|
},
|
16
16
|
"main": "./lib/index.js",
|
17
17
|
"dependencies": {
|
18
|
-
"@babel/types": "^7.22.
|
18
|
+
"@babel/types": "^7.22.15"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
|
-
"@babel/core": "^7.22.
|
22
|
-
"@babel/traverse": "^7.22.
|
21
|
+
"@babel/core": "^7.22.15",
|
22
|
+
"@babel/traverse": "^7.22.15"
|
23
23
|
},
|
24
24
|
"engines": {
|
25
25
|
"node": ">=6.9.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/helper-module-transforms",
|
3
|
-
"version": "7.22.
|
3
|
+
"version": "7.22.15",
|
4
4
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
5
5
|
"author": "The Babel Team (https://babel.dev/team)",
|
6
6
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
@@ -16,14 +16,14 @@
|
|
16
16
|
"main": "./lib/index.js",
|
17
17
|
"dependencies": {
|
18
18
|
"@babel/helper-environment-visitor": "^7.22.5",
|
19
|
-
"@babel/helper-module-imports": "^7.22.
|
19
|
+
"@babel/helper-module-imports": "^7.22.15",
|
20
20
|
"@babel/helper-simple-access": "^7.22.5",
|
21
21
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
22
|
-
"@babel/helper-validator-identifier": "^7.22.
|
22
|
+
"@babel/helper-validator-identifier": "^7.22.15"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"@babel/core": "^7.22.
|
26
|
-
"@babel/traverse": "^7.22.
|
25
|
+
"@babel/core": "^7.22.15",
|
26
|
+
"@babel/traverse": "^7.22.15"
|
27
27
|
},
|
28
28
|
"peerDependencies": {
|
29
29
|
"@babel/core": "^7.0.0"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
> Validate identifier/keywords name
|
4
4
|
|
5
|
-
See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/
|
5
|
+
See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/babel-helper-validator-identifier) for more information.
|
6
6
|
|
7
7
|
## Install
|
8
8
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
> Validate plugin/preset options
|
4
4
|
|
5
|
-
See our website [@babel/helper-validator-option](https://babeljs.io/docs/
|
5
|
+
See our website [@babel/helper-validator-option](https://babeljs.io/docs/babel-helper-validator-option) for more information.
|
6
6
|
|
7
7
|
## Install
|
8
8
|
|