basic-loading
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "basic-loading", | ||
"version": "0.0.5", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"version": "0.0.6", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
} | ||
@@ -30,3 +30,7 @@ }, | ||
}, | ||
"scripts": {}, | ||
"scripts": { | ||
"build": "npm run build:cjs & npm run build:esm", | ||
"build:cjs": "tsc --p ./cjs/tsconfig.json", | ||
"build:esm": "tsc --p ./esm/tsconfig.json" | ||
}, | ||
"browserslist": { | ||
@@ -33,0 +37,0 @@ "production": [ |
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
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
69929
92
1460
0