discogs-mcp-server 0.5.0 → 0.5.1
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "discogs-mcp-server",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "MCP server for Discogs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Christopher Kim <hi@cswkim.dev>",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@changesets/cli": "^2.28.1",
|
|
34
34
|
"@eslint/js": "^9.24.0",
|
|
35
35
|
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
|
|
36
|
-
"@types/node": "^
|
|
36
|
+
"@types/node": "^25.0.2",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
|
38
38
|
"@typescript-eslint/parser": "^8.29.0",
|
|
39
39
|
"@vitest/coverage-v8": "^4.0.4",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"test:watch": "vitest watch",
|
|
70
70
|
"version:check": "node .github/scripts/check-version.js",
|
|
71
71
|
"version:sync": "node scripts/sync-version.js",
|
|
72
|
-
"changeset:version": "changeset version && pnpm version:sync && git add --
|
|
72
|
+
"changeset:version": "changeset version && pnpm version:sync && git add src/version.ts && git commit --amend --no-edit",
|
|
73
73
|
"changeset:tag": "changeset tag"
|
|
74
74
|
}
|
|
75
75
|
}
|