graphjin 3.0.24 → 3.0.25

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/README.md CHANGED
@@ -355,12 +355,6 @@ We're happy to help you leverage GraphJin reach out if you have questions
355
355
 
356
356
  [discord/graphjin](https://discord.gg/6pSWCTZ) (Chat)
357
357
 
358
- ## Production use
359
-
360
- The popular [42papers.com](https://42papers.com) site for discovering trending papers in AI and Computer Science uses GraphJin for it's entire backend.
361
-
362
358
  ## License
363
359
 
364
360
  [Apache Public License 2.0](https://opensource.org/licenses/Apache-2.0)
365
-
366
- Copyright (c) 2022 Vikram Rangnekar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphjin",
3
- "version": "3.0.24",
3
+ "version": "3.0.25",
4
4
  "description": "GraphJin - Build APIs in 5 minutes with GraphQL",
5
5
  "type": "module",
6
6
  "main": "./wasm/js/graphjin.js",
Binary file