@orangepro/orangepro-mcp 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangepro/orangepro-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OrangePro (`opro`) — a local-first, BYOK CLI + MCP server that builds an evidence graph from a local checkout, ingests runtime coverage, and generates grounded tests. Metadata-only exports; no source upload; generated tests stay local.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"smoke:generate-prove": "npm run build && node scripts/smoke-generate-prove-e2e.mjs",
|
|
101
101
|
"smoke:generate-prove-v5": "npm run build && node scripts/smoke-generate-prove-v5.mjs",
|
|
102
102
|
"smoke:db-sqljs": "npm run build && node scripts/smoke-db-sqljs-prove.mjs",
|
|
103
|
+
"release": "node scripts/release.mjs",
|
|
103
104
|
"prepublishOnly": "npm run build && npm test"
|
|
104
105
|
},
|
|
105
106
|
"engines": {
|
|
@@ -131,4 +132,4 @@
|
|
|
131
132
|
"unplugin-swc": "^1.5.9",
|
|
132
133
|
"vitest": "^3.2.0"
|
|
133
134
|
}
|
|
134
|
-
}
|
|
135
|
+
}
|