@habitat-ai/cli 0.2.2 → 0.2.4
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 +1 -2
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/dist/nx-plugin.js
CHANGED
|
@@ -48230,7 +48230,7 @@ function createRouterClient(router, ...rest3) {
|
|
|
48230
48230
|
return recursive;
|
|
48231
48231
|
}
|
|
48232
48232
|
|
|
48233
|
-
// ../../
|
|
48233
|
+
// ../../node_modules/.bun/@habitat-ai+typebox-adapter@0.1.1/node_modules/@habitat-ai/typebox-adapter/dist/index.js
|
|
48234
48234
|
function standard(schema5) {
|
|
48235
48235
|
const validator = new Validator({}, Clone2(schema5));
|
|
48236
48236
|
const jsonSchema = ({ target: target2 }) => {
|
|
@@ -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.4",
|
|
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.4",
|
|
52
|
+
"@habitat-ai/resource-rule-evaluation": "0.2.4",
|
|
53
|
+
"@habitat-ai/resource-source-inventory": "0.2.4",
|
|
54
|
+
"@habitat-ai/service": "0.2.4",
|
|
55
55
|
"@nx/devkit": "23.1.0",
|
|
56
56
|
"@oclif/core": "^4.11.4",
|
|
57
57
|
"@oclif/plugin-help": "^6.2.27",
|