@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.jsce-";
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");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.59.7",
4
+ "version": "0.59.8",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",