@taiga-ui/mcp 0.1.0-alpha.3 → 0.1.0-alpha.4

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/mcp",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "Model Context Protocol server providing Taiga UI documentation search and scaffolding tools.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,8 @@
41
41
  "clean": "rm -rf dist",
42
42
  "build": "npm run clean && tsc && chmod +x dist/index.js",
43
43
  "prepublishOnly": "npm run build",
44
- "release": "npm run build && npm publish --access public --tag alpha"
44
+ "release": "npm publish --access public --tag latest",
45
+ "postrelease": "npm dist-tag add @taiga-ui/mcp@$(node -p 'require(`./package.json`).version') alpha"
45
46
  },
46
47
  "engines": {
47
48
  "node": ">=18.0.0"