typed-path
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -16,3 +16,3 @@ export declare type TypedPathKey = string | symbol | number; | ||
}; | ||
declare type DefaultHandlers = typeof defaultHandlersConfig; | ||
export declare type DefaultHandlers = typeof defaultHandlersConfig; | ||
export declare type TypedPathHandlers<ConfigType extends TypedPathHandlersConfig> = { | ||
@@ -19,0 +19,0 @@ [key in keyof ConfigType]: ReturnType<ConfigType[key]>; |
@@ -41,3 +41,3 @@ export type TypedPathKey = string | symbol | number; | ||
type DefaultHandlers = typeof defaultHandlersConfig; | ||
export type DefaultHandlers = typeof defaultHandlersConfig; | ||
@@ -44,0 +44,0 @@ export type TypedPathHandlers<ConfigType extends TypedPathHandlersConfig> = { |
{ | ||
"name": "typed-path", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Type safe object string paths for typescript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
17795
0