Skip to content

Commit b78af17

Browse files
committed
chore: release v0.5.1
1 parent 2be9ec6 commit b78af17

File tree

17 files changed

+34
-21
lines changed

17 files changed

+34
-21
lines changed

.claude-plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
55
"author": {
66
"name": "Patch Orbit",
@@ -32,7 +32,10 @@
3232
"domscribe": {
3333
"type": "stdio",
3434
"command": "npx",
35-
"args": ["-y", "@domscribe/mcp"]
35+
"args": [
36+
"-y",
37+
"@domscribe/mcp"
38+
]
3639
}
3740
}
3841
}

.cursor-plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "domscribe",
33
"displayName": "Domscribe",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
66
"author": {
77
"name": "Patch Orbit",
@@ -32,7 +32,10 @@
3232
"mcpServers": {
3333
"domscribe": {
3434
"command": "npx",
35-
"args": ["-y", "@domscribe/mcp"]
35+
"args": [
36+
"-y",
37+
"@domscribe/mcp"
38+
]
3639
}
3740
}
3841
}

.plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
55
"author": {
66
"name": "Patch Orbit",
@@ -33,7 +33,10 @@
3333
"domscribe": {
3434
"type": "stdio",
3535
"command": "npx",
36-
"args": ["-y", "@domscribe/mcp"]
36+
"args": [
37+
"-y",
38+
"@domscribe/mcp"
39+
]
3740
}
3841
}
3942
}

gemini-extension.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
55
"mcpServers": {
66
"domscribe": {
77
"command": "npx",
8-
"args": ["-y", "domscribe", "mcp"],
8+
"args": [
9+
"-y",
10+
"domscribe",
11+
"mcp"
12+
],
913
"cwd": "${workspacePath}"
1014
}
1115
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": {
55
"name": "Patch Orbit",
66
"email": "kaushik@patchorbit.com",

packages/domscribe-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "CLI for Domscribe — pixel-to-code development tool",
55
"type": "module",
66
"main": "src/bin/domscribe.ts",

packages/domscribe-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/core",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Shared types, schemas, and utilities for Domscribe",
55
"type": "module",
66
"main": "src/index.ts",

packages/domscribe-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/manifest",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Append-only DOM-to-source manifest for Domscribe",
55
"type": "module",
66
"main": "src/index.ts",

packages/domscribe-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/mcp",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "MCP server for Domscribe — connects editors and agents to runtime context",
55
"type": "module",
66
"main": "src/bin/domscribe-mcp.ts",

packages/domscribe-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/next",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Next.js integration for Domscribe",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)