native-promise-pool
Advanced tools
Comparing version 3.20.0 to 3.21.0-next.1699816714.9b79bb95e5e539f9f3bea9195d27e20572421737
{ | ||
"name": "native-promise-pool", | ||
"version": "3.20.0", | ||
"version": "3.21.0-next.1699816714.9b79bb95e5e539f9f3bea9195d27e20572421737", | ||
"description": "Create a pool of a specified concurrency that accepts functions that return promises", | ||
@@ -188,13 +188,13 @@ "homepage": "https://github.com/bevry/native-promise-pool", | ||
"devDependencies": { | ||
"@bevry/ansi": "^3.3.0", | ||
"@bevry/update-contributors": "^1.22.0", | ||
"@types/node": "^20.8.10", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"assert-helpers": "^8.4.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-bevry": "^3.28.0", | ||
"@bevry/ansi": "^4.1.0", | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"assert-helpers": "^10.1.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^5.17.0", | ||
"kava": "3.2.0", | ||
"logger-clearable": "^3.18.0", | ||
@@ -207,4 +207,4 @@ "make-deno-edition": "^1.3.0", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.0.0", | ||
"valid-module": "^2.0.0" | ||
"valid-directory": "^4.1.0", | ||
"valid-module": "^2.1.0" | ||
}, | ||
@@ -251,2 +251,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -94,3 +94,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/native-promise-pool@^3.20.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/native-promise-pool@^3.21.0/edition-deno/index.ts' | ||
``` | ||
@@ -102,3 +102,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/native-promise-pool@^3.20.0' | ||
import pkg from '//cdn.skypack.dev/native-promise-pool@^3.21.0' | ||
</script> | ||
@@ -111,3 +111,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/native-promise-pool@^3.20.0' | ||
import pkg from '//unpkg.com/native-promise-pool@^3.21.0' | ||
</script> | ||
@@ -120,3 +120,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/native-promise-pool@3.20.0' | ||
import pkg from '//dev.jspm.io/native-promise-pool@3.21.0' | ||
</script> | ||
@@ -123,0 +123,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48014
355
1