chore: mark v0.0.63 (#1365)

This commit is contained in:
Pavel Feldman
2026-02-03 15:21:11 -08:00
committed by GitHub
parent d246fff5d7
commit c83315e4c9
11 changed files with 154 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/cli",
"version": "0.0.62",
"version": "0.0.63",
"description": "Playwright CLI",
"repository": {
"type": "git",
@@ -17,12 +17,12 @@
"scripts": {
"lint": "echo OK",
"build": "echo OK",
"test": "echo OK"
"test": "playwright test"
},
"dependencies": {
"minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769819922000",
"playwright-core": "1.59.0-alpha-1769819922000"
"playwright": "1.59.0-alpha-1770157258000",
"playwright-core": "1.59.0-alpha-1770157258000"
},
"bin": {
"playwright-cli": "playwright-cli.js"