@habitat-ai/cli 0.5.3 → 0.5.5

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
@@ -8,7 +8,7 @@ repository preset, Habitat policy projection, and the public `habitat` command.
8
8
  Nx invokes the package's Bun-only `preset` generator while creating the workspace:
9
9
 
10
10
  ```sh
11
- bunx create-nx-workspace@23.1.0 my-workspace \
11
+ bunx create-nx-workspace@23.1.1 my-workspace \
12
12
  --preset=@habitat-ai/cli \
13
13
  --packageManager=bun
14
14
  ```
@@ -15,7 +15,7 @@ const ALTERNATE_PACKAGE_MANAGER_PATHS = [
15
15
  ];
16
16
  const BUN_VERSION = "1.3.14";
17
17
  const BIOME_VERSION = "2.5.3";
18
- const NX_VERSION = "23.1.0";
18
+ const NX_VERSION = "23.1.1";
19
19
  const RootPackageSchema = Type.Object({
20
20
  private: Type.Optional(Type.Boolean({ description: "Whether the repository root is excluded from publication." })),
21
21
  type: Type.Optional(Type.String({ description: "Module system selected by the repository root." })),
@@ -1,5 +1,25 @@
1
1
  {
2
2
  "commands": {
3
+ "resolve": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "Resolve the current Habitat authority catalog",
7
+ "flags": {},
8
+ "hasDynamicHelp": false,
9
+ "hiddenAliases": [],
10
+ "id": "resolve",
11
+ "pluginAlias": "@habitat-ai/cli",
12
+ "pluginName": "@habitat-ai/cli",
13
+ "pluginType": "core",
14
+ "strict": true,
15
+ "enableJsonFlag": false,
16
+ "isESM": true,
17
+ "relativePath": [
18
+ "dist",
19
+ "commands",
20
+ "resolve.js"
21
+ ]
22
+ },
3
23
  "check": {
4
24
  "aliases": [],
5
25
  "args": {},
@@ -49,26 +69,6 @@
49
69
  "check.js"
50
70
  ]
51
71
  },
52
- "resolve": {
53
- "aliases": [],
54
- "args": {},
55
- "description": "Resolve the current Habitat authority catalog",
56
- "flags": {},
57
- "hasDynamicHelp": false,
58
- "hiddenAliases": [],
59
- "id": "resolve",
60
- "pluginAlias": "@habitat-ai/cli",
61
- "pluginName": "@habitat-ai/cli",
62
- "pluginType": "core",
63
- "strict": true,
64
- "enableJsonFlag": false,
65
- "isESM": true,
66
- "relativePath": [
67
- "dist",
68
- "commands",
69
- "resolve.js"
70
- ]
71
- },
72
72
  "hook": {
73
73
  "aliases": [],
74
74
  "args": {
@@ -99,5 +99,5 @@
99
99
  ]
100
100
  }
101
101
  },
102
- "version": "0.5.3"
102
+ "version": "0.5.5"
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@habitat-ai/cli",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,6 @@
31
31
  "generators": "./generators.json",
32
32
  "nx-migrations": {
33
33
  "packageGroup": [
34
- "@habitat-ai/cli",
35
34
  "@habitat-ai/sdk"
36
35
  ]
37
36
  },
@@ -53,8 +52,8 @@
53
52
  "test": "vitest run --project habitat-cli"
54
53
  },
55
54
  "dependencies": {
56
- "@habitat-ai/sdk": "0.5.3",
57
- "@nx/devkit": "23.1.0",
55
+ "@habitat-ai/sdk": "0.5.5",
56
+ "@nx/devkit": "23.1.1",
58
57
  "@oclif/core": "^4.13.2",
59
58
  "@oclif/plugin-help": "^6.2.27",
60
59
  "typebox": "1.3.8"