@stacksjs/testing 0.63.0 → 0.63.1

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 CHANGED
@@ -1,11 +1,5 @@
1
1
  // @bun
2
- // src/index.ts
3
- var unit =globalThis.Bun.jest(import.meta.path);
4
- import * as feature from "@playwright/test";
5
- export {
6
- unit,
7
- feature
8
- };
2
+ var e=globalThis.Bun.jest(import.meta.path);import*as o from"@playwright/test";export{e as unit,o as feature};
9
3
 
10
- //# debugId=BFB9A1831695D42164756E2164756E21
4
+ //# debugId=72BCBB10CD796A4E64756E2164756E21
11
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -4,7 +4,7 @@
4
4
  "sourcesContent": [
5
5
  "export * as unit from 'bun:test'\nexport * as feature from '@playwright/test'\n"
6
6
  ],
7
- "mappings": ";;AAAA;AACA;",
8
- "debugId": "BFB9A1831695D42164756E2164756E21",
7
+ "mappings": ";AAAA,4CACA",
8
+ "debugId": "72BCBB10CD796A4E64756E2164756E21",
9
9
  "names": []
10
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.63.0",
4
+ "version": "0.63.1",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -51,9 +51,6 @@
51
51
  "typecheck": "bun --bun tsc --noEmit",
52
52
  "prepublishOnly": "bun run build"
53
53
  },
54
- "peerDependencies": {
55
- "@playwright/test": "^1.46.1"
56
- },
57
54
  "dependencies": {
58
55
  "@playwright/test": "^1.46.1"
59
56
  },