cypherlite 1.2.2 → 1.2.4

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/Cargo.toml +3 -3
  2. package/package.json +1 -1
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cypherlite-node"
3
- version = "1.2.2"
3
+ version = "1.2.4"
4
4
  edition = "2021"
5
5
  rust-version = "1.84"
6
6
  description = "Node.js bindings for CypherLite embedded graph database via napi-rs"
@@ -21,8 +21,8 @@ plugin = ["cypherlite-query/plugin", "cypherlite-core/plugin"]
21
21
  [dependencies]
22
22
  napi = { version = "2", features = ["napi9"] }
23
23
  napi-derive = "2"
24
- cypherlite-query = { version = "1.2.2", path = "../cypherlite-query" }
25
- cypherlite-core = { version = "1.2.2", path = "../cypherlite-core" }
24
+ cypherlite-query = { version = "1.2.4", path = "../cypherlite-query" }
25
+ cypherlite-core = { version = "1.2.4", path = "../cypherlite-core" }
26
26
 
27
27
  [build-dependencies]
28
28
  napi-build = "2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypherlite",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Lightweight embedded graph database with Cypher query support",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",