@krlwlfrt/async-pool
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,10 @@ | ||
## [0.2.1](https://gitlab.com/krlwlfrt/async-pool/compare/v0.2.0...v0.2.1) (2019-11-25) | ||
### Bug Fixes | ||
* correct paths to built files ([4100eea](https://gitlab.com/krlwlfrt/async-pool/commit/4100eeadb7cd43e625eecf575ca152e671ea8e3b)) | ||
# [0.2.0](https://gitlab.com/krlwlfrt/async-pool/compare/v0.1.0...v0.2.0) (2019-11-25) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@krlwlfrt/async-pool", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Async pool for iterables", | ||
"main": "dist/async-pool.js", | ||
"types": "dist/async-pool.d.ts", | ||
"main": "lib/async-pool.js", | ||
"types": "lib/async-pool.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "npm run tslint && npm run compile", |
@@ -13,3 +13,3 @@ # @krlwlfrt/async-pool | ||
```typescript | ||
import {asyncPool} from '@krlwlfrt/async-pool/dist/async-pool'; | ||
import {asyncPool} from '@krlwlfrt/async-pool/lib/async-pool'; | ||
@@ -16,0 +16,0 @@ // can be anything that is iterable (aka implements Iterable) |
Sorry, the diff of this file is too big to display
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
162743