@aws-amplify/graphql-model-transformer 2.12.0-gen2-migration-0809.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -7
- package/lib/graphql-model-transformer.d.ts.map +1 -1
- package/lib/graphql-model-transformer.js +2 -47
- 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/resolver.d.ts +2 -2
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +22 -4
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +3 -12
- package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +0 -2
- package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +2 -4
- package/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +0 -3
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +1 -111
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -1
- package/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/dynamo-model-resource-generator.js +1 -3
- package/lib/resources/dynamo-model-resource-generator.js.map +1 -1
- package/lib/resources/model-resource-generator.d.ts +0 -1
- package/lib/resources/model-resource-generator.d.ts.map +1 -1
- package/lib/resources/model-resource-generator.js +0 -3
- package/lib/resources/model-resource-generator.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +2 -2
- package/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/package.json +11 -12
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +0 -13
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +0 -47
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/README.md +0 -18
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/index.js +0 -1848
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/package.json +0 -16
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +0 -21
- 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
|
-
}
|