Skip to content

Commit f3a8363

Browse files
Version Packages
1 parent 6f4df9d commit f3a8363

11 files changed

Lines changed: 49 additions & 30 deletions

File tree

.changeset/add-lynx-devtool-packages.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/correct-prettier-gate-note.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/rspeedy-bundle-size-new.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lynx-js/devtool-connector
2+
3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 6f4df9d: Add the Lynx DevTool packages: `@lynx-js/devtool-connector` (device transport layer with background daemon), `@lynx-js/devtool-mcp-server` (MCP server exposing DOM/CSS/Runtime/Performance and more tools), and an updated `@lynx-js/skill-lynx-devtool` skill with screenshot, console, heap snapshot, recorder, and ReactLynx inspection commands.

packages/mcp-servers/devtool-connector/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "@lynx-js/devtool-connector",
3-
"version": "0.9.3",
4-
"type": "module",
3+
"version": "0.14.0",
54
"license": "Apache-2.0",
6-
"main": "./src/index.ts",
7-
"types": "./src/index.ts",
5+
"type": "module",
86
"imports": {
97
"#daemon-entry": "./src/daemon/entry.ts"
108
},
@@ -36,6 +34,8 @@
3634
},
3735
"./package.json": "./package.json"
3836
},
37+
"main": "./src/index.ts",
38+
"types": "./src/index.ts",
3939
"files": [
4040
"CHANGELOG.md",
4141
"dist",
@@ -65,11 +65,6 @@
6565
"node": ">=18.19"
6666
},
6767
"publishConfig": {
68-
"main": "./dist/index.js",
69-
"types": "./dist/index.d.ts",
70-
"imports": {
71-
"#daemon-entry": "./dist/daemon/entry.js"
72-
},
7368
"exports": {
7469
".": {
7570
"types": "./dist/index.d.ts",
@@ -92,6 +87,11 @@
9287
"default": "./dist/streams/index.js"
9388
},
9489
"./package.json": "./package.json"
95-
}
90+
},
91+
"imports": {
92+
"#daemon-entry": "./dist/daemon/entry.js"
93+
},
94+
"main": "./dist/index.js",
95+
"types": "./dist/index.d.ts"
9696
}
9797
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @lynx-js/devtool-mcp-server
2+
3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 6f4df9d: Add the Lynx DevTool packages: `@lynx-js/devtool-connector` (device transport layer with background daemon), `@lynx-js/devtool-mcp-server` (MCP server exposing DOM/CSS/Runtime/Performance and more tools), and an updated `@lynx-js/skill-lynx-devtool` skill with screenshot, console, heap snapshot, recorder, and ReactLynx inspection commands.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [6f4df9d]
12+
- @lynx-js/devtool-connector@0.14.0

packages/mcp-servers/devtool-mcp-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynx-js/devtool-mcp-server",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "A mcp server that lets coding agents to control, operate and preview Lynx pages.",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -51,8 +51,6 @@
5151
"node": ">=18.19"
5252
},
5353
"publishConfig": {
54-
"main": "./dist/index.js",
55-
"types": "./dist/index.d.ts",
5654
"bin": "./dist/main.js",
5755
"exports": {
5856
".": {
@@ -66,6 +64,8 @@
6664
"default": "./dist/connector.js"
6765
},
6866
"./package.json": "./package.json"
69-
}
67+
},
68+
"main": "./dist/index.js",
69+
"types": "./dist/index.d.ts"
7070
}
7171
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lynx-js/skill-lynx-devtool
2+
3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 6f4df9d: Add the Lynx DevTool packages: `@lynx-js/devtool-connector` (device transport layer with background daemon), `@lynx-js/devtool-mcp-server` (MCP server exposing DOM/CSS/Runtime/Performance and more tools), and an updated `@lynx-js/skill-lynx-devtool` skill with screenshot, console, heap snapshot, recorder, and ReactLynx inspection commands.

packages/skills/lynx-devtool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynx-js/skill-lynx-devtool",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"type": "module",
55
"files": [
66
"SKILL.md",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lynx-js/skill-rspeedy-bundle-size
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 6d581f3: Add the rspeedy-bundle-size skill: a measure-first workflow for analyzing and reducing the bundle size of rspeedy/Lynx (ReactLynx) apps — the three size levers (media, background JS, main-thread leakage) plus compile-layer knobs, with dual-thread architecture, rsdoctor/stats measurement, and cross-project triage.

0 commit comments

Comments
 (0)