@onefootprint/footprint-js
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@onefootprint/footprint-js", | ||
"private": false, | ||
"version": "0.1.1", | ||
"main": "./dist/index.global.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"version": "0.1.2", | ||
"main": "./dist/footprint-js.umd.js", | ||
"module": "./dist/footprint-js.esm.js", | ||
"types": "./dist/footprint-js.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/footprint-js.cjs.js", | ||
"import": "./dist/footprint-js.esm.js", | ||
"types": "./dist/footprint-js.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -14,4 +21,4 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --dts --minify", | ||
"dev": "tsup src/index.ts --format esm --watch --dts", | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"lint": "eslint src --fix", | ||
@@ -18,0 +25,0 @@ "typecheck": "yarn tsc --noEmit", |
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
377
34422
5