@transcend-io/type-utils
Advanced tools
Comparing version 1.0.5 to 1.0.7
@@ -8,2 +8,3 @@ export * from './decodeCodec'; | ||
export * from './NonEmptyString'; | ||
export * from './toJsonSchema'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,2 +20,3 @@ "use strict"; | ||
__exportStar(require("./NonEmptyString"), exports); | ||
__exportStar(require("./toJsonSchema"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -143,3 +143,9 @@ /** | ||
}; | ||
/** | ||
* Infer the type wrapped by a Promise. | ||
* | ||
* TODO: https://transcend.height.app/T-15646 - Remove once on TypeScript 4.5. | ||
*/ | ||
export declare type Awaited<T> = T extends PromiseLike<infer U> ? U : T; | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Small package containing useful typescript utilities.", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"homepage": "https://github.com/transcend-io/type-utils", | ||
@@ -33,2 +33,3 @@ "repository": { | ||
"@types/chai": "^4.3.0", | ||
"@types/json-schema": "^7.0.11", | ||
"@types/mocha": "^9.1.0", | ||
@@ -35,0 +36,0 @@ "@typescript-eslint/eslint-plugin": "^5.12.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
118431
111
1379
19