opensip-cli 0.1.5 → 0.1.6
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/bootstrap/admit-tool-package.d.ts +15 -1
- package/dist/bootstrap/admit-tool-package.d.ts.map +1 -1
- package/dist/bootstrap/admit-tool-package.js +22 -2
- package/dist/bootstrap/admit-tool-package.js.map +1 -1
- package/dist/bootstrap/config-and-capabilities.d.ts +5 -3
- package/dist/bootstrap/config-and-capabilities.d.ts.map +1 -1
- package/dist/bootstrap/config-and-capabilities.js +5 -3
- package/dist/bootstrap/config-and-capabilities.js.map +1 -1
- package/dist/bootstrap/execute-post-bailout-bootstrap.d.ts +1 -0
- package/dist/bootstrap/execute-post-bailout-bootstrap.d.ts.map +1 -1
- package/dist/bootstrap/execute-post-bailout-bootstrap.js +2 -1
- package/dist/bootstrap/execute-post-bailout-bootstrap.js.map +1 -1
- package/dist/bootstrap/plan-pre-action-bootstrap.d.ts +5 -5
- package/dist/bootstrap/plan-pre-action-bootstrap.d.ts.map +1 -1
- package/dist/bootstrap/plan-pre-action-bootstrap.js +3 -19
- package/dist/bootstrap/plan-pre-action-bootstrap.js.map +1 -1
- package/dist/bootstrap/pre-action-guards.d.ts +2 -1
- package/dist/bootstrap/pre-action-guards.d.ts.map +1 -1
- package/dist/bootstrap/pre-action-guards.js +3 -27
- package/dist/bootstrap/pre-action-guards.js.map +1 -1
- package/dist/bootstrap/pre-action-hook.d.ts +2 -1
- package/dist/bootstrap/pre-action-hook.d.ts.map +1 -1
- package/dist/bootstrap/pre-action-hook.js +4 -2
- package/dist/bootstrap/pre-action-hook.js.map +1 -1
- package/dist/bootstrap/register-tools-discovery.js +3 -3
- package/dist/bootstrap/register-tools-discovery.js.map +1 -1
- package/dist/commands/command-scope-index.d.ts +31 -0
- package/dist/commands/command-scope-index.d.ts.map +1 -0
- package/dist/commands/command-scope-index.js +42 -0
- package/dist/commands/command-scope-index.js.map +1 -0
- package/dist/commands/host-command-specs.js +2 -2
- package/dist/commands/host-command-specs.js.map +1 -1
- package/dist/commands/mount-command-action.d.ts +19 -0
- package/dist/commands/mount-command-action.d.ts.map +1 -0
- package/dist/commands/mount-command-action.js +54 -0
- package/dist/commands/mount-command-action.js.map +1 -0
- package/dist/commands/mount-command-spec-wiring.d.ts +24 -0
- package/dist/commands/mount-command-spec-wiring.d.ts.map +1 -0
- package/dist/commands/mount-command-spec-wiring.js +71 -0
- package/dist/commands/mount-command-spec-wiring.js.map +1 -0
- package/dist/commands/mount-command-spec.d.ts.map +1 -1
- package/dist/commands/mount-command-spec.js +2 -134
- package/dist/commands/mount-command-spec.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +24 -17
- package/dist/index.js.map +1 -1
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opensip-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "OpenSIP CLI — codebase analysis from the command line (the CLI; `npm i -g opensip-cli`)",
|
|
6
6
|
"keywords": [
|
|
@@ -50,36 +50,36 @@
|
|
|
50
50
|
"react": "^19.2.7",
|
|
51
51
|
"update-notifier": "^7.3.1",
|
|
52
52
|
"yaml": "^2.9.0",
|
|
53
|
-
"@opensip-cli/checks-
|
|
54
|
-
"@opensip-cli/checks-java": "0.1.
|
|
55
|
-
"@opensip-cli/checks-
|
|
56
|
-
"@opensip-cli/checks-
|
|
57
|
-
"@opensip-cli/checks-
|
|
58
|
-
"@opensip-cli/checks-
|
|
59
|
-
"@opensip-cli/
|
|
60
|
-
"@opensip-cli/
|
|
61
|
-
"@opensip-cli/
|
|
62
|
-
"@opensip-cli/
|
|
63
|
-
"@opensip-cli/
|
|
64
|
-
"@opensip-cli/dashboard": "0.1.
|
|
65
|
-
"@opensip-cli/
|
|
66
|
-
"@opensip-cli/graph": "0.1.
|
|
67
|
-
"@opensip-cli/
|
|
68
|
-
"@opensip-cli/graph-
|
|
69
|
-
"@opensip-cli/
|
|
70
|
-
"@opensip-cli/graph-
|
|
71
|
-
"@opensip-cli/graph-
|
|
72
|
-
"@opensip-cli/graph-typescript": "0.1.
|
|
73
|
-
"@opensip-cli/lang-
|
|
74
|
-
"@opensip-cli/lang-
|
|
75
|
-
"@opensip-cli/lang-
|
|
76
|
-
"@opensip-cli/lang-
|
|
77
|
-
"@opensip-cli/lang-
|
|
78
|
-
"@opensip-cli/lang-typescript": "0.1.
|
|
79
|
-
"@opensip-cli/
|
|
80
|
-
"@opensip-cli/
|
|
81
|
-
"@opensip-cli/
|
|
82
|
-
"@opensip-cli/targeting": "0.1.
|
|
53
|
+
"@opensip-cli/checks-go": "0.1.6",
|
|
54
|
+
"@opensip-cli/checks-java": "0.1.6",
|
|
55
|
+
"@opensip-cli/checks-python": "0.1.6",
|
|
56
|
+
"@opensip-cli/checks-typescript": "0.1.6",
|
|
57
|
+
"@opensip-cli/checks-universal": "0.1.6",
|
|
58
|
+
"@opensip-cli/checks-rust": "0.1.6",
|
|
59
|
+
"@opensip-cli/cli-ui": "0.1.6",
|
|
60
|
+
"@opensip-cli/checks-cpp": "0.1.6",
|
|
61
|
+
"@opensip-cli/config": "0.1.6",
|
|
62
|
+
"@opensip-cli/contracts": "0.1.6",
|
|
63
|
+
"@opensip-cli/core": "0.1.6",
|
|
64
|
+
"@opensip-cli/dashboard": "0.1.6",
|
|
65
|
+
"@opensip-cli/fitness": "0.1.6",
|
|
66
|
+
"@opensip-cli/graph": "0.1.6",
|
|
67
|
+
"@opensip-cli/datastore": "0.1.6",
|
|
68
|
+
"@opensip-cli/graph-go": "0.1.6",
|
|
69
|
+
"@opensip-cli/graph-rust": "0.1.6",
|
|
70
|
+
"@opensip-cli/graph-java": "0.1.6",
|
|
71
|
+
"@opensip-cli/graph-python": "0.1.6",
|
|
72
|
+
"@opensip-cli/graph-typescript": "0.1.6",
|
|
73
|
+
"@opensip-cli/lang-go": "0.1.6",
|
|
74
|
+
"@opensip-cli/lang-java": "0.1.6",
|
|
75
|
+
"@opensip-cli/lang-cpp": "0.1.6",
|
|
76
|
+
"@opensip-cli/lang-python": "0.1.6",
|
|
77
|
+
"@opensip-cli/lang-rust": "0.1.6",
|
|
78
|
+
"@opensip-cli/lang-typescript": "0.1.6",
|
|
79
|
+
"@opensip-cli/output": "0.1.6",
|
|
80
|
+
"@opensip-cli/session-store": "0.1.6",
|
|
81
|
+
"@opensip-cli/simulation": "0.1.6",
|
|
82
|
+
"@opensip-cli/targeting": "0.1.6"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/node": "^24.13.2",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"typescript": "~6.0.3",
|
|
90
90
|
"vitest": "^4.1.8",
|
|
91
91
|
"zod": "^4.4.3",
|
|
92
|
-
"@opensip-cli/test-support": "0.1.
|
|
92
|
+
"@opensip-cli/test-support": "0.1.6"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|
|
95
95
|
"build": "tsc && node -e \"const {cpSync,mkdirSync}=require('fs');const p='dist/bootstrap';mkdirSync(p,{recursive:true});cpSync('src/bootstrap/bundled-tools.manifest.json',p+'/bundled-tools.manifest.json');\"",
|