@oxagen/cli 0.6.2 → 0.6.3

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/oxagen.mjs +1 -1
  2. package/package.json +2 -2
package/oxagen.mjs CHANGED
@@ -3039,7 +3039,7 @@ var init_package = __esm({
3039
3039
  "package.json"() {
3040
3040
  package_default = {
3041
3041
  name: "@oxagen/cli",
3042
- version: "0.6.2",
3042
+ version: "0.6.3",
3043
3043
  description: "Oxagen CLI \u2014 agentic coding powered by Oxagen's knowledge-graph context engine",
3044
3044
  type: "module",
3045
3045
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxagen/cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Oxagen CLI — agentic coding powered by Oxagen's knowledge-graph context engine",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "engines": {
14
14
  "node": ">=20"
15
15
  },
16
- "optionalDependencies": {
16
+ "dependencies": {
17
17
  "duckdb": "1.3.0",
18
18
  "blake3": "2.1.7"
19
19
  },