@travi/any
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -5,2 +5,3 @@ 'use strict'; | ||
var MersenneTwister = require('mersenne-twister'); | ||
var debugLibrary = require('debug'); | ||
var _ = require('lodash'); | ||
@@ -12,2 +13,3 @@ | ||
var MersenneTwister__default = /*#__PURE__*/_interopDefaultLegacy(MersenneTwister); | ||
var debugLibrary__default = /*#__PURE__*/_interopDefaultLegacy(debugLibrary); | ||
var ___default = /*#__PURE__*/_interopDefaultLegacy(_); | ||
@@ -56,4 +58,3 @@ | ||
const debug = require('debug')('any'); | ||
const debug = debugLibrary__default["default"]('any'); | ||
const generator = new MersenneTwister__default["default"](); // Multiply the random seed to match chance.js | ||
@@ -60,0 +61,0 @@ |
{ | ||
"name": "@travi/any", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "random data generator for when test data is insignificant", | ||
@@ -5,0 +5,0 @@ "main": "lib/any.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49730
348