@hazae41/option
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"type": "module", | ||
"name": "@hazae41/option", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Rust-like Option for TypeScript", | ||
@@ -24,2 +24,5 @@ "homepage": "https://github.com/hazae41/option", | ||
}, | ||
"dependencies": { | ||
"@hazae41/result": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
@@ -59,6 +62,3 @@ "@hazae41/phobos": "^1.0.10", | ||
"unit-tested" | ||
], | ||
"dependencies": { | ||
"@hazae41/result": "^1.0.0" | ||
} | ||
] | ||
} |
Updated@hazae41/result@^1.0.2