@remixproject/plugin-utils
Advanced tools
Comparing version 0.3.20-alpha.2 to 0.3.208
@@ -6,3 +6,3 @@ import { PluginQueueInterface } from '../types/queue'; | ||
import { PluginOptions } from '@remixproject/plugin-utils'; | ||
export declare class PluginQueue<T extends Api = any> implements PluginQueueInterface { | ||
export declare class PluginQueueItem<T extends Api = any> implements PluginQueueInterface { | ||
private resolve; | ||
@@ -9,0 +9,0 @@ private reject; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PluginQueue = void 0; | ||
exports.PluginQueueItem = void 0; | ||
const tslib_1 = require("tslib"); | ||
class PluginQueue { | ||
class PluginQueueItem { | ||
constructor(resolve, reject, request, method, options, args) { | ||
@@ -65,3 +65,3 @@ this.options = {}; | ||
} | ||
exports.PluginQueue = PluginQueue; | ||
exports.PluginQueueItem = PluginQueueItem; | ||
//# sourceMappingURL=queue.js.map |
{ | ||
"name": "@remixproject/plugin-utils", | ||
"version": "0.3.20-alpha.2", | ||
"version": "0.3.208", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "2.0.1" |
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
28292