@podium/utils
Advanced tools
Comparing version 4.4.40 to 4.4.41
@@ -0,1 +1,8 @@ | ||
## [4.4.41](https://github.com/podium-lib/utils/compare/v4.4.40...v4.4.41) (2023-10-19) | ||
### Bug Fixes | ||
* add missing functions to type definition ([b260c4f](https://github.com/podium-lib/utils/commit/b260c4f34ffb4b298e55144f7db2333ad2fe3bf5)) | ||
## [4.4.40](https://github.com/podium-lib/utils/compare/v4.4.39...v4.4.40) (2023-10-09) | ||
@@ -2,0 +9,0 @@ |
@@ -41,2 +41,4 @@ import { IncomingMessage, ServerResponse } from 'http'; | ||
toHTML(): string; | ||
toJSON(): Record<string, any>; | ||
toJsxAttributes(): Record<string, any>; | ||
} | ||
@@ -72,2 +74,4 @@ | ||
toHTML(): string; | ||
toJSON(): Record<string, any>; | ||
toJsxAttributes(): Record<string, any>; | ||
} | ||
@@ -74,0 +78,0 @@ |
{ | ||
"name": "@podium/utils", | ||
"version": "4.4.40", | ||
"version": "4.4.41", | ||
"description": "Common generic utility methods shared by @podium modules.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51366
891