gm-plugkit 2.0.1171 → 2.0.1173

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-plugkit",
3
- "version": "2.0.1171",
3
+ "version": "2.0.1173",
4
4
  "description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1483,6 +1483,7 @@ async function runSpoolWatcher(instance, spoolDir) {
1483
1483
  let debounce = {};
1484
1484
  watch(inDir, { recursive: true }, (eventType, filename) => {
1485
1485
  if (!filename) return;
1486
+ if (/\.tmp\.\d+(\.|$)/.test(filename)) return;
1486
1487
  const fullPath = path.join(inDir, filename);
1487
1488
  markActivity('watch');
1488
1489
 
package/plugkit.sha256 CHANGED
@@ -1 +1 @@
1
- {"plugkit.wasm":"fc556868ffca7ab16ec04a13538bb42e853894f541a8251148165aa8e423dc83"}
1
+ {"plugkit.wasm":"ddcdb7e4705837cb62f01c27d3cfc8068a798422d0b2e73a5224b18b6dae33a7"}
package/plugkit.version CHANGED
@@ -1 +1 @@
1
- 0.1.422
1
+ 0.1.423