@travi/any
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -56,3 +56,3 @@ 'use strict'; | ||
for (var i = 0; i < size; i += 1) { | ||
object[word()] = string(); | ||
object[word({ syllables: 3 })] = string(); | ||
} | ||
@@ -59,0 +59,0 @@ |
@@ -52,3 +52,3 @@ import _ from 'lodash'; | ||
for (var i = 0; i < size; i += 1) { | ||
object[word()] = string(); | ||
object[word({ syllables: 3 })] = string(); | ||
} | ||
@@ -55,0 +55,0 @@ |
{ | ||
"name": "@travi/any", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "random data generator for when test data is insignificant", | ||
@@ -46,3 +46,3 @@ "main": "lib/any.cjs.js", | ||
"devDependencies": { | ||
"@travi/eslint-config-travi": "1.2.15", | ||
"@travi/eslint-config-travi": "1.2.19", | ||
"babel-cli": "6.24.1", | ||
@@ -68,3 +68,3 @@ "babel-plugin-transform-exponentiation-operator": "6.24.1", | ||
"rimraf": "2.6.1", | ||
"rollup": "0.42.0", | ||
"rollup": "0.45.0", | ||
"rollup-plugin-babel": "2.7.1", | ||
@@ -71,0 +71,0 @@ "semantic-release": "6.3.6", |
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
18149