@ladybugdb/core 0.18.0-dev.20260618 → 0.18.0-dev.20260619
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 +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<p align="center">
|
|
11
11
|
<a href="https://github.com/LadybugDB/ladybug/actions">
|
|
12
12
|
<img src="https://github.com/LadybugDB/ladybug/actions/workflows/ci-workflow.yml/badge.svg?branch=master" alt="Github Actions Badge"></a>
|
|
13
|
+
<a href="https://deepwiki.com/LadybugDB/ladybug"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
|
|
13
14
|
<a href="https://discord.com/invite/hXyHmvW3Vy">
|
|
14
15
|
<img src="https://img.shields.io/discord/1162999022819225631?logo=discord" alt="discord" /></a>
|
|
15
16
|
<a href="https://twitter.com/lbugdb">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ladybugdb/core",
|
|
3
|
-
"version": "0.18.0-dev.
|
|
3
|
+
"version": "0.18.0-dev.20260619",
|
|
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",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"node-addon-api": "^6.0.0"
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@ladybugdb/core-darwin-arm64": "0.18.0-dev.
|
|
49
|
-
"@ladybugdb/core-darwin-x64": "0.18.0-dev.
|
|
50
|
-
"@ladybugdb/core-linux-arm64": "0.18.0-dev.
|
|
51
|
-
"@ladybugdb/core-linux-x64": "0.18.0-dev.
|
|
52
|
-
"@ladybugdb/core-win32-x64": "0.18.0-dev.
|
|
48
|
+
"@ladybugdb/core-darwin-arm64": "0.18.0-dev.20260619",
|
|
49
|
+
"@ladybugdb/core-darwin-x64": "0.18.0-dev.20260619",
|
|
50
|
+
"@ladybugdb/core-linux-arm64": "0.18.0-dev.20260619",
|
|
51
|
+
"@ladybugdb/core-linux-x64": "0.18.0-dev.20260619",
|
|
52
|
+
"@ladybugdb/core-win32-x64": "0.18.0-dev.20260619"
|
|
53
53
|
}
|
|
54
54
|
}
|