@ttoss/appsync-api 0.11.2 → 0.12.0
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
|
@@ -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.
|
|
83
|
+
version: "0.12.0",
|
|
84
84
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
85
85
|
license: "UNLICENSED",
|
|
86
86
|
author: "ttoss",
|
|
@@ -121,7 +121,7 @@ var package_default = {
|
|
|
121
121
|
devDependencies: {
|
|
122
122
|
"@ttoss/config": "workspace:^",
|
|
123
123
|
"@ttoss/relay-amplify": "workspace:^",
|
|
124
|
-
"@types/aws-lambda": "^8.10.
|
|
124
|
+
"@types/aws-lambda": "^8.10.115",
|
|
125
125
|
"@types/express": "^4.17.17",
|
|
126
126
|
"@types/yargs": "^17.0.24",
|
|
127
127
|
carlin: "workspace:^",
|
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.
|
|
130
|
+
version: "0.12.0",
|
|
131
131
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
132
132
|
license: "UNLICENSED",
|
|
133
133
|
author: "ttoss",
|
|
@@ -168,7 +168,7 @@ var package_default = {
|
|
|
168
168
|
devDependencies: {
|
|
169
169
|
"@ttoss/config": "workspace:^",
|
|
170
170
|
"@ttoss/relay-amplify": "workspace:^",
|
|
171
|
-
"@types/aws-lambda": "^8.10.
|
|
171
|
+
"@types/aws-lambda": "^8.10.115",
|
|
172
172
|
"@types/express": "^4.17.17",
|
|
173
173
|
"@types/yargs": "^17.0.24",
|
|
174
174
|
carlin: "workspace:^",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"graphql-compose": "^9.0.10"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/aws-lambda": "^8.10.
|
|
43
|
+
"@types/aws-lambda": "^8.10.115",
|
|
44
44
|
"@types/express": "^4.17.17",
|
|
45
45
|
"@types/yargs": "^17.0.24",
|
|
46
46
|
"graphql": "^16.6.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"tsup": "^6.7.0",
|
|
50
50
|
"@ttoss/config": "^1.30.0",
|
|
51
51
|
"@ttoss/relay-amplify": "^0.4.7",
|
|
52
|
-
"carlin": "^1.
|
|
52
|
+
"carlin": "^1.29.0"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"api",
|