@contactlab/appy
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -15,2 +15,7 @@ # Changelog | ||
## [1.4.0](https://github.com/contactlab/appy/releases/tag/1.4.0) | ||
- **Internal:** | ||
- set `fp-ts` version to be at least [1.9.0](https://github.com/gcanti/fp-ts/releases/tag/1.19.0) - this can lead to some deprecation warnings ([#183](https://github.com/contactlab/appy/pull/183)) | ||
## [1.3.0](https://github.com/contactlab/appy/releases/tag/1.3.0) | ||
@@ -17,0 +22,0 @@ |
{ | ||
"name": "@contactlab/appy", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Fetch API the Contactlab way", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">= 8.10", | ||
"node": ">= 8.10 <11.0", | ||
"npm": ">= 6.0" | ||
@@ -43,20 +43,20 @@ }, | ||
"dependencies": { | ||
"fp-ts": "^1.13.0", | ||
"fp-ts": "^1.19.0", | ||
"io-ts": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@contactlab/tslint-config": "1.2.0", | ||
"@types/jest": "23.3.13", | ||
"@types/node": "10.12.21", | ||
"husky": "1.3.1", | ||
"jest": "23.6.0", | ||
"jest-fetch-mock": "2.1.0", | ||
"prettier": "1.16.4", | ||
"pretty-quick": "1.10.0", | ||
"@contactlab/tslint-config": "1.3.0", | ||
"@types/jest": "24.0.15", | ||
"@types/node": "^12.0.0", | ||
"husky": "2.4.1", | ||
"jest": "24.8.0", | ||
"jest-fetch-mock": "2.1.2", | ||
"prettier": "1.18.2", | ||
"pretty-quick": "1.11.1", | ||
"rimraf": "2.6.3", | ||
"ts-jest": "23.10.5", | ||
"ts-node": "8.0.2", | ||
"tslint": "5.12.1", | ||
"ts-jest": "24.0.2", | ||
"ts-node": "8.3.0", | ||
"tslint": "5.18.0", | ||
"tslint-config-prettier": "1.18.0", | ||
"typescript": "3.3.1" | ||
"typescript": "3.5.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "jest": { |
# Appy | ||
[![Build Status](https://travis-ci.org/contactlab/appy.svg?branch=master)](https://travis-ci.org/contactlab/appy) [![Greenkeeper badge](https://badges.greenkeeper.io/contactlab/appy.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://clab-dev.visualstudio.com/OSS/_apis/build/status/contactlab.appy?branchName=master)](https://clab-dev.visualstudio.com/OSS/_build/latest?definitionId=32&branchName=master) | ||
@@ -5,0 +5,0 @@ Fetch API the Contactlab way |
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
57348
2
Updatedfp-ts@^1.19.0