chore: mark as v0.0.5

This commit is contained in:
Pavel Feldman 2025-03-27 09:23:28 -07:00
parent 723a5420e6
commit 2c408f3818
2 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@playwright/mcp", "name": "@playwright/mcp",
"version": "0.0.4", "version": "0.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@playwright/mcp", "name": "@playwright/mcp",
"version": "0.0.4", "version": "0.0.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1", "@modelcontextprotocol/sdk": "^1.6.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@playwright/mcp", "name": "@playwright/mcp",
"version": "0.0.4", "version": "0.0.5",
"description": "Playwright Tools for MCP", "description": "Playwright Tools for MCP",
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,7 +18,9 @@
"build": "tsc", "build": "tsc",
"lint": "eslint .", "lint": "eslint .",
"watch": "tsc --watch", "watch": "tsc --watch",
"test": "playwright test" "test": "playwright test",
"clean": "rm -rf lib",
"publish": "npm run clean && npm run build && npm run test && npm publish"
}, },
"exports": { "exports": {
"./package.json": "./package.json", "./package.json": "./package.json",