chore: mark tools package as private (#34511)

This commit is contained in:
Pavel Feldman 2025-01-27 15:32:45 -08:00 committed by GitHub
parent bd2fdd0f20
commit 2c0576ea76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -8208,7 +8208,7 @@
}, },
"packages/playwright-tools": { "packages/playwright-tools": {
"name": "@playwright/experimental-tools", "name": "@playwright/experimental-tools",
"version": "1.51.0-next", "version": "0.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright": "1.51.0-next" "playwright": "1.51.0-next"

View File

@ -1,6 +1,7 @@
{ {
"name": "@playwright/experimental-tools", "name": "@playwright/experimental-tools",
"version": "1.51.0-next", "private": true,
"version": "0.0.0",
"description": "Playwright Tools for AI", "description": "Playwright Tools for AI",
"repository": { "repository": {
"type": "git", "type": "git",