@ladybugdb/core 0.15.3 → 0.15.4-dev.20260428

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 -4
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -40,11 +40,11 @@ The database was formerly known as [Kuzu](https://github.com/kuzudb/kuzu).
40
40
 
41
41
  | Language | Installation |
42
42
  | -------- |------------------------------------------------------------------------|
43
- | Python | `pip install real_ladybug` |
44
- | NodeJS | `npm install @ladybug/core` |
43
+ | Python | `pip install ladybug` |
44
+ | NodeJS | `npm install @ladybugdb/core` |
45
45
  | Rust | `cargo add lbug` |
46
- | Go | `go get github.com/lbugdb/go-ladybug` |
47
- | Swift | [lbug-swift](https://github.com/lbugdb/swift-ladybug) |
46
+ | Go | `go get github.com/LadybugDB/go-ladybug` |
47
+ | Swift | [lbug-swift](https://github.com/LadybugDB/swift-ladybug) |
48
48
  | Java | [Maven Central](https://central.sonatype.com/artifact/com.ladybugdb/lbug) |
49
49
  | C/C++ | [precompiled binaries](https://github.com/LadybugDB/ladybug/releases/latest) |
50
50
  | CLI | [precompiled binaries](https://github.com/LadybugDB/ladybug/releases/latest) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ladybugdb/core",
3
- "version": "0.15.3",
3
+ "version": "0.15.4-dev.20260428",
4
4
  "description": "An in-process property graph database management system built for query speed and scalability.",
5
5
  "main": "index.js",
6
6
  "module": "./index.mjs",
@@ -44,9 +44,10 @@
44
44
  "node-addon-api": "^6.0.0"
45
45
  },
46
46
  "optionalDependencies": {
47
- "@ladybugdb/core-darwin-arm64": "0.15.3",
48
- "@ladybugdb/core-linux-arm64": "0.15.3",
49
- "@ladybugdb/core-linux-x64": "0.15.3",
50
- "@ladybugdb/core-win32-x64": "0.15.3"
47
+ "@ladybugdb/core-darwin-arm64": "0.15.4-dev.20260428",
48
+ "@ladybugdb/core-darwin-x64": "0.15.4-dev.20260428",
49
+ "@ladybugdb/core-linux-arm64": "0.15.4-dev.20260428",
50
+ "@ladybugdb/core-linux-x64": "0.15.4-dev.20260428",
51
+ "@ladybugdb/core-win32-x64": "0.15.4-dev.20260428"
51
52
  }
52
53
  }