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 fcd0fee commit 7bff6a2Copy full SHA for 7bff6a2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@open-draft/deferred-promise",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.",
5
"main": "./build/index.js",
6
"typings": "./build/index.d.ts",
@@ -33,4 +33,4 @@
33
"tsx": "^3.12.1",
34
"typescript": "^4.8.3"
35
}
36
-}
+}
0 commit comments