@travi/any
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "@travi/any", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "random data generator for when test data is insignificant", | ||
"main": "lib/any.cjs.js", | ||
"module": "lib/any.es.js", | ||
"main": "lib/any.js", | ||
"module": "lib/any.mjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"import": "./lib/any.es.js", | ||
"require": "./lib/any.cjs.js" | ||
"import": "./lib/any.js", | ||
"require": "./lib/any.mjs" | ||
}, | ||
@@ -53,2 +53,7 @@ "scripts": { | ||
"url": "https://ztoben.com/" | ||
}, | ||
{ | ||
"name": "Justin Waite", | ||
"email": "justindwaite@gmail.com", | ||
"url": "https://github.com/justinwaite" | ||
} | ||
@@ -71,7 +76,7 @@ ], | ||
"@babel/register": "7.17.7", | ||
"@travi/babel-preset": "3.0.87", | ||
"@travi/eslint-config": "3.0.2", | ||
"@travi/babel-preset": "3.0.88", | ||
"@travi/eslint-config": "3.0.3", | ||
"@travi/eslint-config-mocha": "1.0.18", | ||
"chai": "4.3.6", | ||
"commitlint-config-travi": "1.4.15", | ||
"commitlint-config-travi": "1.4.16", | ||
"coveralls": "3.1.1", | ||
@@ -88,11 +93,11 @@ "cz-conventional-changelog": "3.3.0", | ||
"referee-sinon": "1.0.3", | ||
"remark-cli": "10.0.1", | ||
"remark-cli": "11.0.0", | ||
"remark-preset-lint-travi": "4.0.0", | ||
"remark-toc": "8.0.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.75.6", | ||
"rollup": "2.75.7", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"rollup-plugin-babel": "4.4.0", | ||
"sinon": "14.0.0", | ||
"tsd": "0.20.0" | ||
"tsd": "0.21.0" | ||
}, | ||
@@ -99,0 +104,0 @@ "config": { |
@@ -17,5 +17,5 @@ /* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */ | ||
output: [ | ||
{file: 'lib/any.cjs.js', format: 'cjs', sourcemap: true}, | ||
{file: 'lib/any.es.js', format: 'es', sourcemap: true} | ||
{file: 'lib/any.js', format: 'cjs', sourcemap: true}, | ||
{file: 'lib/any.mjs', format: 'es', sourcemap: true} | ||
] | ||
}; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
49529
1