@ttoss/appsync-api 0.5.0 → 0.5.1
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.5.
|
|
542
|
+
version: "0.5.1",
|
|
543
543
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
544
544
|
license: "UNLICENSED",
|
|
545
545
|
author: "ttoss",
|
|
@@ -572,7 +572,7 @@ var package_default = {
|
|
|
572
572
|
sideEffects: false,
|
|
573
573
|
typings: "dist/index.d.ts",
|
|
574
574
|
dependencies: {
|
|
575
|
-
"@ttoss/cloudformation": "^0.
|
|
575
|
+
"@ttoss/cloudformation": "^0.4.0",
|
|
576
576
|
express: "^4.18.2",
|
|
577
577
|
"graphql-helix": "^1.13.0",
|
|
578
578
|
minimist: "^1.2.7"
|
|
@@ -582,9 +582,9 @@ var package_default = {
|
|
|
582
582
|
"graphql-compose": "^9.0.10"
|
|
583
583
|
},
|
|
584
584
|
devDependencies: {
|
|
585
|
-
"@ttoss/config": "^1.
|
|
585
|
+
"@ttoss/config": "^1.27.0",
|
|
586
586
|
"@types/aws-lambda": "^8.10.109",
|
|
587
|
-
carlin: "^1.
|
|
587
|
+
carlin: "^1.22.0",
|
|
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
|
@@ -572,7 +572,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
|
|
|
572
572
|
// package.json
|
|
573
573
|
var package_default = {
|
|
574
574
|
name: "@ttoss/appsync-api",
|
|
575
|
-
version: "0.5.
|
|
575
|
+
version: "0.5.1",
|
|
576
576
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
577
577
|
license: "UNLICENSED",
|
|
578
578
|
author: "ttoss",
|
|
@@ -605,7 +605,7 @@ var package_default = {
|
|
|
605
605
|
sideEffects: false,
|
|
606
606
|
typings: "dist/index.d.ts",
|
|
607
607
|
dependencies: {
|
|
608
|
-
"@ttoss/cloudformation": "^0.
|
|
608
|
+
"@ttoss/cloudformation": "^0.4.0",
|
|
609
609
|
express: "^4.18.2",
|
|
610
610
|
"graphql-helix": "^1.13.0",
|
|
611
611
|
minimist: "^1.2.7"
|
|
@@ -615,9 +615,9 @@ var package_default = {
|
|
|
615
615
|
"graphql-compose": "^9.0.10"
|
|
616
616
|
},
|
|
617
617
|
devDependencies: {
|
|
618
|
-
"@ttoss/config": "^1.
|
|
618
|
+
"@ttoss/config": "^1.27.0",
|
|
619
619
|
"@types/aws-lambda": "^8.10.109",
|
|
620
|
-
carlin: "^1.
|
|
620
|
+
carlin: "^1.22.0",
|
|
621
621
|
graphql: "^16.6.0",
|
|
622
622
|
"graphql-compose": "^9.0.10"
|
|
623
623
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"typings": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ttoss/cloudformation": "^0.
|
|
36
|
+
"@ttoss/cloudformation": "^0.4.0",
|
|
37
37
|
"express": "^4.18.2",
|
|
38
38
|
"graphql-helix": "^1.13.0",
|
|
39
39
|
"minimist": "^1.2.7"
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"graphql-compose": "^9.0.10"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@ttoss/config": "^1.
|
|
46
|
+
"@ttoss/config": "^1.27.0",
|
|
47
47
|
"@types/aws-lambda": "^8.10.109",
|
|
48
|
-
"carlin": "^1.
|
|
48
|
+
"carlin": "^1.22.0",
|
|
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": "2bf304efc726a34b95859bb9b6fe8749c1a16844"
|
|
72
72
|
}
|