@aws-amplify/graphql-model-transformer 3.0.4-ai.0 → 3.1.0-gen2-migration-0930.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -2
- package/lib/graphql-model-transformer.d.ts.map +1 -1
- package/lib/graphql-model-transformer.js +7 -2
- 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/dynamodb/query.js +1 -1
- package/lib/resolvers/dynamodb/query.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 +12 -3
- 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 +2 -0
- 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 +4 -2
- 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 +3 -0
- 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 +141 -1
- 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/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 +13 -10
@@ -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": "3.0
|
3
|
+
"version": "3.1.0-gen2-migration-0930.0",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -25,7 +25,8 @@
|
|
25
25
|
"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 ../..",
|
26
26
|
"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 ../..",
|
27
27
|
"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 ../..",
|
28
|
-
"build": "
|
28
|
+
"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)",
|
29
|
+
"build": "tsc && yarn build-rds-lambda && yarn build-rds-patching-lambda && yarn build-notification-lambda && yarn build-table-manager-lambda",
|
29
30
|
"watch": "tsc -w",
|
30
31
|
"clean": "rimraf ./lib && rimraf ./rds-lambda/lib && rimraf ./rds-patching-lambda/lib && rimraf ./publish-notification-lambda/lib",
|
31
32
|
"test": "jest",
|
@@ -33,24 +34,26 @@
|
|
33
34
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
34
35
|
},
|
35
36
|
"dependencies": {
|
36
|
-
"@aws-amplify/graphql-directives": "2.
|
37
|
-
"@aws-amplify/graphql-transformer-core": "3.
|
38
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.
|
37
|
+
"@aws-amplify/graphql-directives": "2.3.0-gen2-migration-0930.0",
|
38
|
+
"@aws-amplify/graphql-transformer-core": "3.2.0-gen2-migration-0930.0",
|
39
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.2.0-gen2-migration-0930.0",
|
39
40
|
"graphql": "^15.5.0",
|
40
|
-
"graphql-mapping-template": "5.0.
|
41
|
-
"graphql-transformer-common": "5.0.
|
41
|
+
"graphql-mapping-template": "5.0.2-gen2-migration-0930.0",
|
42
|
+
"graphql-transformer-common": "5.1.0-gen2-migration-0930.0"
|
42
43
|
},
|
43
44
|
"peerDependencies": {
|
44
45
|
"aws-cdk-lib": "^2.152.0",
|
45
46
|
"constructs": "^10.3.0"
|
46
47
|
},
|
47
48
|
"devDependencies": {
|
48
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.3-
|
49
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.3-gen2-migration-0930.0",
|
49
50
|
"@aws-sdk/client-dynamodb": "^3.624.0",
|
50
51
|
"@aws-sdk/client-lambda": "^3.624.0",
|
51
52
|
"@aws-sdk/client-sfn": "^3.624.0",
|
52
53
|
"@types/aws-lambda": "8.10.119",
|
53
|
-
"@types/
|
54
|
+
"@types/lodash.isequal": "^4.5.8",
|
55
|
+
"@types/node": "^18.0.0",
|
56
|
+
"lodash.isequal": "^4.5.0"
|
54
57
|
},
|
55
58
|
"jest": {
|
56
59
|
"transform": {
|
@@ -93,5 +96,5 @@
|
|
93
96
|
"printBasicPrototype": true
|
94
97
|
}
|
95
98
|
},
|
96
|
-
"gitHead": "
|
99
|
+
"gitHead": "9747afc0099b5403bfde9d3489c34088eb76b02e"
|
97
100
|
}
|