@-0/utils
Advanced tools
Comparing version 0.2.73 to 0.2.74
import { trace } from "@thi.ng/rstream"; | ||
export const trace$ = (log_prefix, stream) => stream.subscribeTopic | ||
? stream.subscribeTopic("_TRACE_STREAM", { | ||
? stream.subscribeTopic("_TACE_STREAM", { | ||
next: x => console.log(log_prefix, x), | ||
@@ -5,0 +5,0 @@ error: console.warn |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.73", | ||
"version": "0.2.74", | ||
"description": "utilities for the `-0` org/framework built on @thi.ng/umbrella ecosystem", | ||
@@ -34,3 +34,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@-0/keys": "^0.2.79", | ||
"@-0/keys": "^0.2.80", | ||
"@thi.ng/checks": "^2.8.0", | ||
@@ -41,3 +41,3 @@ "@thi.ng/rstream": "^5.1.0" | ||
"@babel/plugin-transform-modules-commonjs": "^7.12.1", | ||
"@-0/keys": "^0.2.79", | ||
"@-0/keys": "^0.2.80", | ||
"@thi.ng/checks": "^2.8.0", | ||
@@ -44,0 +44,0 @@ "@thi.ng/rstream": "^5.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10624