Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.1](https://github.com/thewilkybarkid/clock-ts/compare/v0.1.0...v0.1.1) (2022-09-14) | ||
### Bug Fixes | ||
* make the environment immutable ([690ed98](https://github.com/thewilkybarkid/clock-ts/commit/690ed985237090a3b80178806fee58d290ec2783)) | ||
## 0.1.0 (2022-03-22) | ||
@@ -7,0 +14,0 @@ |
@@ -18,3 +18,3 @@ /** | ||
export interface ClockEnv { | ||
clock: Clock; | ||
readonly clock: Clock; | ||
} | ||
@@ -21,0 +21,0 @@ /** |
{ | ||
"name": "clock-ts", | ||
"description": "A clock abstraction for use with fp-ts.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -28,3 +28,7 @@ "homepage": "https://github.com/thewilkybarkid/clock-ts", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"fast-check": "^2.23.2", | ||
"fp-ts": "^2.11.9", | ||
"fp-ts-contrib": "^0.1.29", | ||
"husky": "^7.0.4", | ||
@@ -31,0 +35,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
7215
22