File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 🧹 Chores
2+
3+ - wip ([ 00582a6] ( https://github.com/stacksjs/ts-error-handling/commit/00582a6 ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
4+ - wip ([ 4562e8c] ( https://github.com/stacksjs/ts-error-handling/commit/4562e8c ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
5+ - wip ([ 793a1aa] ( https://github.com/stacksjs/ts-error-handling/commit/793a1aa ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
6+ - wip ([ e69d641] ( https://github.com/stacksjs/ts-error-handling/commit/e69d641 ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
7+ - wip ([ 58efe2f] ( https://github.com/stacksjs/ts-error-handling/commit/58efe2f ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
8+ - wip ([ 51b224c] ( https://github.com/stacksjs/ts-error-handling/commit/51b224c ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
9+ - wip ([ 9d0a1bd] ( https://github.com/stacksjs/ts-error-handling/commit/9d0a1bd ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
10+ - wip ([ 07566d9] ( https://github.com/stacksjs/ts-error-handling/commit/07566d9 ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
11+ - initial commit ([ bacb86f] ( https://github.com/stacksjs/ts-error-handling/commit/bacb86f ) ) _ (by Chris < chrisbreuer93@gmail.com > )_
12+
13+ ### Contributors
14+
15+ - _ Chris < chrisbreuer93@gmail.com > _
Original file line number Diff line number Diff line change 11{
22 "name" : " ts-error-handling" ,
33 "type" : " module" ,
4- "version" : " 0.0 .0" ,
4+ "version" : " 0.1 .0" ,
55 "description" : " A fully typed error handling library for TypeScript inspired by Rust's Result type." ,
66 "author" : " Chris Breuer <chris@stacksjs.org>" ,
77 "license" : " MIT" ,
3737 },
3838 "module" : " ./dist/index.js" ,
3939 "types" : " ./dist/index.d.ts" ,
40- "files" : [" README.md" , " dist" ],
40+ "files" : [
41+ " README.md" ,
42+ " dist"
43+ ],
4144 "scripts" : {
4245 "build" : " bun --bun build.ts" ,
4346 "fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
You can’t perform that action at this time.
0 commit comments