@hazae41/option
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -42,2 +42,7 @@ import { Err } from '@hazae41/result'; | ||
/** | ||
* Compile-time safely get `this.inner` | ||
* @returns `this.inner` | ||
*/ | ||
get(): undefined; | ||
/** | ||
* Returns an iterator over the possibly contained value | ||
@@ -44,0 +49,0 @@ * @yields `this.inner` if `Some` |
{ | ||
"type": "module", | ||
"name": "@hazae41/option", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Rust-like Option for TypeScript", | ||
@@ -25,3 +25,3 @@ "homepage": "https://github.com/hazae41/option", | ||
"dependencies": { | ||
"@hazae41/result": "^1.0.20" | ||
"@hazae41/result": "^1.0.23" | ||
}, | ||
@@ -31,5 +31,5 @@ "devDependencies": { | ||
"@rollup/plugin-typescript": "^11.1.1", | ||
"@types/node": "^20.1.4", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.21.7", | ||
"@types/node": "^20.2.3", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.23.0", | ||
"rollup-plugin-dts": "^5.3.0", | ||
@@ -36,0 +36,0 @@ "rollup-plugin-node-externals": "^6.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118256
1765
Updated@hazae41/result@^1.0.23