@qlucent/fishi-core 0.16.1 → 0.16.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8834,7 +8834,7 @@ const isMain = process.argv[1] &&
8834
8834
  if (isMain) {
8835
8835
  const raw = process.argv[2];
8836
8836
  if (!raw) {
8837
- console.error('[FISHI] Usage: node .fishi/scripts/monitor-emitter.mjs '{"type":"...","agent":"...","data":{...}}'');
8837
+ console.error("[FISHI] Usage: node .fishi/scripts/monitor-emitter.mjs " + JSON.stringify({"type":"...","agent":"...","data":{}}));
8838
8838
  process.exit(1);
8839
8839
  }
8840
8840
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlucent/fishi-core",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "Shared templates, types, and generators for the FISHI framework",
5
5
  "license": "MIT",
6
6
  "type": "module",