gm-kilo 2.0.858 → 2.0.860
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/bin/plugkit.js +1 -0
- package/bin/plugkit.sha256 +6 -6
- package/bin/plugkit.version +1 -1
- package/bin/rtk.sha256 +2 -2
- package/package.json +1 -1
package/bin/plugkit.js
CHANGED
|
@@ -31,6 +31,7 @@ async function main() {
|
|
|
31
31
|
if (isHook) {
|
|
32
32
|
bin = resolveCachedBinary({ wrapperDir: dir }) || legacyFallback();
|
|
33
33
|
if (!bin) {
|
|
34
|
+
process.stderr.write(`[plugkit] hook ${args[1] || ''} skipped: binary not yet installed (cache miss). Enforcement disabled until bootstrap completes.\n`);
|
|
34
35
|
obsEvent('plugkit_wrapper', 'hook_skip_uncached', { argv: args.slice(0, 4), dur_ms: Date.now() - startedAt });
|
|
35
36
|
process.exit(0);
|
|
36
37
|
}
|
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
2fb225e4164a5443f4d26f8e2fbee3e1f973696de4f63b1b2759380e347e6e2d plugkit-win32-x64.exe
|
|
2
|
+
fe241d660d6b02f61f0bdcffe6f9819256540b3d4445ac6b099a841354683f1b plugkit-win32-arm64.exe
|
|
3
|
+
3ba05e410010fc2a32160bbafdab20c9fca0065895e25b5d7f7374c5be7ee266 plugkit-darwin-x64
|
|
4
|
+
c43ef66ad225c95f8a961980448d86073d3e499d49a38b2f91a6212861de54c3 plugkit-darwin-arm64
|
|
5
|
+
7b0cfecabbf6c8575ab676547621e524f8123c5366a69f60adba75aab187b6e7 plugkit-linux-x64
|
|
6
|
+
13760d89a97efff81adc6c76553916ebd6ad212743a193f30a0d3dd285adacb9 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.287
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
f5e5b43e0cd912dcd8f81983bb0667c4c0e58779ed1df506339098eca0adb3d0 rtk-win32-x64.exe
|
|
2
|
+
4b09ba62b829671325a7e2e51f1806465ff95dd085bce485a3aa6e33b3ae4849 rtk-win32-arm64.exe
|
|
3
3
|
e89fdf402c28796b510587a8b0fe046438b5b24d49533d1a2339a48aecae35e9 rtk-darwin-x64
|
|
4
4
|
2b203fd380f5782b5489eb016e34e3dbf848272a7fadf36b39bce6cfd9a3005c rtk-darwin-arm64
|
|
5
5
|
0da9950b859c7a2693aaf6c169f05f9b8965508ba1f23f1547e63d5fa988749e rtk-linux-x64
|