@uniswap/analytics-events
Advanced tools
Comparing version 1.6.0 to 2.0.0
@@ -9,25 +9,14 @@ { | ||
"exports": { | ||
".": { | ||
"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" | ||
} | ||
} | ||
".": "./dist/index.js" | ||
}, | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"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", | ||
"clean": "rm -rf ./dist", | ||
"build": "yarn run clean && tsc", | ||
"lint": "yarn eslint .", | ||
"prepack": "yarn run build", | ||
"lint": "yarn eslint .", | ||
"release": "semantic-release", | ||
@@ -59,3 +48,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": "1.6.0" | ||
"version": "2.0.0" | ||
} |
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
45
79261
626
1