inspeffct 0.1.1 → 0.1.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/bin.js +3 -3
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -30340,11 +30340,11 @@ var makeConnection = (url2) => gen2(function* () {
30340
30340
  yield* publish2(eventsPubSub, decoded);
30341
30341
  }
30342
30342
  }).pipe(
30343
- catchAllCause2(logError2)
30343
+ catchAllCause2(logDebug2)
30344
30344
  )
30345
30345
  ),
30346
30346
  ensuring2(outgoing.shutdown),
30347
- catchAllCause2(logError2),
30347
+ catchAllCause2(logDebug2),
30348
30348
  forkScoped2
30349
30349
  );
30350
30350
  const request = (method, params) => {
@@ -31480,7 +31480,7 @@ var layer20 = scoped3(
31480
31480
  runForEach2((message) => publish2(pubsub, message))
31481
31481
  )
31482
31482
  ).pipe(
31483
- catchAllCause2(logError2),
31483
+ catchAllCause2(logDebug2),
31484
31484
  forkScoped2
31485
31485
  );
31486
31486
  const messages = fromPubSub4(pubsub);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inspeffct",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "A CLI to help agents and humans inspect Effect applications",
6
6
  "license": "MIT",