@aws-amplify/graphql-model-transformer 1.3.0-sync-fix.0 → 1.3.1
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/CHANGELOG.md +5 -1
- package/lib/rds-lambda.zip +0 -0
- package/package.json +5 -5
- package/rds-lambda/node_modules/.package-lock.json +456 -415
- package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +31 -30
- package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +27 -26
- package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +27 -26
- package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +30 -29
- package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +8 -7
- package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +5 -4
- package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +4 -3
- package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/types/package.json +2 -1
- package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-retry/README.md +20 -6
- package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +4 -3
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/rds-lambda/node_modules/@babel/compat-data/data/plugin-bugfixes.json +4 -4
- package/rds-lambda/node_modules/@babel/compat-data/data/plugins.json +4 -4
- package/rds-lambda/node_modules/@babel/compat-data/package.json +1 -1
- package/rds-lambda/node_modules/@babel/generator/package.json +2 -2
- package/rds-lambda/node_modules/@babel/parser/package.json +1 -1
- package/rds-lambda/node_modules/@babel/template/package.json +4 -4
- package/rds-lambda/node_modules/@sinonjs/commons/package.json +1 -1
- package/rds-lambda/node_modules/@sinonjs/fake-timers/README.md +11 -1
- package/rds-lambda/node_modules/@sinonjs/fake-timers/package.json +9 -9
- package/rds-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/rds-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/rds-lambda/node_modules/@smithy/protocol-http/package.json +62 -0
- package/rds-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/rds-lambda/node_modules/@smithy/types/README.md +4 -0
- package/rds-lambda/node_modules/@smithy/types/package.json +57 -0
- 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/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/is-core-module/CHANGELOG.md +6 -0
- package/rds-lambda/node_modules/is-core-module/core.json +1 -1
- package/rds-lambda/node_modules/is-core-module/package.json +1 -1
- package/rds-lambda/node_modules/jest-snapshot/node_modules/semver/package.json +3 -3
- package/rds-lambda/node_modules/node-releases/data/processed/envs.json +1 -1
- package/rds-lambda/node_modules/node-releases/package.json +1 -1
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/LICENSE +21 -0
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/README.md +77 -0
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/package.json +40 -0
- package/rds-lambda/node_modules/pg/package.json +11 -4
- package/rds-lambda/node_modules/pg-cloudflare/LICENSE +21 -0
- package/rds-lambda/node_modules/pg-cloudflare/README.md +33 -0
- package/rds-lambda/node_modules/pg-cloudflare/package.json +28 -0
- package/rds-lambda/node_modules/pg-cloudflare/src/index.ts +164 -0
- package/rds-lambda/node_modules/ts-jest/node_modules/semver/package.json +3 -3
- package/rds-lambda/node_modules/tslib/README.md +1 -1
- package/rds-lambda/node_modules/tslib/package.json +12 -3
- package/rds-lambda/package-lock.json +456 -415
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semver",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.1",
|
|
4
4
|
"description": "The semantic version parser used by npm.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@npmcli/eslint-config": "^4.0.0",
|
|
17
|
-
"@npmcli/template-oss": "4.
|
|
17
|
+
"@npmcli/template-oss": "4.14.1",
|
|
18
18
|
"tap": "^16.0.0"
|
|
19
19
|
},
|
|
20
20
|
"license": "ISC",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"author": "GitHub Inc.",
|
|
54
54
|
"templateOSS": {
|
|
55
55
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
56
|
-
"version": "4.
|
|
56
|
+
"version": "4.14.1",
|
|
57
57
|
"engines": ">=10",
|
|
58
58
|
"ciVersions": [
|
|
59
59
|
"10.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# tslib
|
|
2
2
|
|
|
3
|
-
This is a runtime library for [TypeScript](
|
|
3
|
+
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
|
|
4
4
|
|
|
5
5
|
This library is primarily used by the `--importHelpers` flag in TypeScript.
|
|
6
6
|
When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "tslib",
|
|
3
3
|
"author": "Microsoft Corp.",
|
|
4
4
|
"homepage": "https://www.typescriptlang.org/",
|
|
5
|
-
"version": "2.5.
|
|
5
|
+
"version": "2.5.2",
|
|
6
6
|
"license": "0BSD",
|
|
7
7
|
"description": "Runtime library for TypeScript helper functions",
|
|
8
8
|
"keywords": [
|
|
@@ -28,8 +28,17 @@
|
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
31
|
-
"module":
|
|
32
|
-
|
|
31
|
+
"module": {
|
|
32
|
+
"types": "./tslib.d.ts",
|
|
33
|
+
"default": "./tslib.es6.js"
|
|
34
|
+
},
|
|
35
|
+
"import": {
|
|
36
|
+
"node": "./modules/index.js",
|
|
37
|
+
"default": {
|
|
38
|
+
"types": "./tslib.d.ts",
|
|
39
|
+
"default": "./tslib.es6.js"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
33
42
|
"default": "./tslib.js"
|
|
34
43
|
},
|
|
35
44
|
"./*": "./*",
|