Skip to content

Commit 0a4e5ed

Browse files
committed
fix: specify concrete dependencies versions and bump package versions
1 parent ca74660 commit 0a4e5ed

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testplane/cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Daemon-backed CLI for Testplane browser-automation tools",
55
"main": "build/cli.js",
66
"type": "module",

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testplane/mcp",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "MCP server for Testplane tool",
55
"main": "build/cli.js",
66
"type": "module",

0 commit comments

Comments
 (0)