@stacksjs/testing 0.58.65 → 0.58.66

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
@@ -7015,7 +7015,7 @@ class Queue {
7015
7015
  }
7016
7016
 
7017
7017
  // /home/runner/work/stacks/stacks/node_modules/p-limit/index.js
7018
- import {AsyncResource} from "dist/index.";
7018
+ import {AsyncResource} from "dist/source";
7019
7019
 
7020
7020
  // /home/runner/work/stacks/stacks/node_modules/@vitest/utils/dist/helpers.js
7021
7021
  var assertTypes = function(value, name, types) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.66",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",