Skip to content

Commit f2ad4cf

Browse files
release: v1.5.1
1 parent 1bd20e7 commit f2ad4cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/agent-cdp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-cdp",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Command-line tool for the Chrome DevTools Protocol (CDP): debug targets, console, traces, heap snapshots, and JavaScript CPU profiling for Chrome, Node.js, and React Native.",
55
"type": "module",
66
"repository": {

packages/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-cdp/protocol",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Shared protocol types for agent-cdp daemon, CLI, and SDK integrations.",
55
"type": "module",
66
"types": "./src/index.ts",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-cdp/sdk",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Programmatic SDK for agent-cdp runtime integrations.",
55
"type": "module",
66
"types": "./src/index.ts",

0 commit comments

Comments
 (0)