@aws-amplify/graphql-model-transformer 0.17.0-rds-support.0 → 0.17.0-rds-support-preview1.0.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.
- package/CHANGELOG.md +1 -1
- package/lib/rds-lambda.zip +0 -0
- package/package.json +6 -6
- package/rds-lambda/node_modules/.package-lock.json +380 -380
- package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +30 -30
- package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +26 -26
- package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
- package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +5 -5
- 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 +5 -5
- package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +2 -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 +7 -7
- 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 +7 -7
- package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
- 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 +2 -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 +5 -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 +2 -2
- package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/types/package.json +1 -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/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/rds-lambda/node_modules/caniuse-lite/README.md +2 -88
- package/rds-lambda/node_modules/caniuse-lite/package.json +2 -6
- 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/mysql2/package.json +1 -1
- package/rds-lambda/package-lock.json +760 -760
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [0.17.0-rds-support.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.6...@aws-amplify/graphql-model-transformer@0.17.0-rds-support.0) (2023-02-
|
|
6
|
+
# [0.17.0-rds-support-preview1.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.6...@aws-amplify/graphql-model-transformer@0.17.0-rds-support-preview1.0.0) (2023-02-10)
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
package/lib/rds-lambda.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
|
3
|
-
"version": "0.17.0-rds-support.0",
|
|
3
|
+
"version": "0.17.0-rds-support-preview1.0.0",
|
|
4
4
|
"description": "Amplify graphql @model transformer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-amplify/graphql-transformer-core": "0.19.0-rds-support.0",
|
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.15.0-rds-support.0",
|
|
32
|
+
"@aws-amplify/graphql-transformer-core": "0.19.0-rds-support-preview1.0.0",
|
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.15.0-rds-support-preview1.0.0",
|
|
34
34
|
"@aws-cdk/aws-applicationautoscaling": "~1.172.0",
|
|
35
35
|
"@aws-cdk/aws-appsync": "~1.172.0",
|
|
36
36
|
"@aws-cdk/aws-cloudwatch": "~1.172.0",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@aws-cdk/region-info": "~1.172.0",
|
|
48
48
|
"constructs": "^3.3.125",
|
|
49
49
|
"graphql": "^14.5.8",
|
|
50
|
-
"graphql-mapping-template": "4.20.8-rds-support.0",
|
|
51
|
-
"graphql-transformer-common": "4.24.4-rds-support.0"
|
|
50
|
+
"graphql-mapping-template": "4.20.8-rds-support-preview1.0.0",
|
|
51
|
+
"graphql-transformer-common": "4.24.4-rds-support-preview1.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@aws-cdk/assert": "~1.172.0",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"overrides"
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "f4d64232e34768d65afa975a4b3c9172a83f0985"
|
|
76
76
|
}
|