jsql-neo 4.1.0 → 4.1.1

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,10 @@
1
- # JSQL-NEO v4.0.1
1
+ # JSQL-NEO v4.1.1
2
2
 
3
3
  Rust-powered embedded database with **three engines + SQL + Redis-style storage** in one npm package.
4
4
 
5
+ > **Docs & Help:** [https://help.vexify.top](https://help.vexify.top)
6
+ > **GitHub:** [https://github.com/vexify-org/JSQL-neo](https://github.com/vexify-org/JSQL-neo)
7
+
5
8
  ## Engines
6
9
 
7
10
  | Engine | Entry | Use Case |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsql-neo",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "JSQL-NEO — Rust-powered embedded database with WASM, REST API, B-Tree indexes, WAL, crash recovery",
5
5
  "main": "index.js",
6
6
  "bin": {