@visisoft/staticland
Advanced tools
Comparing version 0.1.10 to 0.1.11
Changelog | ||
========= | ||
0.1.11 | ||
------ | ||
- more submodules for Node.js consumption | ||
0.1.4 | ||
@@ -4,0 +8,0 @@ ----- |
/* @license Apache-2.0 | ||
@visisoft/staticland v.0.1.10 visisoft.de | ||
(Build date: 12/30/2020 - 2:26:07 PM) | ||
@visisoft/staticland v.0.1.11 visisoft.de | ||
(Build date: 1/11/2021 - 10:05:39 PM) | ||
*/ | ||
@@ -5,0 +5,0 @@ 'use strict'; |
/* @license Apache-2.0 | ||
@visisoft/staticland v.0.1.10 visisoft.de | ||
(Build date: 12/30/2020 - 2:26:07 PM) | ||
@visisoft/staticland v.0.1.11 visisoft.de | ||
(Build date: 1/11/2021 - 10:05:39 PM) | ||
*/ | ||
@@ -5,0 +5,0 @@ 'use strict'; |
@@ -26,5 +26,14 @@ { | ||
}, | ||
"./maybe": "./src/maybe.js", | ||
"./either": "./src/either.js", | ||
"./transformations": "./src/transformations.js", | ||
"./maybe": { | ||
"require": "./dist/cjs/maybe.js", | ||
"default": "./src/maybe.js" | ||
}, | ||
"./either": { | ||
"require": "./dist/cjs/either.js", | ||
"default": "./src/either.js" | ||
}, | ||
"./transformations": { | ||
"require": "./dist/cjs/transformations.js", | ||
"default": "./src/transformations.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -62,3 +71,3 @@ }, | ||
"type": "module", | ||
"version": "0.1.10" | ||
"version": "0.1.11" | ||
} |
@@ -14,4 +14,4 @@ /** | ||
import { | ||
any, apply, always, compose, curry, equals as equalsR, ifElse, isEmpty, isNil, lift as liftR, | ||
map as map_l, nAry, nth, unary, pathOr, reduce as reduce_l, unapply | ||
any, apply, always, curry, equals as equalsR, ifElse, isEmpty, isNil, lift as liftR, | ||
nAry, unary, pathOr, reduce as reduce_l, unapply | ||
} from 'semmel-ramda'; | ||
@@ -161,2 +161,2 @@ | ||
export let just = of; | ||
export let just = of; |
72057
16
1507