chrome-types-helpers
Advanced tools
Comparing version 0.1.0-beta0 to 0.1.0-beta1
@@ -66,3 +66,3 @@ /** | ||
*/ | ||
export default async function prepareNamespaces(revision = defaultRevision) { | ||
export async function prepareNamespaces(revision = defaultRevision) { | ||
const tmpobj = tmp.dirSync(); | ||
@@ -69,0 +69,0 @@ const workPath = tmpobj.name; |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.1.0-beta0", | ||
"version": "0.1.0-beta1", | ||
"type": "module", | ||
@@ -20,2 +20,3 @@ "dependencies": { | ||
"ava": "^3.15.0", | ||
"rollup": "^2.45.2", | ||
"typescript": "^4.2.4" | ||
@@ -25,6 +26,12 @@ }, | ||
"exports": { | ||
".": "./main.js" | ||
".": { | ||
"import": "./main.js", | ||
"require": "./out.cjs" | ||
} | ||
}, | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
"test": "ava" | ||
"test": "ava", | ||
"rollup": "rollup --format=cjs --file=out.cjs -- main.js", | ||
"prepublishOnly": "npm run rollup" | ||
}, | ||
@@ -31,0 +38,0 @@ "repository": { |
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
161028
4
21
4838
5