resources-tsk
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -141,6 +141,6 @@ # Changelog | ||
## [2.5.0] — 2024-07-30 | ||
## [2.5.1] — 2024-07-30 | ||
### Update | ||
- Added strong type for better inference and avoid errors | ||
- Added strong type for better inference and avoid errors and also added and interface |
@@ -0,1 +1,3 @@ | ||
import { IResources } from "./types"; | ||
export { IResources }; | ||
export declare class Resources<LTE extends string, LKD extends string, LMD extends { | ||
@@ -5,3 +7,3 @@ [K in LKD]: string; | ||
[K in LTE]: LMD; | ||
}> { | ||
}> implements IResources { | ||
private defaultLanguage; | ||
@@ -8,0 +10,0 @@ private globalLanguage; |
{ | ||
"name": "resources-tsk", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "resource tool to use with or without NodeTskeleton template project", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
17576
9
209