svelte-gestures
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,7 +5,7 @@ { | ||
"repository": "https://github.com/Rezi/svelte-gestures", | ||
"license" : "MIT", | ||
"version": "1.2.1", | ||
"main": "dist/index.umd.min.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"license": "MIT", | ||
"version": "1.2.2", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -16,11 +16,13 @@ "dist" | ||
"@babel/core": "^7.13.16", | ||
"@babel/preset-typescript": "^7.14.5", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"rollup": "^2.44.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"@rollup/plugin-node-resolve": "^13.0.2", | ||
"rollup": "^2.53.3", | ||
"typescript": "4.1.3" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
"build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly", | ||
"prepublish:public": "npm run build", | ||
"publish:public": "npm publish --access public" | ||
} | ||
} |
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
33610
593
1