Skip to content

Commit 50fd83c

Browse files
committed
version check between manifest and package.json for build-dtx
1 parent 33140c2 commit 50fd83c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "Socket",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "Socket MCP server for scanning dependencies",
66
"author": {
77
"name": "Alexandros Kapravelos",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"build:types": "tsc -p tsconfig.declaration.json",
2222
"build:permissions": "chmod +x ./index.js && (chmod +x ./mock-client/*.js 2>/dev/null || true)",
2323
"build-dtx": "run-s build build-dtx:*",
24+
"build-dtx:versions_match": "node scripts/check-versions.js",
2425
"build-dtx:validate": "npx dxt validate ./",
2526
"build-dtx:dtx-pack": "npx dxt pack ./",
2627
"clean": "./scripts/clean.sh",

0 commit comments

Comments
 (0)