@opvious/stl-utils
Advanced tools
@@ -35,2 +35,8 @@ import http from 'http'; | ||
| export interface BindableOptions { | ||
| /** | ||
| * Emit events using process.send. Currently, the following events are | ||
| * supported: | ||
| * | ||
| * * bindableBound, when the bindable is successfully bound. | ||
| */ | ||
| readonly emitProcessEvents?: boolean; | ||
@@ -37,0 +43,0 @@ } |
+2
-2
| { | ||
| "name": "@opvious/stl-utils", | ||
| "version": "0.26.1", | ||
| "version": "0.26.2", | ||
| "repository": "github:opvious/stl.ts", | ||
@@ -36,3 +36,3 @@ "description": "Standard utilities", | ||
| "untruncate-json": "^0.0.1", | ||
| "@opvious/stl-errors": "0.26.1" | ||
| "@opvious/stl-errors": "0.26.2" | ||
| }, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
106483
0.17%2599
0.23%+ Added
- Removed
Updated