@luckystack/devkit 0.7.3 → 0.7.4
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.7.4] - 2026-07-22
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- The heavyweight multi-ORM TypeScript Program fixture now has an explicit
|
|
15
|
+
30-second setup budget. Under full-suite parallel load it exceeded Vitest's
|
|
16
|
+
10-second default and skipped all 27 assertions despite passing in isolation.
|
|
17
|
+
|
|
10
18
|
## [0.7.0] - 2026-07-16
|
|
11
19
|
|
|
12
20
|
### Changed — BREAKING
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luckystack/devkit",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"test": "vitest run"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@luckystack/core": "^0.7.
|
|
59
|
+
"@luckystack/core": "^0.7.4",
|
|
60
60
|
"chokidar": "^5.0.0",
|
|
61
61
|
"dotenv": "^17.0.0"
|
|
62
62
|
},
|