@pacote/option
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Change Log | ||
## [v1.0.0](https://github.com/PacoteJS/pacote/tree/@pacote/option/1.0.0) (2020-03-25) | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [1.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/option@1.0.2...@pacote/option@1.0.3) (2020-06-03) | ||
**Note:** Version bump only for package @pacote/option | ||
## [1.0.0](https://github.com/PacoteJS/pacote/tree/@pacote/option/1.0.0) (2020-03-25) | ||
[Full Changelog](https://github.com/PacoteJS/pacote/compare/@pacote/option@0.0.0...@pacote/option@1.0.0) | ||
- Initial release. |
"use strict"; | ||
exports.__esModule = true; | ||
exports.fold = exports.and = exports.or = exports.filter = exports.flatMap = exports.map = exports.getOrElse = exports.flatten = exports.contains = exports.isNone = exports.isSome = exports.ofNullable = exports.None = exports.Some = void 0; | ||
var Type = { | ||
@@ -4,0 +5,0 @@ Some: Symbol('Some'), |
{ | ||
"name": "@pacote/option", | ||
"description": "Option type inspired by Rust.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"sideEffects": false, | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "9f97bd0f121e9848bb2178c2d9da0760897ba337" | ||
"gitHead": "ba24105cd8dcd3d15a53ae2d6e2d9809fcac62e7" | ||
} |
17798
381