@veloxts/cli 0.6.104 → 0.6.106

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,29 @@
1
1
  # @veloxts/cli
2
2
 
3
+ ## 0.6.106
4
+
5
+ ### Patch Changes
6
+
7
+ - chores
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.106
10
+ - @veloxts/core@0.6.106
11
+ - @veloxts/orm@0.6.106
12
+ - @veloxts/router@0.6.106
13
+ - @veloxts/validation@0.6.106
14
+
15
+ ## 0.6.105
16
+
17
+ ### Patch Changes
18
+
19
+ - fix(create): resolve JSX conditional marker artifacts and add auth route guard & some socumentation updates
20
+ - Updated dependencies
21
+ - @veloxts/auth@0.6.105
22
+ - @veloxts/core@0.6.105
23
+ - @veloxts/orm@0.6.105
24
+ - @veloxts/router@0.6.105
25
+ - @veloxts/validation@0.6.105
26
+
3
27
  ## 0.6.104
4
28
 
5
29
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @veloxts/cli
2
2
 
3
- > **Beta (v0.6.x)**
3
+ > **Early Access (v0.6.x)**
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.104",
3
+ "version": "0.6.106",
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.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"
44
+ "@veloxts/core": "0.6.106",
45
+ "@veloxts/auth": "0.6.106",
46
+ "@veloxts/orm": "0.6.106",
47
+ "@veloxts/validation": "0.6.106",
48
+ "@veloxts/router": "0.6.106"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@prisma/client": ">=7.0.0"