Comparing version 0.8.2 to 0.8.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.8.3](https://github.com/oftherivier/fictional/compare/v0.8.2...v0.8.3) (2023-09-20) | ||
### Bug Fixes | ||
* Account for setKey() now supporting string inputs in typedefs ([d77a406](https://github.com/oftherivier/fictional/commit/d77a40699dfaec8bb656f4bdad24a29989f00084)) | ||
### [0.8.2](https://github.com/oftherivier/fictional/compare/v0.8.1...v0.8.2) (2023-09-13) | ||
@@ -7,0 +14,0 @@ |
@@ -31,3 +31,3 @@ export type JSONPrimitive = null | number | string | boolean | ||
combine(a: number, b: number): number | ||
setKey(key: HashKey): void | ||
setKey(key: string | HashKey): void | ||
generateKey(secret: string): HashKey | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "fictional", | ||
"description": "Generate fake data deterministically from a given input", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"type": "commonjs", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
715895