@ttoss/appsync-api 0.10.10 → 0.10.11

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 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.9",
83
+ version: "0.10.11",
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.9",
130
+ version: "0.10.11",
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.10",
3
+ "version": "0.10.11",
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.6.9",
36
+ "@ttoss/cloudformation": "^0.6.10",
37
37
  "express": "^4.18.2",
38
38
  "graphql-compose-connection": "^8.2.1",
39
39
  "graphql-helix": "^1.13.0",
@@ -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.26.7",
52
+ "carlin": "^1.26.8",
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": "81c9da91988b338a6449d84b4dfc183ccf9ed941"
77
+ "gitHead": "8eafbcce082f4e1d8173eef0d40b99c683de8af9"
78
78
  }