Comparing version 0.8.0 to 0.8.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.8.1](https://github.com/oftherivier/fictional/compare/v0.8.0...v0.8.1) (2023-01-04) | ||
### [0.7.7](https://github.com/oftherivier/fictional/compare/v0.7.6...v0.7.7) (2022-10-27) | ||
@@ -7,0 +9,0 @@ |
@@ -43,2 +43,3 @@ var unsafeFastHash = require('fnv-plus').fast1a52 | ||
// eslint-disable-next-line es5/no-generators | ||
function* sequenceHash(initial) { | ||
@@ -45,0 +46,0 @@ var current = initial |
{ | ||
"name": "fictional", | ||
"description": "Generate fake data deterministically from a given input", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
@@ -8,0 +9,0 @@ "import": "./index.mjs", |
var hash = require('./hash') | ||
var hash2 = hash.hash2 | ||
var fit = require('./utils/fit') | ||
@@ -4,0 +3,0 @@ |
var hash = require('./hash') | ||
var hash2 = hash.hash2 | ||
var resolve = require('./utils/resolve') | ||
@@ -4,0 +3,0 @@ |
@@ -199,3 +199,3 @@ var hash = require('../hash') | ||
var id = hash(id) | ||
id = hash(id) | ||
@@ -202,0 +202,0 @@ var letter = wordLen === 1 ? word : word[i] |
var hash = require('./hash') | ||
var hash2 = hash.hash2 | ||
var conj = require('./utils/conj') | ||
@@ -4,0 +3,0 @@ var fit = require('./utils/fit') |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
714833
2478