claude-terminal-prism 0.1.13 → 0.1.14
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/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3669,7 +3669,7 @@ function isPortOpen(port, host = "127.0.0.1") {
|
|
|
3669
3669
|
});
|
|
3670
3670
|
}
|
|
3671
3671
|
function cliRoot() {
|
|
3672
|
-
return path.resolve(path.dirname(fileURLToPath(import.meta.url)), "
|
|
3672
|
+
return path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
|
|
3673
3673
|
}
|
|
3674
3674
|
function cliBinPath() {
|
|
3675
3675
|
const combined = path.join(cliRoot(), "dist", "cli.js");
|
|
@@ -3983,7 +3983,7 @@ function removeClaudeHooks() {
|
|
|
3983
3983
|
var MARKER_START = "# >>> prism init >>>";
|
|
3984
3984
|
var MARKER_END = "# <<< prism init <<<";
|
|
3985
3985
|
function findSdkAutoPath() {
|
|
3986
|
-
const cliRoot2 = path4.resolve(path4.dirname(fileURLToPath2(import.meta.url)), "
|
|
3986
|
+
const cliRoot2 = path4.resolve(path4.dirname(fileURLToPath2(import.meta.url)), "..");
|
|
3987
3987
|
const bundled = path4.join(cliRoot2, "assets", "auto.js");
|
|
3988
3988
|
if (fs4.existsSync(bundled)) return bundled;
|
|
3989
3989
|
const distAuto = path4.join(cliRoot2, "dist", "auto.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-terminal-prism",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "PRISM — Agentic visibility layer for Claude. Intercepts, records, and replays multi-agent sessions.",
|
|
5
5
|
"author": "ashrit-v",
|
|
6
6
|
"homepage": "https://www.npmjs.com/package/claude-terminal-prism",
|