@eik/common
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,8 @@ | ||
## [4.0.1](https://github.com/eik-lib/common/compare/v4.0.0...v4.0.1) (2024-08-06) | ||
### Bug Fixes | ||
* use correct method name for loading config file from path ([9d01ca4](https://github.com/eik-lib/common/commit/9d01ca46574ee5a9f153835f8778640a9b20625b)) | ||
# [4.0.0](https://github.com/eik-lib/common/compare/v3.0.1...v4.0.0) (2024-08-06) | ||
@@ -2,0 +9,0 @@ |
@@ -22,3 +22,3 @@ // @ts-check | ||
// @ts-expect-error | ||
return configStore.loadExact(directoryOrFilepath); | ||
return configStore.loadFromPath(directoryOrFilepath); | ||
} | ||
@@ -25,0 +25,0 @@ } catch (error) { |
{ | ||
"name": "@eik/common", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Common utilities for Eik modules", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
69628
0