@ladybugdb/core-linux-x64 0.15.2 → 0.15.3-dev.20260411

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
@@ -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` |
43
+ | Python | `pip install ladybug` |
44
44
  | NodeJS | `npm install @ladybug/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/lbugjs.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ladybugdb/core-linux-x64",
3
- "version": "0.15.2",
3
+ "version": "0.15.3-dev.20260411",
4
4
  "description": "An in-process property graph database management system built for query speed and scalability.",
5
5
  "os": [
6
6
  "linux"