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 c3f47a6 commit f7a65dcCopy full SHA for f7a65dc
jsr.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@might/fail",
3
- "version": "0.6.3",
+ "version": "0.7.0",
4
"exports": {
5
".": "./src/index.ts",
6
"./go": "./src/go/index.ts"
package.json
"name": "might-fail",
"description": "A better way to handle errors in JavaScript and TypeScript. Handle async and sync errors without `try` and `catch` blocks.",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
0 commit comments