@veloxts/router 0.6.52 → 0.6.55

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 (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @veloxts/router
2
2
 
3
+ ## 0.6.55
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(mcp): add static TypeScript analyzer for procedure discovery
8
+ - Updated dependencies
9
+ - @veloxts/core@0.6.55
10
+ - @veloxts/validation@0.6.55
11
+
12
+ ## 0.6.54
13
+
14
+ ### Patch Changes
15
+
16
+ - feat(cli): add velox mcp init command for Claude Desktop setup
17
+ - Updated dependencies
18
+ - @veloxts/core@0.6.54
19
+ - @veloxts/validation@0.6.54
20
+
21
+ ## 0.6.53
22
+
23
+ ### Patch Changes
24
+
25
+ - feat(cli): add duplicate file detection to resource generator
26
+ - Updated dependencies
27
+ - @veloxts/core@0.6.53
28
+ - @veloxts/validation@0.6.53
29
+
3
30
  ## 0.6.52
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/router",
3
- "version": "0.6.52",
3
+ "version": "0.6.55",
4
4
  "description": "Procedure definitions with tRPC and REST routing for VeloxTS framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@trpc/server": "11.8.0",
37
37
  "fastify": "5.6.2",
38
- "@veloxts/core": "0.6.52",
39
- "@veloxts/validation": "0.6.52"
38
+ "@veloxts/core": "0.6.55",
39
+ "@veloxts/validation": "0.6.55"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@vitest/coverage-v8": "4.0.16",