@bunt/queue
Advanced tools
Comparing version 0.28.1 to 0.28.2
import { ITransport } from "../interfaces.js"; | ||
import { SubscriptionManager } from "."; | ||
import { SubscriptionManager } from "./SubscriptionManager.js"; | ||
export declare const SubscriptionListenerId: unique symbol; | ||
@@ -4,0 +4,0 @@ export type PubSubChannel<K extends string | symbol | number = string> = Extract<K, string> | [channel: Extract<K, string>, ...channelSubKeys: (string | number)[]]; |
@@ -1,2 +0,2 @@ | ||
import { SubscriptionManagerListener } from "."; | ||
import { SubscriptionManagerListener } from "./interfaces.js"; | ||
export declare class SubscriptionList { | ||
@@ -3,0 +3,0 @@ #private; |
import { ITransport } from "../interfaces.js"; | ||
import { SubscriptionManager } from "."; | ||
import { SubscriptionManager } from "./SubscriptionManager.js"; | ||
export declare const SubscriptionListenerId: unique symbol; | ||
@@ -4,0 +4,0 @@ export type PubSubChannel<K extends string | symbol | number = string> = Extract<K, string> | [channel: Extract<K, string>, ...channelSubKeys: (string | number)[]]; |
@@ -1,2 +0,2 @@ | ||
import { SubscriptionManagerListener } from "."; | ||
import { SubscriptionManagerListener } from "./interfaces.js"; | ||
export declare class SubscriptionList { | ||
@@ -3,0 +3,0 @@ #private; |
{ | ||
"name": "@bunt/queue", | ||
"version": "0.28.1", | ||
"version": "0.28.2", | ||
"keywords": [ | ||
@@ -37,3 +37,3 @@ "typescript" | ||
"@bunt/async": "^0.28.1", | ||
"@bunt/unit": "^0.28.1", | ||
"@bunt/unit": "^0.28.2", | ||
"@bunt/util": "^0.28.1", | ||
@@ -43,3 +43,3 @@ "ioredis": "^5.3.2" | ||
"license": "MIT", | ||
"gitHead": "da2f8120173d5ccbd755377724d883766d60e388" | ||
"gitHead": "683d27dc2274d69da6fb0a852f4059134f5b216c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
419932
Updated@bunt/unit@^0.28.2