@ttoss/appsync-api 0.10.13 → 0.10.14
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.
- package/dist/esm/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -80,7 +80,7 @@ var getPackageLambdaLayerStackName = packageName => {
|
|
|
80
80
|
// package.json
|
|
81
81
|
var package_default = {
|
|
82
82
|
name: "@ttoss/appsync-api",
|
|
83
|
-
version: "0.10.
|
|
83
|
+
version: "0.10.14",
|
|
84
84
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
85
85
|
license: "UNLICENSED",
|
|
86
86
|
author: "ttoss",
|
package/dist/index.js
CHANGED
|
@@ -127,7 +127,7 @@ var getPackageLambdaLayerStackName = packageName => {
|
|
|
127
127
|
// package.json
|
|
128
128
|
var package_default = {
|
|
129
129
|
name: "@ttoss/appsync-api",
|
|
130
|
-
version: "0.10.
|
|
130
|
+
version: "0.10.14",
|
|
131
131
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
132
132
|
license: "UNLICENSED",
|
|
133
133
|
author: "ttoss",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.14",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/aws-lambda": "^8.10.114",
|
|
50
50
|
"@types/express": "^4.17.17",
|
|
51
51
|
"@types/yargs": "^17.0.24",
|
|
52
|
-
"carlin": "^1.27.
|
|
52
|
+
"carlin": "^1.27.1",
|
|
53
53
|
"graphql": "^16.6.0",
|
|
54
54
|
"graphql-compose": "^9.0.10",
|
|
55
55
|
"jest": "^29.5.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
]
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "3d6ffa89bf6f83619ac12a3688e8250e47c1a8c6"
|
|
78
78
|
}
|