@ttoss/appsync-api 0.17.2 → 0.17.4
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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +9 -9
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.4",
|
|
84
84
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
85
85
|
license: "UNLICENSED",
|
|
86
86
|
author: "ttoss",
|
|
@@ -114,8 +114,8 @@ var package_default = {
|
|
|
114
114
|
carlin: "workspace:^",
|
|
115
115
|
graphql: "^16.8.1",
|
|
116
116
|
"graphql-shield": "^7.6.5",
|
|
117
|
-
jest: "^29.
|
|
118
|
-
tsup: "^7.
|
|
117
|
+
jest: "^29.7.0",
|
|
118
|
+
tsup: "^7.2.0"
|
|
119
119
|
},
|
|
120
120
|
keywords: ["api", "appsync", "aws", "graphql"],
|
|
121
121
|
publishConfig: {
|
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.4",
|
|
116
116
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
117
117
|
license: "UNLICENSED",
|
|
118
118
|
author: "ttoss",
|
|
@@ -146,8 +146,8 @@ var package_default = {
|
|
|
146
146
|
carlin: "workspace:^",
|
|
147
147
|
graphql: "^16.8.1",
|
|
148
148
|
"graphql-shield": "^7.6.5",
|
|
149
|
-
jest: "^29.
|
|
150
|
-
tsup: "^7.
|
|
149
|
+
jest: "^29.7.0",
|
|
150
|
+
tsup: "^7.2.0"
|
|
151
151
|
},
|
|
152
152
|
keywords: ["api", "appsync", "aws", "graphql"],
|
|
153
153
|
publishConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"typings": "dist/index.d.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ttoss/cloudformation": "^0.
|
|
24
|
+
"@ttoss/cloudformation": "^0.8.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"graphql": "^16.6.0",
|
|
28
|
-
"@ttoss/graphql-api": "^0.4.
|
|
28
|
+
"@ttoss/graphql-api": "^0.4.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/aws-lambda": "^8.10.119",
|
|
32
32
|
"graphql": "^16.8.1",
|
|
33
33
|
"graphql-shield": "^7.6.5",
|
|
34
|
-
"jest": "^29.
|
|
35
|
-
"tsup": "^7.
|
|
36
|
-
"@ttoss/config": "^1.
|
|
37
|
-
"@ttoss/graphql-api": "^0.4.
|
|
38
|
-
"@ttoss/relay-amplify": "^0.
|
|
39
|
-
"carlin": "^1.
|
|
34
|
+
"jest": "^29.7.0",
|
|
35
|
+
"tsup": "^7.2.0",
|
|
36
|
+
"@ttoss/config": "^1.31.0",
|
|
37
|
+
"@ttoss/graphql-api": "^0.4.3",
|
|
38
|
+
"@ttoss/relay-amplify": "^0.5.0",
|
|
39
|
+
"carlin": "^1.31.1"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"api",
|