@ttoss/appsync-api 0.10.7 → 0.10.9
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 +5 -5
- package/dist/index.js +5 -5
- package/package.json +6 -6
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.9",
|
|
84
84
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
85
85
|
license: "UNLICENSED",
|
|
86
86
|
author: "ttoss",
|
|
@@ -108,7 +108,7 @@ var package_default = {
|
|
|
108
108
|
sideEffects: false,
|
|
109
109
|
typings: "dist/index.d.ts",
|
|
110
110
|
dependencies: {
|
|
111
|
-
"@ttoss/cloudformation": "^0.6.
|
|
111
|
+
"@ttoss/cloudformation": "^0.6.8",
|
|
112
112
|
express: "^4.18.2",
|
|
113
113
|
"graphql-compose-connection": "^8.2.1",
|
|
114
114
|
"graphql-helix": "^1.13.0",
|
|
@@ -119,10 +119,10 @@ var package_default = {
|
|
|
119
119
|
"graphql-compose": "^9.0.10"
|
|
120
120
|
},
|
|
121
121
|
devDependencies: {
|
|
122
|
-
"@ttoss/config": "^1.29.
|
|
123
|
-
"@ttoss/relay-amplify": "^0.4.
|
|
122
|
+
"@ttoss/config": "^1.29.3",
|
|
123
|
+
"@ttoss/relay-amplify": "^0.4.4",
|
|
124
124
|
"@types/aws-lambda": "^8.10.111",
|
|
125
|
-
carlin: "^1.26.
|
|
125
|
+
carlin: "^1.26.6",
|
|
126
126
|
graphql: "^16.6.0",
|
|
127
127
|
"graphql-compose": "^9.0.10"
|
|
128
128
|
},
|
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.9",
|
|
131
131
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
132
132
|
license: "UNLICENSED",
|
|
133
133
|
author: "ttoss",
|
|
@@ -155,7 +155,7 @@ var package_default = {
|
|
|
155
155
|
sideEffects: false,
|
|
156
156
|
typings: "dist/index.d.ts",
|
|
157
157
|
dependencies: {
|
|
158
|
-
"@ttoss/cloudformation": "^0.6.
|
|
158
|
+
"@ttoss/cloudformation": "^0.6.8",
|
|
159
159
|
express: "^4.18.2",
|
|
160
160
|
"graphql-compose-connection": "^8.2.1",
|
|
161
161
|
"graphql-helix": "^1.13.0",
|
|
@@ -166,10 +166,10 @@ var package_default = {
|
|
|
166
166
|
"graphql-compose": "^9.0.10"
|
|
167
167
|
},
|
|
168
168
|
devDependencies: {
|
|
169
|
-
"@ttoss/config": "^1.29.
|
|
170
|
-
"@ttoss/relay-amplify": "^0.4.
|
|
169
|
+
"@ttoss/config": "^1.29.3",
|
|
170
|
+
"@ttoss/relay-amplify": "^0.4.4",
|
|
171
171
|
"@types/aws-lambda": "^8.10.111",
|
|
172
|
-
carlin: "^1.26.
|
|
172
|
+
carlin: "^1.26.6",
|
|
173
173
|
graphql: "^16.6.0",
|
|
174
174
|
"graphql-compose": "^9.0.10"
|
|
175
175
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.9",
|
|
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.
|
|
36
|
+
"@ttoss/cloudformation": "^0.6.8",
|
|
37
37
|
"express": "^4.18.2",
|
|
38
38
|
"graphql-compose-connection": "^8.2.1",
|
|
39
39
|
"graphql-helix": "^1.13.0",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"graphql-compose": "^9.0.10"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@ttoss/config": "^1.29.
|
|
48
|
-
"@ttoss/relay-amplify": "^0.4.
|
|
47
|
+
"@ttoss/config": "^1.29.3",
|
|
48
|
+
"@ttoss/relay-amplify": "^0.4.4",
|
|
49
49
|
"@types/aws-lambda": "^8.10.111",
|
|
50
|
-
"carlin": "^1.26.
|
|
50
|
+
"carlin": "^1.26.6",
|
|
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": "6f711c5bb31c7b7b347477910cc0da1fe165509e"
|
|
74
74
|
}
|