Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,3 @@ import { ITSTypeBuildIn } from './build-in'; | ||
export * from './generic'; | ||
export * from 'typedarray-dts'; | ||
export declare type ITSUnpackedReturnType<T extends (...args: any[]) => any> = ITSUnpacked<ReturnType<T>>; | ||
@@ -8,0 +9,0 @@ /** |
{ | ||
"name": "ts-type", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -38,9 +38,12 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@types/node": "*", | ||
"@types/bluebird": "*" | ||
"@types/bluebird": "*", | ||
"@types/node": "*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "*", | ||
"@types/bluebird": "*" | ||
"@types/bluebird": "*", | ||
"@types/node": "*" | ||
}, | ||
"dependencies": { | ||
"typedarray-dts": "^1.0.0" | ||
} | ||
} |
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
9759
134
3
+ Addedtypedarray-dts@^1.0.0
+ Addedtypedarray-dts@1.0.0(transitive)