minigraf 1.2.3 → 2.0.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.
package/Cargo.lock CHANGED
@@ -280,9 +280,9 @@ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
280
280
 
281
281
  [[package]]
282
282
  name = "minigraf"
283
- version = "1.2.3"
283
+ version = "2.0.1"
284
284
  source = "registry+https://github.com/rust-lang/crates.io-index"
285
- checksum = "ee16db19bf63c1bc6c66fc75993a6e4b8cf7e253d4e5643b44923a939745a913"
285
+ checksum = "7f2a9d60d1553d09eae8b8738532af780c78a406a7595445e1f890c5ebad8965"
286
286
  dependencies = [
287
287
  "anyhow",
288
288
  "chrono",
package/Cargo.toml CHANGED
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
10
10
  [dependencies]
11
11
  napi = { version = "3.8", features = ["napi6"] }
12
12
  napi-derive = "3"
13
- minigraf = { version = "=1.2.3" }
13
+ minigraf = { version = "=2.0.1" }
14
14
  serde_json = "1.0"
15
15
 
16
16
  [build-dependencies]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minigraf",
3
- "version": "1.2.3",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minigraf/darwin-universal",
3
- "version": "1.2.3",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries (macOS universal)",
5
5
  "os": [
6
6
  "darwin"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minigraf/linux-arm64-gnu",
3
- "version": "1.2.3",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries (Linux arm64 GNU)",
5
5
  "os": [
6
6
  "linux"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minigraf/linux-x64-gnu",
3
- "version": "1.2.3",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries (Linux x64 GNU)",
5
5
  "os": [
6
6
  "linux"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minigraf/win32-x64-msvc",
3
- "version": "1.2.3",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-config, single-file, embedded graph database with bi-temporal Datalog queries (Windows x64 MSVC)",
5
5
  "os": [
6
6
  "win32"