Comparing version 1.6.1 to 1.6.2
@@ -7,2 +7,11 @@ # Changelog | ||
## 1.6.2 - 2021-02-10 | ||
- change the way client availability status resets to avoid process hanging | ||
- fix ConsoleInterceptor implementation | ||
- change `ConsoleInterceptor.intercept()` and `.reset()` to `.enable()` and `.disable()` | ||
## 1.6.1 - 2021-02-10 | ||
@@ -9,0 +18,0 @@ |
@@ -41,2 +41,3 @@ // Generated by dts-bundle-generator v5.6.0 | ||
isRayAvailable(): boolean; | ||
protected attemptAvailableReset(): void; | ||
protected updateRayAvailabilty(): Promise<void>; | ||
@@ -125,7 +126,5 @@ protected getUrlForPath(path: string): string; | ||
static active: boolean; | ||
static consoleLog: any; | ||
intercept(): void; | ||
reset(): void; | ||
enable(): void; | ||
disable(): void; | ||
active(): boolean; | ||
protected wrapper(...args: any[]): void; | ||
} | ||
@@ -132,0 +131,0 @@ export declare type BoolFunction = () => boolean; |
{ | ||
"name": "node-ray", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Debug NodeJS with Ray to fix problems faster", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -219,3 +219,3 @@ <p align="center"> | ||
| `ray().image(url)` | Display an image in Ray | | ||
| `ray().interceptor() | Access ConsoleInterceptor; call `.intercept()` to show `console.log()` calls in Ray | | ||
| `ray().interceptor()` | Access ConsoleInterceptor; call `.enable()` to show `console.log()` calls in Ray | | ||
| `ray().json([…])` | Send JSON to Ray | | ||
@@ -222,0 +222,0 @@ | `ray().measure(callable)` | Measure the performance of a callback function | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1863107
16727