We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96b1af commit dc1b44bCopy full SHA for dc1b44b
lib/node-addon/CHANGELOG.md
@@ -1 +1,6 @@
1
# @graphql-hive/router-query-planner changelog
2
+## 0.0.1-alpha.0 (2025-11-04)
3
+
4
+### Features
5
6
+- A node addon containing the query planner of hive router
lib/node-addon/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/router-query-planner",
- "version": "0.0.0",
+ "version": "0.0.1-alpha.0",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
@@ -46,4 +46,4 @@
46
"devDependencies": {
47
"@napi-rs/cli": "^3.2.0"
48
}
49
-}
+}
0 commit comments