@jshookmcp/jshook 0.2.7 → 0.2.8
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 +1 -1
- package/README.zh.md +1 -1
- package/dist/ExtensionManager-CPTJhHFg.mjs +2 -0
- package/dist/{ExtensionManager-CZ6IveoV.mjs → ExtensionManager-D5-bO9D8.mjs} +1 -1
- package/dist/{ToolCatalog-CnwmMIw3.mjs → ToolCatalog-Bq4V2sbJ.mjs} +7180 -1462
- package/dist/index.mjs +9 -2
- package/package.json +35 -65
- package/dist/ExtensionManager-DqUSOamB.mjs +0 -2
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ Provides a comprehensive suite of tools for AI-assisted JavaScript analysis, bro
|
|
|
50
50
|
The built-in surface below is generated from the runtime registry and checked in CI.
|
|
51
51
|
|
|
52
52
|
<!-- metadata-sync:start -->
|
|
53
|
-
- Package version: `0.2.
|
|
53
|
+
- Package version: `0.2.8`
|
|
54
54
|
- Domains: `adb-bridge`, `antidebug`, `binary-instrument`, `boringssl-inspector`, `browser`, `canvas`, `coordination`, `core`, `cross-domain`, `debugger`, `encoding`, `evidence`, `extension-registry`, `graphql`, `hooks`, `instrumentation`, `macro`, `maintenance`, `memory`, `mojo-ipc`, `network`, `platform`, `process`, `protocol-analysis`, `proxy`, `sandbox`, `shared-state-board`, `skia-capture`, `sourcemap`, `streaming`, `syscall-hook`, `trace`, `transform`, `v8-inspector`, `wasm`, `workflow`
|
|
55
55
|
- Note: this snapshot is generated from the runtime registry; do not edit the counts by hand.
|
|
56
56
|
<!-- metadata-sync:end -->
|
package/README.zh.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
下面的内置能力快照由运行时 registry 动态生成,并在 CI 中校验。
|
|
51
51
|
|
|
52
52
|
<!-- metadata-sync:start -->
|
|
53
|
-
- 包版本:`0.2.
|
|
53
|
+
- 包版本:`0.2.8`
|
|
54
54
|
- 域列表:`adb-bridge`, `antidebug`, `binary-instrument`, `boringssl-inspector`, `browser`, `canvas`, `coordination`, `core`, `cross-domain`, `debugger`, `encoding`, `evidence`, `extension-registry`, `graphql`, `hooks`, `instrumentation`, `macro`, `maintenance`, `memory`, `mojo-ipc`, `network`, `platform`, `process`, `protocol-analysis`, `proxy`, `sandbox`, `shared-state-board`, `skia-capture`, `sourcemap`, `streaming`, `syscall-hook`, `trace`, `transform`, `v8-inspector`, `wasm`, `workflow`
|
|
55
55
|
- 说明:以上数据由运行时 registry 动态生成,不要手改计数。
|
|
56
56
|
<!-- metadata-sync:end -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as logger } from "./logger-BmWzC2lM.mjs";
|
|
2
|
-
import { f as INSTALLED_EXTENSION_METADATA_FILENAME, t as allTools } from "./ToolCatalog-
|
|
2
|
+
import { f as INSTALLED_EXTENSION_METADATA_FILENAME, t as allTools } from "./ToolCatalog-Bq4V2sbJ.mjs";
|
|
3
3
|
import { readFile } from "node:fs/promises";
|
|
4
4
|
import { basename, dirname, isAbsolute, join, relative, resolve } from "node:path";
|
|
5
5
|
import { fileURLToPath, pathToFileURL } from "node:url";
|