frogql 0.4.2 → 0.5.0

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frogql",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "froGQL — embedded GQL graph database with ISO GQL path patterns (Rust core, Node.js bindings via napi-rs)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -62,10 +62,10 @@
62
62
  "provenance": true
63
63
  },
64
64
  "optionalDependencies": {
65
- "frogql-darwin-arm64": "0.4.2",
66
- "frogql-darwin-x64": "0.4.2",
67
- "frogql-linux-arm64-gnu": "0.4.2",
68
- "frogql-linux-x64-gnu": "0.4.2",
69
- "frogql-win32-x64-msvc": "0.4.2"
65
+ "frogql-darwin-arm64": "0.5.0",
66
+ "frogql-darwin-x64": "0.5.0",
67
+ "frogql-linux-arm64-gnu": "0.5.0",
68
+ "frogql-linux-x64-gnu": "0.5.0",
69
+ "frogql-win32-x64-msvc": "0.5.0"
70
70
  }
71
71
  }