Skip to content

Commit 77f25b0

Browse files
oxxoclaude
andcommitted
chore: bump to v0.1.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8360500 commit 77f25b0

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

apps/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protoscan/cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "CLI tool for automated Figma prototype QA.",
55
"type": "module",
66
"bin": {
@@ -17,11 +17,11 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@protoscan/core": "0.1.2",
20+
"@protoscan/core": "0.1.3",
2121
"commander": "^13.1.0"
2222
},
2323
"optionalDependencies": {
24-
"@protoscan/simulator": "0.1.2"
24+
"@protoscan/simulator": "0.1.3"
2525
},
2626
"license": "MIT",
2727
"engines": {

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/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protoscan/core",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Core analysis engine — graph traversal, spatial checks, and reporting for Figma prototypes.",
55
"type": "module",
66
"main": "dist/index.js",

packages/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protoscan/mcp",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "MCP server for ProtoScan — expose Figma prototype QA as a tool for Claude and other MCP clients. Supports MCP Apps for interactive HTML reports inside Claude.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@modelcontextprotocol/ext-apps": "^1.7.2",
3232
"@modelcontextprotocol/sdk": "^1.17.1",
33-
"@protoscan/core": "0.1.2",
34-
"@protoscan/simulator": "0.1.2",
33+
"@protoscan/core": "0.1.3",
34+
"@protoscan/simulator": "0.1.3",
3535
"zod": "^3.23.8"
3636
},
3737
"license": "MIT",

packages/simulator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protoscan/simulator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Headless Playwright prototype walker for ProtoScan",
55
"license": "MIT",
66
"type": "module",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@protoscan/core": "0.1.2",
29+
"@protoscan/core": "0.1.3",
3030
"playwright": "^1.52.0"
3131
},
3232
"devDependencies": {

packages/vision/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protoscan/vision",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "AI vision screen analysis for ProtoScan (proprietary)",
55
"license": "UNLICENSED",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"clean": "rm -rf dist"
2020
},
2121
"dependencies": {
22-
"@protoscan/core": "0.1.2",
22+
"@protoscan/core": "0.1.3",
2323
"openai": "^4.100.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)