@ttoss/appsync-api 0.17.4 → 0.17.6
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 +4 -5
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -5
- package/package.json +9 -10
package/dist/esm/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// src/createApiTemplate.ts
|
|
4
4
|
import { graphql } from "@ttoss/graphql-api";
|
|
5
5
|
|
|
6
|
-
// ../../node_modules/.pnpm/tslib@2.
|
|
6
|
+
// ../../node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.es6.mjs
|
|
7
7
|
var __assign = function () {
|
|
8
8
|
__assign = Object.assign || function __assign2(t) {
|
|
9
9
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -80,9 +80,8 @@ 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.6",
|
|
84
84
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
85
|
-
license: "UNLICENSED",
|
|
86
85
|
author: "ttoss",
|
|
87
86
|
contributors: ["Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"],
|
|
88
87
|
repository: {
|
|
@@ -110,12 +109,12 @@ var package_default = {
|
|
|
110
109
|
"@ttoss/config": "workspace:^",
|
|
111
110
|
"@ttoss/graphql-api": "workspace:^",
|
|
112
111
|
"@ttoss/relay-amplify": "workspace:^",
|
|
113
|
-
"@types/aws-lambda": "^8.10.
|
|
112
|
+
"@types/aws-lambda": "^8.10.129",
|
|
114
113
|
carlin: "workspace:^",
|
|
115
114
|
graphql: "^16.8.1",
|
|
116
115
|
"graphql-shield": "^7.6.5",
|
|
117
116
|
jest: "^29.7.0",
|
|
118
|
-
tsup: "^
|
|
117
|
+
tsup: "^8.0.1"
|
|
119
118
|
},
|
|
120
119
|
keywords: ["api", "appsync", "aws", "graphql"],
|
|
121
120
|
publishConfig: {
|
package/dist/index.d.mts
CHANGED
|
@@ -111,4 +111,4 @@ declare const createApiTemplate: ({ additionalAuthenticationProviders, authentic
|
|
|
111
111
|
type AppSyncResolverHandler<TArguments, TResult, TSource = Record<string, any> | null> = AppSyncResolverHandler$1<TArguments, TResult, TSource>;
|
|
112
112
|
declare const createAppSyncResolverHandler: ({ ...buildSchemaInput }: BuildSchemaInput) => AppSyncResolverHandler<any, any, any>;
|
|
113
113
|
|
|
114
|
-
export { AppSyncResolverHandler, createApiTemplate, createAppSyncResolverHandler };
|
|
114
|
+
export { type AppSyncResolverHandler, createApiTemplate, createAppSyncResolverHandler };
|
package/dist/index.d.ts
CHANGED
|
@@ -111,4 +111,4 @@ declare const createApiTemplate: ({ additionalAuthenticationProviders, authentic
|
|
|
111
111
|
type AppSyncResolverHandler<TArguments, TResult, TSource = Record<string, any> | null> = AppSyncResolverHandler$1<TArguments, TResult, TSource>;
|
|
112
112
|
declare const createAppSyncResolverHandler: ({ ...buildSchemaInput }: BuildSchemaInput) => AppSyncResolverHandler<any, any, any>;
|
|
113
113
|
|
|
114
|
-
export { AppSyncResolverHandler, createApiTemplate, createAppSyncResolverHandler };
|
|
114
|
+
export { type AppSyncResolverHandler, createApiTemplate, createAppSyncResolverHandler };
|
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
35
35
|
// src/createApiTemplate.ts
|
|
36
36
|
var import_graphql_api = require("@ttoss/graphql-api");
|
|
37
37
|
|
|
38
|
-
// ../../node_modules/.pnpm/tslib@2.
|
|
38
|
+
// ../../node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.es6.mjs
|
|
39
39
|
var __assign = function () {
|
|
40
40
|
__assign = Object.assign || function __assign2(t) {
|
|
41
41
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -112,9 +112,8 @@ 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.6",
|
|
116
116
|
description: "A library for building GraphQL APIs for AWS AppSync.",
|
|
117
|
-
license: "UNLICENSED",
|
|
118
117
|
author: "ttoss",
|
|
119
118
|
contributors: ["Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"],
|
|
120
119
|
repository: {
|
|
@@ -142,12 +141,12 @@ var package_default = {
|
|
|
142
141
|
"@ttoss/config": "workspace:^",
|
|
143
142
|
"@ttoss/graphql-api": "workspace:^",
|
|
144
143
|
"@ttoss/relay-amplify": "workspace:^",
|
|
145
|
-
"@types/aws-lambda": "^8.10.
|
|
144
|
+
"@types/aws-lambda": "^8.10.129",
|
|
146
145
|
carlin: "workspace:^",
|
|
147
146
|
graphql: "^16.8.1",
|
|
148
147
|
"graphql-shield": "^7.6.5",
|
|
149
148
|
jest: "^29.7.0",
|
|
150
|
-
tsup: "^
|
|
149
|
+
tsup: "^8.0.1"
|
|
151
150
|
},
|
|
152
151
|
keywords: ["api", "appsync", "aws", "graphql"],
|
|
153
152
|
publishConfig: {
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.6",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
|
-
"license": "UNLICENSED",
|
|
6
5
|
"author": "ttoss",
|
|
7
6
|
"contributors": [
|
|
8
7
|
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)"
|
|
@@ -21,22 +20,22 @@
|
|
|
21
20
|
"sideEffects": false,
|
|
22
21
|
"typings": "dist/index.d.ts",
|
|
23
22
|
"dependencies": {
|
|
24
|
-
"@ttoss/cloudformation": "^0.8.
|
|
23
|
+
"@ttoss/cloudformation": "^0.8.3"
|
|
25
24
|
},
|
|
26
25
|
"peerDependencies": {
|
|
27
26
|
"graphql": "^16.6.0",
|
|
28
|
-
"@ttoss/graphql-api": "^0.4.
|
|
27
|
+
"@ttoss/graphql-api": "^0.4.5"
|
|
29
28
|
},
|
|
30
29
|
"devDependencies": {
|
|
31
|
-
"@types/aws-lambda": "^8.10.
|
|
30
|
+
"@types/aws-lambda": "^8.10.129",
|
|
32
31
|
"graphql": "^16.8.1",
|
|
33
32
|
"graphql-shield": "^7.6.5",
|
|
34
33
|
"jest": "^29.7.0",
|
|
35
|
-
"tsup": "^
|
|
36
|
-
"@ttoss/config": "^1.31.
|
|
37
|
-
"@ttoss/graphql-api": "^0.4.
|
|
38
|
-
"@ttoss/relay-amplify": "^0.5.
|
|
39
|
-
"carlin": "^1.31.
|
|
34
|
+
"tsup": "^8.0.1",
|
|
35
|
+
"@ttoss/config": "^1.31.2",
|
|
36
|
+
"@ttoss/graphql-api": "^0.4.5",
|
|
37
|
+
"@ttoss/relay-amplify": "^0.5.2",
|
|
38
|
+
"carlin": "^1.31.3"
|
|
40
39
|
},
|
|
41
40
|
"keywords": [
|
|
42
41
|
"api",
|