@ttoss/appsync-api 0.7.3 → 0.7.4
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.
|
@@ -539,7 +539,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
|
|
|
539
539
|
// package.json
|
|
540
540
|
var package_default = {
|
|
541
541
|
name: "@ttoss/appsync-api",
|
|
542
|
-
version: "0.7.
|
|
542
|
+
version: "0.7.4",
|
|
543
543
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
544
544
|
license: "UNLICENSED",
|
|
545
545
|
author: "ttoss",
|
|
@@ -584,7 +584,7 @@ var package_default = {
|
|
|
584
584
|
devDependencies: {
|
|
585
585
|
"@ttoss/config": "^1.28.0",
|
|
586
586
|
"@types/aws-lambda": "^8.10.110",
|
|
587
|
-
carlin: "^1.23.
|
|
587
|
+
carlin: "^1.23.1",
|
|
588
588
|
graphql: "^16.6.0",
|
|
589
589
|
"graphql-compose": "^9.0.10"
|
|
590
590
|
},
|
package/dist/esm/cli.js
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -570,7 +570,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
|
|
|
570
570
|
// package.json
|
|
571
571
|
var package_default = {
|
|
572
572
|
name: "@ttoss/appsync-api",
|
|
573
|
-
version: "0.7.
|
|
573
|
+
version: "0.7.4",
|
|
574
574
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
575
575
|
license: "UNLICENSED",
|
|
576
576
|
author: "ttoss",
|
|
@@ -615,7 +615,7 @@ var package_default = {
|
|
|
615
615
|
devDependencies: {
|
|
616
616
|
"@ttoss/config": "^1.28.0",
|
|
617
617
|
"@types/aws-lambda": "^8.10.110",
|
|
618
|
-
carlin: "^1.23.
|
|
618
|
+
carlin: "^1.23.1",
|
|
619
619
|
graphql: "^16.6.0",
|
|
620
620
|
"graphql-compose": "^9.0.10"
|
|
621
621
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@ttoss/config": "^1.28.0",
|
|
47
47
|
"@types/aws-lambda": "^8.10.110",
|
|
48
|
-
"carlin": "^1.23.
|
|
48
|
+
"carlin": "^1.23.1",
|
|
49
49
|
"graphql": "^16.6.0",
|
|
50
50
|
"graphql-compose": "^9.0.10"
|
|
51
51
|
},
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
]
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "6fbc10064e36429416efae0435cea250c5a39d52"
|
|
72
72
|
}
|