@ttoss/appsync-api 0.10.1 → 0.10.2

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
@@ -79,7 +79,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
79
79
  // package.json
80
80
  var package_default = {
81
81
  name: "@ttoss/appsync-api",
82
- version: "0.10.1",
82
+ version: "0.10.2",
83
83
  description: "A library for building GraphQL APIs for AWS AppSync.",
84
84
  license: "UNLICENSED",
85
85
  author: "ttoss",
@@ -124,9 +124,9 @@ var package_default = {
124
124
  },
125
125
  devDependencies: {
126
126
  "@ttoss/config": "^1.28.4",
127
- "@ttoss/relay-amplify": "^0.3.2",
127
+ "@ttoss/relay-amplify": "^0.4.0",
128
128
  "@types/aws-lambda": "^8.10.111",
129
- carlin: "^1.24.2",
129
+ carlin: "^1.25.0",
130
130
  graphql: "^16.6.0",
131
131
  "graphql-compose": "^9.0.10"
132
132
  },
package/dist/index.js CHANGED
@@ -119,7 +119,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
119
119
  // package.json
120
120
  var package_default = {
121
121
  name: "@ttoss/appsync-api",
122
- version: "0.10.1",
122
+ version: "0.10.2",
123
123
  description: "A library for building GraphQL APIs for AWS AppSync.",
124
124
  license: "UNLICENSED",
125
125
  author: "ttoss",
@@ -164,9 +164,9 @@ var package_default = {
164
164
  },
165
165
  devDependencies: {
166
166
  "@ttoss/config": "^1.28.4",
167
- "@ttoss/relay-amplify": "^0.3.2",
167
+ "@ttoss/relay-amplify": "^0.4.0",
168
168
  "@types/aws-lambda": "^8.10.111",
169
- carlin: "^1.24.2",
169
+ carlin: "^1.25.0",
170
170
  graphql: "^16.6.0",
171
171
  "graphql-compose": "^9.0.10"
172
172
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ttoss/config": "^1.28.4",
48
- "@ttoss/relay-amplify": "^0.3.2",
48
+ "@ttoss/relay-amplify": "^0.4.0",
49
49
  "@types/aws-lambda": "^8.10.111",
50
- "carlin": "^1.24.2",
50
+ "carlin": "^1.25.0",
51
51
  "graphql": "^16.6.0",
52
52
  "graphql-compose": "^9.0.10"
53
53
  },
@@ -70,5 +70,5 @@
70
70
  ]
71
71
  }
72
72
  },
73
- "gitHead": "2f241b7126c460eeaea3eba6445aa139411d4b19"
73
+ "gitHead": "d15a9d05fda6518074514d664fff1409cbdad2ae"
74
74
  }