logger-fp-ts
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,14 @@ # Changelog | ||
### [0.2.1](https://github.com/thewilkybarkid/logger-fp-ts/compare/v0.2.0...v0.2.1) (2022-10-20) | ||
### Features | ||
* remove fp-ts-contrib dependency ([a6e4551](https://github.com/thewilkybarkid/logger-fp-ts/commit/a6e4551166e1a0b40a377bcd5642865bbda1439b)) | ||
### Bug Fixes | ||
* make the environment immutable ([9461a75](https://github.com/thewilkybarkid/logger-fp-ts/commit/9461a750cae3951eb8ea10f0198eb5243b19d295)) | ||
## [0.2.0](https://github.com/thewilkybarkid/logger-fp-ts/compare/v0.1.2...v0.2.0) (2022-03-28) | ||
@@ -7,0 +19,0 @@ |
import { ClockEnv } from 'clock-ts'; | ||
import * as RIO from 'fp-ts-contrib/ReaderIO'; | ||
import * as E from 'fp-ts/Eq'; | ||
import * as Json from 'fp-ts/Json'; | ||
import * as RIO from 'fp-ts/ReaderIO'; | ||
import * as S from 'fp-ts/Show'; | ||
@@ -37,3 +37,3 @@ import * as L from 'logging-ts/lib/IO'; | ||
export interface LoggerEnv extends ClockEnv { | ||
logger: Logger; | ||
readonly logger: Logger; | ||
} | ||
@@ -40,0 +40,0 @@ /** |
@@ -35,5 +35,5 @@ "use strict"; | ||
const clock_ts_1 = require("clock-ts"); | ||
const RIO = __importStar(require("fp-ts-contrib/ReaderIO")); | ||
const d = __importStar(require("fp-ts/Date")); | ||
const E = __importStar(require("fp-ts/Eq")); | ||
const RIO = __importStar(require("fp-ts/ReaderIO")); | ||
const function_1 = require("fp-ts/function"); | ||
@@ -40,0 +40,0 @@ const s = __importStar(require("fp-ts/string")); |
{ | ||
"name": "logger-fp-ts", | ||
"description": "A logger for use with fp-ts.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -18,4 +18,3 @@ "homepage": "https://github.com/thewilkybarkid/logger-fp-ts", | ||
"clock-ts": "^0.1.0", | ||
"fp-ts": "^2.11.0", | ||
"fp-ts-contrib": "^0.1.0", | ||
"fp-ts": "^2.13.1", | ||
"logging-ts": "^0.3.4" | ||
@@ -31,2 +30,3 @@ }, | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"clock-ts": "^0.1.0", | ||
"del-cli": "^4.0.1", | ||
@@ -37,3 +37,5 @@ "docs-ts": "^0.6.10", | ||
"fast-check": "^2.23.2", | ||
"fp-ts": "^2.13.1", | ||
"husky": "^7.0.4", | ||
"logging-ts": "^0.3.4", | ||
"prettier": "^2.6.0", | ||
@@ -40,0 +42,0 @@ "prettier-plugin-sh": "^0.8.1", |
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
14219
5
22