@veloxts/cli 0.6.103 → 0.6.104

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 +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @veloxts/cli
2
2
 
3
+ ## 0.6.104
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(client): smart convention-based route inference, eliminate routes.ts
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.104
10
+ - @veloxts/core@0.6.104
11
+ - @veloxts/orm@0.6.104
12
+ - @veloxts/router@0.6.104
13
+ - @veloxts/validation@0.6.104
14
+
3
15
  ## 0.6.103
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/cli",
3
- "version": "0.6.103",
3
+ "version": "0.6.104",
4
4
  "description": "Developer tooling and CLI commands for VeloxTS framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,11 +41,11 @@
41
41
  "pluralize": "8.0.0",
42
42
  "tsx": "4.21.0",
43
43
  "yaml": "2.8.2",
44
- "@veloxts/auth": "0.6.103",
45
- "@veloxts/core": "0.6.103",
46
- "@veloxts/orm": "0.6.103",
47
- "@veloxts/router": "0.6.103",
48
- "@veloxts/validation": "0.6.103"
44
+ "@veloxts/auth": "0.6.104",
45
+ "@veloxts/core": "0.6.104",
46
+ "@veloxts/orm": "0.6.104",
47
+ "@veloxts/router": "0.6.104",
48
+ "@veloxts/validation": "0.6.104"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@prisma/client": ">=7.0.0"