graphjin 0.17.28 → 0.17.29

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 +1 -1
package/README.md CHANGED
@@ -181,7 +181,7 @@ With GraphJin your web and mobile developers can start building instantly. All t
181
181
 
182
182
  ## Features
183
183
 
184
- - Works with Postgres, MySQL8 and Yugabyte DB
184
+ - Works with Postgres, MySQL8 and YugabyteDB
185
185
  - Complex nested queries and mutations
186
186
  - Realtime updates with subscriptions
187
187
  - Add custom business logic in Javascript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphjin",
3
- "version": "0.17.28",
3
+ "version": "0.17.29",
4
4
  "description": "GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.",
5
5
  "main": "index.js",
6
6
  "directories": {