Comparing version 1.8.0-3-deepnote-log to 1.8.0-4-deepnote-log
@@ -20,2 +20,3 @@ /// <reference types="node" /> | ||
abortSignal: AbortSignal | null; | ||
_task: any; | ||
} | ||
@@ -22,0 +23,0 @@ interface QueueOptions<Task> { |
{ | ||
"name": "suprqueue", | ||
"version": "1.8.0-3-deepnote-log", | ||
"version": "1.8.0-4-deepnote-log", | ||
"description": "Simple in-memory promise-based task queue with support for pausing, merging tasks, or retrying failed tasks", | ||
"main": "dist/Suprqueue.js", | ||
"scripts": { | ||
"prepublish": "tsc -p tsconfig.build.json", | ||
"prepare": "tsc -p tsconfig.build.json", | ||
"test": "jest" | ||
@@ -9,0 +9,0 @@ }, |
Sorry, the diff of this file is not supported yet
32030
363