@ttoss/appsync-api 0.10.3 → 0.10.4
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
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.
|
|
82
|
+
version: "0.10.4",
|
|
83
83
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
84
84
|
license: "UNLICENSED",
|
|
85
85
|
author: "ttoss",
|
|
@@ -126,7 +126,7 @@ var package_default = {
|
|
|
126
126
|
"@ttoss/config": "^1.29.0",
|
|
127
127
|
"@ttoss/relay-amplify": "^0.4.1",
|
|
128
128
|
"@types/aws-lambda": "^8.10.111",
|
|
129
|
-
carlin: "^1.26.
|
|
129
|
+
carlin: "^1.26.1",
|
|
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.
|
|
122
|
+
version: "0.10.4",
|
|
123
123
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
124
124
|
license: "UNLICENSED",
|
|
125
125
|
author: "ttoss",
|
|
@@ -166,7 +166,7 @@ var package_default = {
|
|
|
166
166
|
"@ttoss/config": "^1.29.0",
|
|
167
167
|
"@ttoss/relay-amplify": "^0.4.1",
|
|
168
168
|
"@types/aws-lambda": "^8.10.111",
|
|
169
|
-
carlin: "^1.26.
|
|
169
|
+
carlin: "^1.26.1",
|
|
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.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@ttoss/config": "^1.29.0",
|
|
48
48
|
"@ttoss/relay-amplify": "^0.4.1",
|
|
49
49
|
"@types/aws-lambda": "^8.10.111",
|
|
50
|
-
"carlin": "^1.26.
|
|
50
|
+
"carlin": "^1.26.1",
|
|
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": "
|
|
73
|
+
"gitHead": "94f956d550b93db932c89cd82fba8958d1d9141b"
|
|
74
74
|
}
|