native-promise-pool
Advanced tools
Comparing version 3.12.0 to 3.13.0-next.1596518996.a1d82d0c3792a9d6c5566f881afa9c444d24ebc3
# History | ||
## v3.13.0 2020 August 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.12.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "native-promise-pool", | ||
"version": "3.12.0", | ||
"version": "3.13.0-next.1596518996.a1d82d0c3792a9d6c5566f881afa9c444d24ebc3", | ||
"description": "Create a pool of a specified concurrency that accepts functions that return promises", | ||
@@ -162,19 +162,19 @@ "homepage": "https://github.com/bevry/native-promise-pool", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.13.0", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.9.0", | ||
"make-deno-edition": "^0.14.0", | ||
"kava": "^5.10.0", | ||
"make-deno-edition": "^0.15.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.11.0", | ||
"projectz": "^2.12.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.17.8", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^2.6.0", | ||
"valid-module": "^1.10.0" | ||
"valid-directory": "^2.7.0", | ||
"valid-module": "^1.11.0" | ||
}, | ||
@@ -181,0 +181,0 @@ "scripts": { |
@@ -95,3 +95,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/native-promise-pool@^3.12.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/native-promise-pool@^3.13.0/edition-deno/index.ts' | ||
``` | ||
@@ -103,3 +103,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/native-promise-pool/^3.12.0' | ||
import pkg from '//cdn.pika.dev/native-promise-pool/^3.13.0' | ||
</script> | ||
@@ -112,3 +112,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/native-promise-pool@^3.12.0' | ||
import pkg from '//unpkg.com/native-promise-pool@^3.13.0' | ||
</script> | ||
@@ -121,3 +121,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/native-promise-pool@3.12.0' | ||
import pkg from '//dev.jspm.io/native-promise-pool@3.13.0' | ||
</script> | ||
@@ -124,0 +124,0 @@ ``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38004
1