Comparing version 0.1.1 to 0.1.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.2](https://github.com/thewilkybarkid/clock-ts/compare/v0.1.1...v0.1.2) (2022-10-20) | ||
### Features | ||
* remove fp-ts-contrib dependency ([7dc421c](https://github.com/thewilkybarkid/clock-ts/commit/7dc421c683de55091c724f9cc68a2ac88ef647f7)) | ||
### [0.1.1](https://github.com/thewilkybarkid/clock-ts/compare/v0.1.0...v0.1.1) (2022-09-14) | ||
@@ -7,0 +14,0 @@ |
@@ -1,6 +0,3 @@ | ||
/** | ||
* @since 0.1.0 | ||
*/ | ||
import * as RIO from 'fp-ts-contrib/ReaderIO'; | ||
import * as I from 'fp-ts/IO'; | ||
import * as RIO from 'fp-ts/ReaderIO'; | ||
import IO = I.IO; | ||
@@ -7,0 +4,0 @@ import ReaderIO = RIO.ReaderIO; |
@@ -27,2 +27,5 @@ "use strict"; | ||
exports.now = exports.FixedClock = exports.SystemClock = void 0; | ||
/** | ||
* @since 0.1.0 | ||
*/ | ||
const D = __importStar(require("fp-ts/Date")); | ||
@@ -29,0 +32,0 @@ const I = __importStar(require("fp-ts/IO")); |
{ | ||
"name": "clock-ts", | ||
"description": "A clock abstraction for use with fp-ts.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -13,4 +13,3 @@ "homepage": "https://github.com/thewilkybarkid/clock-ts", | ||
"peerDependencies": { | ||
"fp-ts": "^2.11.0", | ||
"fp-ts-contrib": "^0.1.0" | ||
"fp-ts": "^2.13.1" | ||
}, | ||
@@ -32,4 +31,3 @@ "devDependencies": { | ||
"fast-check": "^2.23.2", | ||
"fp-ts": "^2.11.9", | ||
"fp-ts-contrib": "^0.1.29", | ||
"fp-ts": "^2.13.1", | ||
"husky": "^7.0.4", | ||
@@ -36,0 +34,0 @@ "prettier": "^2.6.0", |
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
7392
1
21