@batuhanw/haf
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -20,3 +20,3 @@ declare type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never; | ||
IntersectValuesOf<{ | ||
[K in string & keyof Schema as AddPrefix<K, Prefix>]: Schema[K] extends Record<string, unknown> ? FlattenedWithDotNotation<Schema[K], AddPrefix<K, Prefix>> : never; | ||
[K in string & keyof Schema as AddPrefix<K, Prefix>]: Schema[K] extends Record<string, any> ? FlattenedWithDotNotation<Schema[K], AddPrefix<K, Prefix>> : never; | ||
}>; | ||
@@ -23,0 +23,0 @@ declare type PrimitiveTypes = string | number | boolean | any[] | Record<string, unknown>; |
{ | ||
"name": "@batuhanw/haf", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"engines": { | ||
@@ -18,2 +18,3 @@ "node": ">=10" | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"prepare": "npm run build", | ||
@@ -50,2 +51,3 @@ "prepublishOnly": "npm test && npm run lint" | ||
"eslint": "^7.18.0", | ||
"eslint-plugin-expect-type": "0.0.5", | ||
"jest": "^26.6.3", | ||
@@ -52,0 +54,0 @@ "prettier": "^2.2.1", |
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
13772
12