@aws-amplify/graphql-model-transformer 1.3.3-alpha.9 → 1.3.3-transformer-without-feature-flags.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/lib/graphql-model-transformer.js +3 -3
  3. package/lib/graphql-model-transformer.js.map +1 -1
  4. package/lib/rds-lambda.zip +0 -0
  5. package/package.json +6 -6
  6. package/rds-lambda/node_modules/.package-lock.json +60 -60
  7. package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +4 -4
  8. package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +2 -2
  9. package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +2 -2
  10. package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +3 -3
  11. package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  12. package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  13. package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  14. package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +1 -1
  15. package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +2 -2
  16. package/rds-lambda/node_modules/@sinonjs/fake-timers/README.md +1 -4
  17. package/rds-lambda/node_modules/@sinonjs/fake-timers/package.json +1 -1
  18. package/rds-lambda/node_modules/@types/node/README.md +1 -1
  19. package/rds-lambda/node_modules/@types/node/package.json +2 -2
  20. package/rds-lambda/node_modules/browserslist/package.json +3 -3
  21. package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
  22. package/rds-lambda/node_modules/cjs-module-lexer/LICENSE +10 -10
  23. package/rds-lambda/node_modules/cjs-module-lexer/README.md +461 -453
  24. package/rds-lambda/node_modules/cjs-module-lexer/dist/lexer.mjs +1 -1
  25. package/rds-lambda/node_modules/cjs-module-lexer/package.json +45 -43
  26. package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  27. package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
  28. package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
  29. package/rds-lambda/package-lock.json +60 -60
  30. package/src/__tests__/model-transformer.test.ts +6 -42
  31. package/src/graphql-model-transformer.ts +3 -3
  32. package/tsconfig.tsbuildinfo +1 -1
  33. package/rds-lambda/node_modules/cjs-module-lexer/CHANGELOG.md +0 -40
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.348.0",
3
+ "version": "3.350.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.348.0",
27
+ "@aws-sdk/client-sso": "3.350.0",
28
28
  "@aws-sdk/property-provider": "3.347.0",
29
29
  "@aws-sdk/shared-ini-file-loader": "3.347.0",
30
- "@aws-sdk/token-providers": "3.348.0",
30
+ "@aws-sdk/token-providers": "3.350.0",
31
31
  "@aws-sdk/types": "3.347.0",
32
32
  "tslib": "^2.5.0"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/node-http-handler",
3
- "version": "3.348.0",
3
+ "version": "3.350.0",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.348.0",
3
+ "version": "3.350.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/client-sso-oidc": "3.348.0",
29
+ "@aws-sdk/client-sso-oidc": "3.350.0",
30
30
  "@aws-sdk/property-provider": "3.347.0",
31
31
  "@aws-sdk/shared-ini-file-loader": "3.347.0",
32
32
  "@aws-sdk/types": "3.347.0",
@@ -67,7 +67,6 @@ clock instance, not the browser's internals.
67
67
 
68
68
  Calling `install` with no arguments achieves this. You can call `uninstall`
69
69
  later to restore things as they were again.
70
- Note that in NodeJS also the [timers](https://nodejs.org/api/timers.html) module will receive fake timers when using global scope.
71
70
 
72
71
  ```js
73
72
  // In the browser distribution, a global `FakeTimers` is already available
@@ -147,9 +146,7 @@ The `loopLimit` argument sets the maximum number of timers that will be run when
147
146
 
148
147
  ### `var clock = FakeTimers.install([config])`
149
148
 
150
- Installs FakeTimers using the specified config (otherwise with epoch `0` on the global scope).
151
- Note that in NodeJS also the [timers](https://nodejs.org/api/timers.html) module will receive fake timers when using global scope.
152
- The following configuration options are available
149
+ Installs FakeTimers using the specified config (otherwise with epoch `0` on the global scope). The following configuration options are available
153
150
 
154
151
  | Parameter | Type | Default | Description |
155
152
  | -------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sinonjs/fake-timers",
3
3
  "description": "Fake JavaScript timers",
4
- "version": "10.2.0",
4
+ "version": "10.1.0",
5
5
  "homepage": "https://github.com/sinonjs/fake-timers",
6
6
  "author": "Christian Johansen",
7
7
  "repository": {
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 26 May 2023 20:32:54 GMT
11
+ * Last updated: Tue, 13 Jun 2023 02:32:48 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.2.5",
3
+ "version": "20.3.1",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "b81d0dcff66197ea155602788c59585260565ab1e58c75cb77dbe9e39d582e17",
235
+ "typesPublisherContentHash": "c47aade88cd1332fb7e20ae32636fbd2941ea3e16db2c41f81bc1509e6e8c41f",
236
236
  "typeScriptVersion": "4.3"
237
237
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist",
3
- "version": "4.21.7",
3
+ "version": "4.21.8",
4
4
  "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
5
5
  "keywords": [
6
6
  "caniuse",
@@ -25,8 +25,8 @@
25
25
  "license": "MIT",
26
26
  "repository": "browserslist/browserslist",
27
27
  "dependencies": {
28
- "caniuse-lite": "^1.0.30001489",
29
- "electron-to-chromium": "^1.4.411",
28
+ "caniuse-lite": "^1.0.30001502",
29
+ "electron-to-chromium": "^1.4.428",
30
30
  "node-releases": "^2.0.12",
31
31
  "update-browserslist-db": "^1.0.11"
32
32
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caniuse-lite",
3
- "version": "1.0.30001495",
3
+ "version": "1.0.30001502",
4
4
  "description": "A smaller version of caniuse-db, with only the essentials!",
5
5
  "main": "dist/unpacker/index.js",
6
6
  "files": [
@@ -1,10 +1,10 @@
1
- MIT License
2
- -----------
3
-
4
- Copyright (C) 2018-2020 Guy Bedford
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
-
8
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
-
10
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ MIT License
2
+ -----------
3
+
4
+ Copyright (C) 2018-2020 Guy Bedford
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
+
8
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
+
10
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.