@yume-chan/async
Advanced tools
Comparing version 2.1.4 to 2.2.0
@@ -0,1 +1,5 @@ | ||
# 2.2.0 | ||
* Add `delay` util function. | ||
# 2.1.4 | ||
@@ -2,0 +6,0 @@ |
@@ -5,3 +5,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./async-operation-manager"), exports); | ||
tslib_1.__exportStar(require("./delay"), exports); | ||
tslib_1.__exportStar(require("./promise-resolver"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from './async-operation-manager'; | ||
export * from './delay'; | ||
export * from './promise-resolver'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './async-operation-manager'; | ||
export * from './delay'; | ||
export * from './promise-resolver'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@yume-chan/async", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"description": "Utils for async programming.", | ||
@@ -33,11 +33,11 @@ "keywords": [ | ||
"dependencies": { | ||
"tslib": "2.0.3" | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.19", | ||
"jest": "26.6.3", | ||
"@jest/globals": "^28.1.0", | ||
"jest": "^28.1.0", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.4.4", | ||
"typescript": "4.1.3" | ||
"ts-jest": "^28.0.2", | ||
"typescript": "^4.7.2" | ||
} | ||
} |
# Async | ||
![license](https://img.shields.io/npm/l/@yume-chan/async) | ||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/yume-chan/async/Node.js%20CI?label=build) | ||
![Codecov](https://img.shields.io/codecov/c/github/yume-chan/async?token=Z6KEN9JL2A) | ||
[![npm version](https://img.shields.io/npm/v/@yume-chan/async)](https://www.npmjs.com/package/@yume-chan/async) | ||
![npm type definitions](https://img.shields.io/npm/types/@yume-chan/async) | ||
@@ -6,0 +9,0 @@ Utils for async programming. |
export * from './async-operation-manager'; | ||
export * from './delay'; | ||
export * from './promise-resolver'; |
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
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
24867
34
321
82
+ Addedtslib@2.8.1(transitive)
- Removedtslib@2.0.3(transitive)
Updatedtslib@^2.3.1