@ttoss/appsync-api 0.10.13 → 0.11.0

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.13",
83
+ version: "0.11.0",
84
84
  description: "A library for building GraphQL APIs for AWS AppSync.",
85
85
  license: "UNLICENSED",
86
86
  author: "ttoss",
@@ -112,7 +112,7 @@ var package_default = {
112
112
  express: "^4.18.2",
113
113
  "graphql-compose-connection": "^8.2.1",
114
114
  "graphql-helix": "^1.13.0",
115
- yargs: "^17.7.1"
115
+ yargs: "^17.7.2"
116
116
  },
117
117
  peerDependencies: {
118
118
  graphql: "^16.6.0",
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.13",
130
+ version: "0.11.0",
131
131
  description: "A library for building GraphQL APIs for AWS AppSync.",
132
132
  license: "UNLICENSED",
133
133
  author: "ttoss",
@@ -159,7 +159,7 @@ var package_default = {
159
159
  express: "^4.18.2",
160
160
  "graphql-compose-connection": "^8.2.1",
161
161
  "graphql-helix": "^1.13.0",
162
- yargs: "^17.7.1"
162
+ yargs: "^17.7.2"
163
163
  },
164
164
  peerDependencies: {
165
165
  graphql: "^16.6.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.10.13",
3
+ "version": "0.11.0",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -33,23 +33,23 @@
33
33
  "sideEffects": false,
34
34
  "typings": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@ttoss/cloudformation": "^0.6.11",
36
+ "@ttoss/cloudformation": "^0.7.0",
37
37
  "express": "^4.18.2",
38
38
  "graphql-compose-connection": "^8.2.1",
39
39
  "graphql-helix": "^1.13.0",
40
- "yargs": "^17.7.1"
40
+ "yargs": "^17.7.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "graphql": "^16.6.0",
44
44
  "graphql-compose": "^9.0.10"
45
45
  },
46
46
  "devDependencies": {
47
- "@ttoss/config": "^1.29.5",
48
- "@ttoss/relay-amplify": "^0.4.6",
47
+ "@ttoss/config": "^1.30.0",
48
+ "@ttoss/relay-amplify": "^0.4.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.0",
52
+ "carlin": "^1.28.0",
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": "20c0a3590f47b7c4b6b866080a6d00bc9fb9a0b1"
77
+ "gitHead": "33dbd7f434af69ce6e6bac1b618cb9dc1103f387"
78
78
  }