@habitat-ai/cli 0.5.14 → 0.5.15

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
@@ -67,7 +67,7 @@ the final command applies the repository changes:
67
67
 
68
68
  ```sh
69
69
  NX_MIGRATE_CLI_VERSION=23.1.1 NX_SKIP_PROVENANCE_CHECK=true \
70
- bunx nx migrate @habitat-ai/cli@0.5.14
70
+ bunx nx migrate @habitat-ai/cli@0.5.15
71
71
  bun install
72
72
  NX_MIGRATE_CLI_VERSION=23.1.1 NX_SKIP_PROVENANCE_CHECK=true \
73
73
  bunx nx migrate --run-migrations=migrations.json --no-interactive
@@ -253,6 +253,7 @@ const biomeConfig = jsonDocument({
253
253
  "!**/node_modules/**",
254
254
  "!**/dist/**",
255
255
  "!**/coverage/**",
256
+ "!**/.venv/**",
256
257
  "!.nx/**",
257
258
  "!.habitat/cache/**",
258
259
  "!**/.tmp/**",
@@ -99,5 +99,5 @@
99
99
  ]
100
100
  }
101
101
  },
102
- "version": "0.5.14"
102
+ "version": "0.5.15"
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@habitat-ai/cli",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,7 +61,7 @@
61
61
  "test": "vitest run --project habitat-cli"
62
62
  },
63
63
  "dependencies": {
64
- "@habitat-ai/sdk": "0.5.14",
64
+ "@habitat-ai/sdk": "0.5.15",
65
65
  "@nx/devkit": "23.1.1",
66
66
  "@oclif/core": "^4.13.2",
67
67
  "@oclif/plugin-help": "^6.2.27",