@veloxts/cli 0.6.81 → 0.6.83
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 +24 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @veloxts/cli
|
|
2
2
|
|
|
3
|
+
## 0.6.83
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- docs(templates): add /veloxts skill to CLAUDE.md files and links to online documentation
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @veloxts/auth@0.6.83
|
|
10
|
+
- @veloxts/core@0.6.83
|
|
11
|
+
- @veloxts/orm@0.6.83
|
|
12
|
+
- @veloxts/router@0.6.83
|
|
13
|
+
- @veloxts/validation@0.6.83
|
|
14
|
+
|
|
15
|
+
## 0.6.82
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- fix(create): add @veloxts/core to SPA template dependencies
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @veloxts/auth@0.6.82
|
|
22
|
+
- @veloxts/core@0.6.82
|
|
23
|
+
- @veloxts/orm@0.6.82
|
|
24
|
+
- @veloxts/router@0.6.82
|
|
25
|
+
- @veloxts/validation@0.6.82
|
|
26
|
+
|
|
3
27
|
## 0.6.81
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veloxts/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.83",
|
|
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/auth": "0.6.
|
|
44
|
-
"@veloxts/core": "0.6.
|
|
45
|
-
"@veloxts/
|
|
46
|
-
"@veloxts/
|
|
47
|
-
"@veloxts/validation": "0.6.
|
|
43
|
+
"@veloxts/auth": "0.6.83",
|
|
44
|
+
"@veloxts/core": "0.6.83",
|
|
45
|
+
"@veloxts/orm": "0.6.83",
|
|
46
|
+
"@veloxts/router": "0.6.83",
|
|
47
|
+
"@veloxts/validation": "0.6.83"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@prisma/client": ">=7.0.0"
|