fix(core): update
This commit is contained in:
parent
bde0404777
commit
be78d74124
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/lik',
|
name: '@push.rocks/lik',
|
||||||
version: '6.0.9',
|
version: '6.0.10',
|
||||||
description: 'light little helpers for node'
|
description: 'light little helpers for node'
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './lik.plugins.js';
|
||||||
|
|
||||||
export class BackpressuredArray<T> {
|
export class BackpressuredArray<T> {
|
||||||
private data: T[];
|
public data: T[];
|
||||||
private highWaterMark: number;
|
private highWaterMark: number;
|
||||||
public hasSpace = new plugins.smartrx.rxjs.Subject<'hasSpace'>();
|
public hasSpace = new plugins.smartrx.rxjs.Subject<'hasSpace'>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user