@ttoss/appsync-api 0.17.4 → 0.17.5

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 CHANGED
@@ -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.4",
83
+ version: "0.17.5",
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.119",
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: "^7.2.0"
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
@@ -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.4",
115
+ version: "0.17.5",
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.119",
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: "^7.2.0"
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.4",
3
+ "version": "0.17.5",
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.1"
23
+ "@ttoss/cloudformation": "^0.8.2"
25
24
  },
26
25
  "peerDependencies": {
27
26
  "graphql": "^16.6.0",
28
- "@ttoss/graphql-api": "^0.4.3"
27
+ "@ttoss/graphql-api": "^0.4.4"
29
28
  },
30
29
  "devDependencies": {
31
- "@types/aws-lambda": "^8.10.119",
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": "^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"
34
+ "tsup": "^8.0.1",
35
+ "@ttoss/graphql-api": "^0.4.4",
36
+ "@ttoss/config": "^1.31.1",
37
+ "@ttoss/relay-amplify": "^0.5.1",
38
+ "carlin": "^1.31.2"
40
39
  },
41
40
  "keywords": [
42
41
  "api",