@uniswap/analytics-events
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -9,14 +9,25 @@ { | ||
"exports": { | ||
".": "./dist/index.js" | ||
".": { | ||
"import": { | ||
"types": "./lib/esm/types/index.d.ts", | ||
"default": "./lib/esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"default": "./lib/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
"lib" | ||
], | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist/index.js", | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"scripts": { | ||
"clean": "rm -rf ./dist", | ||
"build": "yarn run clean && tsc", | ||
"clean": "rm -rf ./lib", | ||
"build": "yarn run clean && yarn run build:esm && yarn run build:cjs", | ||
"build:esm": "tsc -p ./tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs", | ||
"build:cjs": "tsc -p ./tsconfig.cjs.json", | ||
"prepack": "yarn run build", | ||
"lint": "yarn eslint .", | ||
"prepack": "yarn run build", | ||
"release": "semantic-release", | ||
@@ -48,3 +59,3 @@ "tarball": "npm pkg set version=0.0.1 && npm pack && npm pkg delete version && mv uniswap-analytics-events-0.0.1.tgz uniswap-analytics-events-dev.tgz", | ||
}, | ||
"version": "2.0.0" | ||
"version": "2.0.1" | ||
} |
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
120490
87
1370