@veloxts/cli 0.6.59 → 0.6.60

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @veloxts/cli
2
2
 
3
+ ## 0.6.60
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(create): add tRPC-specific CLAUDE.md and improve AI-native features
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.60
10
+ - @veloxts/core@0.6.60
11
+ - @veloxts/orm@0.6.60
12
+ - @veloxts/router@0.6.60
13
+ - @veloxts/validation@0.6.60
14
+
3
15
  ## 0.6.59
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @veloxts/cli
2
2
 
3
- > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Use with caution in production.
3
+ > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Do not use in production yet.
4
4
 
5
5
  Command-line interface for VeloxTS Framework - provides development server with HMR, migration commands, and code generators. Learn more at [@veloxts/velox](https://www.npmjs.com/package/@veloxts/velox).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/cli",
3
- "version": "0.6.59",
3
+ "version": "0.6.60",
4
4
  "description": "Developer tooling and CLI commands for VeloxTS framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -40,11 +40,11 @@
40
40
  "picocolors": "1.1.1",
41
41
  "pluralize": "8.0.0",
42
42
  "tsx": "4.21.0",
43
- "@veloxts/core": "0.6.59",
44
- "@veloxts/auth": "0.6.59",
45
- "@veloxts/orm": "0.6.59",
46
- "@veloxts/router": "0.6.59",
47
- "@veloxts/validation": "0.6.59"
43
+ "@veloxts/auth": "0.6.60",
44
+ "@veloxts/core": "0.6.60",
45
+ "@veloxts/orm": "0.6.60",
46
+ "@veloxts/router": "0.6.60",
47
+ "@veloxts/validation": "0.6.60"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@prisma/client": ">=7.0.0"