fp-ts-contrib
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -16,2 +16,7 @@ # Changelog | ||
# 0.1.1 | ||
- **New Feature** | ||
- add es6 modules build (@gcanti) | ||
# 0.1.0 | ||
@@ -18,0 +23,0 @@ |
{ | ||
"name": "fp-ts-contrib", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A community driven utility package for fp-ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"es6" | ||
], | ||
"main": "lib/index.js", | ||
"module": "es6/index.js", | ||
"typings": "lib/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -18,3 +21,4 @@ "tsc": "tsc", | ||
"clean": "rimraf rm -rf lib/*", | ||
"build": "npm run clean && tsc", | ||
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json", | ||
"prepublish": "npm run build", | ||
"dtslint": "dtslint dtslint", | ||
@@ -21,0 +25,0 @@ "mocha": "mocha -r ts-node/register test/*.ts", |
A community driven utility package for [fp-ts](https://github.com/gcanti/fp-ts) | ||
# Installation | ||
To install the stable version: | ||
```sh | ||
npm i fp-ts-contrib | ||
``` | ||
**Note**. `fp-ts-contrib` depends on [`fp-ts`](https://github.com/gcanti/fp-ts), starting from `0.1.0` you must install `fp-ts` manually (`fp-ts` is listed in `peerDependency`) | ||
# Documentation | ||
- [API reference](https://gcanti.github.io/fp-ts-contrib/) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
120994
68
3197
16
0