@veloxts/velox 0.6.77 → 0.6.78
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 +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @veloxts/velox
|
|
2
2
|
|
|
3
|
+
## 0.6.78
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(ci): add Docker Hub login to avoid rate limits in tests, add rsc-auth template to smoke test matrix, Fix / types.d.ts reference error in template
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @veloxts/auth@0.6.78
|
|
10
|
+
- @veloxts/core@0.6.78
|
|
11
|
+
- @veloxts/orm@0.6.78
|
|
12
|
+
- @veloxts/router@0.6.78
|
|
13
|
+
- @veloxts/validation@0.6.78
|
|
14
|
+
|
|
3
15
|
## 0.6.77
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veloxts/velox",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.78",
|
|
4
4
|
"description": "Complete VeloxTS framework - batteries included",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@veloxts/
|
|
43
|
-
"@veloxts/
|
|
44
|
-
"@veloxts/orm": "0.6.
|
|
45
|
-
"@veloxts/router": "0.6.
|
|
46
|
-
"@veloxts/auth": "0.6.
|
|
42
|
+
"@veloxts/validation": "0.6.78",
|
|
43
|
+
"@veloxts/core": "0.6.78",
|
|
44
|
+
"@veloxts/orm": "0.6.78",
|
|
45
|
+
"@veloxts/router": "0.6.78",
|
|
46
|
+
"@veloxts/auth": "0.6.78"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"typescript": "5.9.3",
|