nukak-express
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -7,2 +7,7 @@ # Changelog | ||
## [1.4.2] - 2024-09-20 | ||
- Fix projection of `@OneToMany` field when the 'one' side produces empty result. | ||
- Update dependencies. | ||
## [1.4.1] - 2024-08-21 | ||
@@ -9,0 +14,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"type": "module", | ||
@@ -25,3 +25,3 @@ "main": "./index.js", | ||
"copyfiles": "^2.4.1", | ||
"express": "^4.19.2", | ||
"express": "^4.21.0", | ||
"rimraf": "^6.0.1", | ||
@@ -28,0 +28,0 @@ "typescript": "~5.4.5" |
40524