We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7dcbe commit e659ebbCopy full SHA for e659ebb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "async-wait-until",
3
- "version": "2.0.18",
+ "version": "2.0.19",
4
"description": "Waits until the given predicate function returns a truthy value, then resolves",
5
"main": "dist/index.js",
6
"module": "./dist/index.esm.js",
@@ -28,6 +28,7 @@
28
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci",
29
"prepublishOnly": "npm run clean && npm run release"
30
},
31
+ "sideEffects": false,
32
"repository": {
33
"type": "git",
34
"url": "git+https://github.com/devlato/async-wait-until.git"
0 commit comments