@ttoss/appsync-api 0.17.7 → 0.17.8
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
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.8",
|
|
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)"],
|
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.8",
|
|
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)"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.8",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"typings": "dist/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ttoss/cloudformation": "^0.8.
|
|
23
|
+
"@ttoss/cloudformation": "^0.8.5"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"graphql": "^16.6.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@ttoss/config": "^1.31.3",
|
|
36
36
|
"@ttoss/graphql-api": "^0.4.6",
|
|
37
37
|
"@ttoss/relay-amplify": "^0.5.3",
|
|
38
|
-
"carlin": "^1.31.
|
|
38
|
+
"carlin": "^1.31.5"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"api",
|