@aws-amplify/graphql-model-transformer 2.12.0-gen2-migration-0809.0 → 2.12.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 (29) hide show
  1. package/CHANGELOG.md +24 -6
  2. package/lib/graphql-model-transformer.d.ts.map +1 -1
  3. package/lib/graphql-model-transformer.js +5 -8
  4. package/lib/graphql-model-transformer.js.map +1 -1
  5. package/lib/rds-lambda.zip +0 -0
  6. package/lib/rds-notification-lambda.zip +0 -0
  7. package/lib/rds-patching-lambda.zip +0 -0
  8. package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
  9. package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +3 -12
  10. package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
  11. package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +0 -2
  12. package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -1
  13. package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +2 -4
  14. package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -1
  15. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +0 -3
  16. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +1 -1
  17. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +1 -111
  18. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -1
  19. package/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
  20. package/lib/resources/dynamo-model-resource-generator.js +2 -1
  21. package/lib/resources/dynamo-model-resource-generator.js.map +1 -1
  22. package/package.json +8 -10
  23. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +0 -13
  24. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +0 -47
  25. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/README.md +0 -18
  26. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/index.js +0 -1848
  27. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/package.json +0 -16
  28. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +0 -21
  29. package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +0 -11
@@ -1,16 +0,0 @@
1
- {
2
- "name": "lodash.isequal",
3
- "version": "4.5.0",
4
- "description": "The Lodash method `_.isEqual` exported as a module.",
5
- "homepage": "https://lodash.com/",
6
- "icon": "https://lodash.com/icon.svg",
7
- "license": "MIT",
8
- "keywords": "lodash-modularized, isequal",
9
- "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
10
- "contributors": [
11
- "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
12
- "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
13
- ],
14
- "repository": "lodash/lodash",
15
- "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
16
- }
@@ -1,21 +0,0 @@
1
- {
2
- "name": "amplify-table-manager-lambda",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "amplify-table-manager-lambda",
9
- "version": "1.0.0",
10
- "license": "Apache-2.0",
11
- "dependencies": {
12
- "lodash.isequal": "^4.5.0"
13
- }
14
- },
15
- "node_modules/lodash.isequal": {
16
- "version": "4.5.0",
17
- "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
18
- "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
19
- }
20
- }
21
- }
@@ -1,11 +0,0 @@
1
- {
2
- "name": "amplify-table-manager-lambda",
3
- "version": "1.0.0",
4
- "description": "Amplify Table Manager Lambda",
5
- "author": "Amazon Web Services",
6
- "license": "Apache-2.0",
7
- "private": true,
8
- "dependencies": {
9
- "lodash.isequal": "^4.5.0"
10
- }
11
- }