@aws-amplify/graphql-model-transformer 2.12.0-gen2-migration.0 → 2.12.0-gen2-migration-0809.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -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/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 +10 -1
- package/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +13 -4
- 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 +179 -15
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.d.ts +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.d.ts.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.js +2 -2
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/cfn-response.js.map +1 -1
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/.package-lock.json +13 -0
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/LICENSE +47 -0
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/README.md +18 -0
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/index.js +1848 -0
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/node_modules/lodash.isequal/package.json +16 -0
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package-lock.json +21 -0
- package/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json +11 -0
- package/package.json +15 -12
@@ -0,0 +1,16 @@
|
|
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
|
+
}
|
@@ -0,0 +1,21 @@
|
|
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
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
3
|
-
"version": "2.12.0-gen2-migration.0",
|
3
|
+
"version": "2.12.0-gen2-migration-0809.0",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -24,7 +24,8 @@
|
|
24
24
|
"build-rds-lambda": "cd rds-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-lambda.zip ./* && cd ../..",
|
25
25
|
"build-rds-patching-lambda": "cd rds-patching-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-patching-lambda.zip ./* && cd ../..",
|
26
26
|
"build-notification-lambda": "cd publish-notification-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-notification-lambda.zip ./* && cd ../..",
|
27
|
-
"build": "
|
27
|
+
"build-table-manager-lambda": "cp src/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json && (cd lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/ && mkdir -p node_modules && rm -rf node_modules && npm install)",
|
28
|
+
"build": "tsc && yarn build-rds-lambda && yarn build-rds-patching-lambda && yarn build-notification-lambda && yarn build-table-manager-lambda",
|
28
29
|
"watch": "tsc -w",
|
29
30
|
"clean": "rimraf ./lib && rimraf ./rds-lambda/lib && rimraf ./rds-patching-lambda/lib && rimraf ./publish-notification-lambda/lib",
|
30
31
|
"test": "jest",
|
@@ -32,22 +33,24 @@
|
|
32
33
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
33
34
|
},
|
34
35
|
"dependencies": {
|
35
|
-
"@aws-amplify/graphql-directives": "1.
|
36
|
-
"@aws-amplify/graphql-transformer-core": "2.10.0-gen2-migration.0",
|
37
|
-
"@aws-amplify/graphql-transformer-interfaces": "3.11.0-gen2-migration.0",
|
36
|
+
"@aws-amplify/graphql-directives": "1.2.0-gen2-migration-0809.0",
|
37
|
+
"@aws-amplify/graphql-transformer-core": "2.10.0-gen2-migration-0809.0",
|
38
|
+
"@aws-amplify/graphql-transformer-interfaces": "3.11.0-gen2-migration-0809.0",
|
38
39
|
"graphql": "^15.5.0",
|
39
40
|
"graphql-mapping-template": "4.20.16",
|
40
|
-
"graphql-transformer-common": "4.32.0-gen2-migration.0"
|
41
|
+
"graphql-transformer-common": "4.32.0-gen2-migration-0809.0"
|
41
42
|
},
|
42
43
|
"peerDependencies": {
|
43
|
-
"aws-cdk-lib": "^2.
|
44
|
-
"constructs": "^10.0
|
44
|
+
"aws-cdk-lib": "^2.129.0",
|
45
|
+
"constructs": "^10.3.0"
|
45
46
|
},
|
46
47
|
"devDependencies": {
|
47
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.5.
|
48
|
-
"@aws-sdk/client-dynamodb": "^3.
|
49
|
-
"@aws-sdk/client-
|
48
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.5.7-gen2-migration-0809.0",
|
49
|
+
"@aws-sdk/client-dynamodb": "^3.624.0",
|
50
|
+
"@aws-sdk/client-lambda": "^3.624.0",
|
51
|
+
"@aws-sdk/client-sfn": "^3.624.0",
|
50
52
|
"@types/aws-lambda": "8.10.119",
|
53
|
+
"@types/lodash.isequal": "^4.5.8",
|
51
54
|
"@types/node": "^12.12.6"
|
52
55
|
},
|
53
56
|
"jest": {
|
@@ -88,5 +91,5 @@
|
|
88
91
|
".d.ts"
|
89
92
|
]
|
90
93
|
},
|
91
|
-
"gitHead": "
|
94
|
+
"gitHead": "005a7b9dcb09f8c3b73574ab51b29762d1f71e00"
|
92
95
|
}
|