@ttoss/appsync-api 0.19.2 → 0.20.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 CHANGED
@@ -95,7 +95,7 @@ var createApiTemplate = ({
95
95
  Layers: lambdaFunction.layers,
96
96
  MemorySize: 512,
97
97
  Role: lambdaFunction.roleArn,
98
- Runtime: "nodejs20.x",
98
+ Runtime: "nodejs22.x",
99
99
  /**
100
100
  * https://docs.aws.amazon.com/general/latest/gr/appsync.html
101
101
  * Request execution time for mutations, queries, and subscriptions: 30 seconds
package/dist/index.js CHANGED
@@ -127,7 +127,7 @@ var createApiTemplate = ({
127
127
  Layers: lambdaFunction.layers,
128
128
  MemorySize: 512,
129
129
  Role: lambdaFunction.roleArn,
130
- Runtime: "nodejs20.x",
130
+ Runtime: "nodejs22.x",
131
131
  /**
132
132
  * https://docs.aws.amazon.com/general/latest/gr/appsync.html
133
133
  * Request execution time for mutations, queries, and subscriptions: 30 seconds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.19.2",
3
+ "version": "0.20.0",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -37,8 +37,8 @@
37
37
  "jest": "^29.7.0",
38
38
  "tsup": "^8.3.5",
39
39
  "@ttoss/config": "^1.35.1",
40
- "@ttoss/graphql-api": "^0.8.2",
41
- "@ttoss/ids": "^0.3.1"
40
+ "@ttoss/ids": "^0.3.1",
41
+ "@ttoss/graphql-api": "^0.8.2"
42
42
  },
43
43
  "keywords": [
44
44
  "api",