@ttoss/appsync-api 0.18.12 → 0.18.13

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ttoss/appsync-api
2
2
 
3
- This package provides a opinionated way to create an AppSync API using [`@ttoss/graphql-api` API](./graphql-api/).
3
+ This package provides a opinionated way to create an AppSync API using [`@ttoss/graphql-api` API](/docs/modules/packages/graphql-api/).
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.18.12",
3
+ "version": "0.18.13",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -38,8 +38,8 @@
38
38
  "tsup": "^8.0.2",
39
39
  "@ttoss/config": "^1.32.2",
40
40
  "@ttoss/ids": "^0.2.2",
41
- "carlin": "^1.31.18",
42
- "@ttoss/graphql-api": "^0.6.2"
41
+ "@ttoss/graphql-api": "^0.6.2",
42
+ "carlin": "^1.31.19"
43
43
  },
44
44
  "keywords": [
45
45
  "api",