@stacksjs/testing 0.62.0 → 0.63.0

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
@@ -6,3 +6,6 @@ export {
6
6
  unit,
7
7
  feature
8
8
  };
9
+
10
+ //# debugId=BFB9A1831695D42164756E2164756E21
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/index.ts"],
4
+ "sourcesContent": [
5
+ "export * as unit from 'bun:test'\nexport * as feature from '@playwright/test'\n"
6
+ ],
7
+ "mappings": ";;AAAA;AACA;",
8
+ "debugId": "BFB9A1831695D42164756E2164756E21",
9
+ "names": []
10
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.62.0",
4
+ "version": "0.63.0",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,10 +52,10 @@
52
52
  "prepublishOnly": "bun run build"
53
53
  },
54
54
  "peerDependencies": {
55
- "@playwright/test": "^1.45.1"
55
+ "@playwright/test": "^1.46.1"
56
56
  },
57
57
  "dependencies": {
58
- "@playwright/test": "^1.45.1"
58
+ "@playwright/test": "^1.46.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@stacksjs/development": "latest"