@ttoss/appsync-api 0.9.0 → 0.9.1
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
|
@@ -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.9.
|
|
82
|
+
version: "0.9.1",
|
|
83
83
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
84
84
|
license: "UNLICENSED",
|
|
85
85
|
author: "ttoss",
|
|
@@ -112,7 +112,7 @@ var package_default = {
|
|
|
112
112
|
sideEffects: false,
|
|
113
113
|
typings: "dist/index.d.ts",
|
|
114
114
|
dependencies: {
|
|
115
|
-
"@ttoss/cloudformation": "^0.6.
|
|
115
|
+
"@ttoss/cloudformation": "^0.6.1",
|
|
116
116
|
express: "^4.18.2",
|
|
117
117
|
"graphql-compose-connection": "^8.2.1",
|
|
118
118
|
"graphql-helix": "^1.13.0",
|
|
@@ -123,10 +123,10 @@ var package_default = {
|
|
|
123
123
|
"graphql-compose": "^9.0.10"
|
|
124
124
|
},
|
|
125
125
|
devDependencies: {
|
|
126
|
-
"@ttoss/config": "^1.28.
|
|
127
|
-
"@ttoss/relay-amplify": "^0.3.
|
|
126
|
+
"@ttoss/config": "^1.28.3",
|
|
127
|
+
"@ttoss/relay-amplify": "^0.3.1",
|
|
128
128
|
"@types/aws-lambda": "^8.10.111",
|
|
129
|
-
carlin: "^1.24.
|
|
129
|
+
carlin: "^1.24.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.9.
|
|
122
|
+
version: "0.9.1",
|
|
123
123
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
124
124
|
license: "UNLICENSED",
|
|
125
125
|
author: "ttoss",
|
|
@@ -152,7 +152,7 @@ var package_default = {
|
|
|
152
152
|
sideEffects: false,
|
|
153
153
|
typings: "dist/index.d.ts",
|
|
154
154
|
dependencies: {
|
|
155
|
-
"@ttoss/cloudformation": "^0.6.
|
|
155
|
+
"@ttoss/cloudformation": "^0.6.1",
|
|
156
156
|
express: "^4.18.2",
|
|
157
157
|
"graphql-compose-connection": "^8.2.1",
|
|
158
158
|
"graphql-helix": "^1.13.0",
|
|
@@ -163,10 +163,10 @@ var package_default = {
|
|
|
163
163
|
"graphql-compose": "^9.0.10"
|
|
164
164
|
},
|
|
165
165
|
devDependencies: {
|
|
166
|
-
"@ttoss/config": "^1.28.
|
|
167
|
-
"@ttoss/relay-amplify": "^0.3.
|
|
166
|
+
"@ttoss/config": "^1.28.3",
|
|
167
|
+
"@ttoss/relay-amplify": "^0.3.1",
|
|
168
168
|
"@types/aws-lambda": "^8.10.111",
|
|
169
|
-
carlin: "^1.24.
|
|
169
|
+
carlin: "^1.24.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.9.
|
|
3
|
+
"version": "0.9.1",
|
|
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.1",
|
|
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.28.
|
|
48
|
-
"@ttoss/relay-amplify": "^0.3.
|
|
47
|
+
"@ttoss/config": "^1.28.3",
|
|
48
|
+
"@ttoss/relay-amplify": "^0.3.1",
|
|
49
49
|
"@types/aws-lambda": "^8.10.111",
|
|
50
|
-
"carlin": "^1.24.
|
|
50
|
+
"carlin": "^1.24.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": "56e8cfde36a962deaa5514453618280699824b4f"
|
|
74
74
|
}
|