tape-six-playwright 1.0.0 → 1.0.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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -106,6 +106,7 @@ LLM-friendly documentation is available:
|
|
|
106
106
|
|
|
107
107
|
The most recent releases:
|
|
108
108
|
|
|
109
|
+
- 1.0.1 _Updated dependencies, added `npm run browser` script, improved workflows._
|
|
109
110
|
- 1.0.0 _The first official release._
|
|
110
111
|
|
|
111
112
|
See the full [release notes](https://github.com/uhop/tape-six-playwright/wiki/Release-notes) for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tape-six-playwright",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Playwright-based browser test runner for tape-six. Runs each test file in its own iframe inside headless Chromium. Works with Node, Deno, and Bun.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"llms-full.txt"
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"playwright": "^1.
|
|
63
|
-
"tape-six": "^1.7.
|
|
62
|
+
"playwright": "^1.58.2",
|
|
63
|
+
"tape-six": "^1.7.10"
|
|
64
64
|
},
|
|
65
65
|
"tape6": {
|
|
66
66
|
"browser": [
|