Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "mixme", | ||
"description": "A library for recursively merging JavaScript objects", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)", | ||
@@ -60,3 +60,3 @@ "contributors": [ | ||
"license": "MIT", | ||
"main": "dist/cjs/mixme.js", | ||
"main": "./dist/cjs/index.cjs", | ||
"mocha": { | ||
@@ -81,3 +81,5 @@ "inline-diffs": true, | ||
"postpublish": "pinst --enable", | ||
"build": "rollup -c && cp lib/index.d.ts dist/cjs/index.d.cts", | ||
"build": "npm run build:rollup && npm run build:ts", | ||
"build:rollup": "rollup -c", | ||
"build:ts": "cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/*.ts dist/esm", | ||
"test": "mocha 'test/**/*.{js,ts}'", | ||
@@ -91,3 +93,10 @@ "release": "standard-version", | ||
"types": "lib/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"dist/esm/index.d.ts" | ||
] | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
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
33516
11
812
1