@habitat-ai/cli 0.2.2 → 0.2.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.
- package/dist/nx-plugin.js +0 -1
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/dist/nx-plugin.js
CHANGED
|
@@ -52240,7 +52240,6 @@ var clientForWorkspace = createHabitatClientForWorkspace;
|
|
|
52240
52240
|
var plugin = createHabitatNxPlugin({
|
|
52241
52241
|
clientForWorkspace,
|
|
52242
52242
|
runtimeInputs: [
|
|
52243
|
-
{ externalDependencies: ["@habitat-ai/blueprints", "@habitat-ai/cli"] },
|
|
52244
52243
|
"{workspaceRoot}/bun.lock",
|
|
52245
52244
|
"{workspaceRoot}/package.json",
|
|
52246
52245
|
{ env: "HABITAT_COMMAND_TIMEOUT_MS" }
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@habitat-ai/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@effect/platform-node": "4.0.0-beta.101",
|
|
50
50
|
"@getgrit/cli": "0.1.0-alpha.1743007075",
|
|
51
|
-
"@habitat-ai/plugin-cli": "0.2.
|
|
52
|
-
"@habitat-ai/resource-rule-evaluation": "0.2.
|
|
53
|
-
"@habitat-ai/resource-source-inventory": "0.2.
|
|
54
|
-
"@habitat-ai/service": "0.2.
|
|
51
|
+
"@habitat-ai/plugin-cli": "0.2.3",
|
|
52
|
+
"@habitat-ai/resource-rule-evaluation": "0.2.3",
|
|
53
|
+
"@habitat-ai/resource-source-inventory": "0.2.3",
|
|
54
|
+
"@habitat-ai/service": "0.2.3",
|
|
55
55
|
"@nx/devkit": "23.1.0",
|
|
56
56
|
"@oclif/core": "^4.11.4",
|
|
57
57
|
"@oclif/plugin-help": "^6.2.27",
|