@stacksjs/router 0.59.7 → 0.59.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -111784,7 +111784,7 @@ class Queue {
|
|
|
111784
111784
|
}
|
|
111785
111785
|
|
|
111786
111786
|
// ../../../../node_modules/p-limit/index.js
|
|
111787
|
-
import {AsyncResource} from "index.
|
|
111787
|
+
import {AsyncResource} from "lib/index.j";
|
|
111788
111788
|
function pLimit(concurrency) {
|
|
111789
111789
|
if (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {
|
|
111790
111790
|
throw new TypeError("Expected `concurrency` to be a number from 1 and up");
|