@ttoss/appsync-api 0.17.8 → 0.17.10
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 +8 -8
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.17.
|
|
83
|
+
version: "0.17.10",
|
|
84
84
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
85
85
|
author: "ttoss",
|
|
86
86
|
contributors: ["Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"],
|
|
@@ -109,7 +109,7 @@ var package_default = {
|
|
|
109
109
|
"@ttoss/config": "workspace:^",
|
|
110
110
|
"@ttoss/graphql-api": "workspace:^",
|
|
111
111
|
"@ttoss/relay-amplify": "workspace:^",
|
|
112
|
-
"@types/aws-lambda": "^8.10.
|
|
112
|
+
"@types/aws-lambda": "^8.10.130",
|
|
113
113
|
carlin: "workspace:^",
|
|
114
114
|
graphql: "^16.8.1",
|
|
115
115
|
"graphql-shield": "^7.6.5",
|
package/dist/index.js
CHANGED
|
@@ -112,7 +112,7 @@ var getPackageLambdaLayerStackName = packageName => {
|
|
|
112
112
|
// package.json
|
|
113
113
|
var package_default = {
|
|
114
114
|
name: "@ttoss/appsync-api",
|
|
115
|
-
version: "0.17.
|
|
115
|
+
version: "0.17.10",
|
|
116
116
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
117
117
|
author: "ttoss",
|
|
118
118
|
contributors: ["Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"],
|
|
@@ -141,7 +141,7 @@ var package_default = {
|
|
|
141
141
|
"@ttoss/config": "workspace:^",
|
|
142
142
|
"@ttoss/graphql-api": "workspace:^",
|
|
143
143
|
"@ttoss/relay-amplify": "workspace:^",
|
|
144
|
-
"@types/aws-lambda": "^8.10.
|
|
144
|
+
"@types/aws-lambda": "^8.10.130",
|
|
145
145
|
carlin: "workspace:^",
|
|
146
146
|
graphql: "^16.8.1",
|
|
147
147
|
"graphql-shield": "^7.6.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.10",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"typings": "dist/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ttoss/cloudformation": "^0.8.
|
|
23
|
+
"@ttoss/cloudformation": "^0.8.7"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"graphql": "^16.6.0",
|
|
27
|
-
"@ttoss/graphql-api": "^0.4.
|
|
27
|
+
"@ttoss/graphql-api": "^0.4.7"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/aws-lambda": "^8.10.
|
|
30
|
+
"@types/aws-lambda": "^8.10.130",
|
|
31
31
|
"graphql": "^16.8.1",
|
|
32
32
|
"graphql-shield": "^7.6.5",
|
|
33
33
|
"jest": "^29.7.0",
|
|
34
34
|
"tsup": "^8.0.1",
|
|
35
|
-
"@ttoss/config": "^1.31.
|
|
36
|
-
"@ttoss/graphql-api": "^0.4.
|
|
37
|
-
"@ttoss/relay-amplify": "^0.5.
|
|
38
|
-
"carlin": "^1.31.
|
|
35
|
+
"@ttoss/config": "^1.31.4",
|
|
36
|
+
"@ttoss/graphql-api": "^0.4.7",
|
|
37
|
+
"@ttoss/relay-amplify": "^0.5.4",
|
|
38
|
+
"carlin": "^1.31.7"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"api",
|