seamless-scroll-polyfill
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -0,1 +1,8 @@ | ||
## [2.3.3](https://github.com/magic-akari/seamless-scroll-polyfill/compare/v2.3.2...v2.3.3) (2023-03-08) | ||
### Bug Fixes | ||
* types for nodenext in cjs ([6e20245](https://github.com/magic-akari/seamless-scroll-polyfill/commit/6e20245a042752cf70bdbd9c074cb82553e8bccd)) | ||
## [2.3.2](https://github.com/magic-akari/seamless-scroll-polyfill/compare/v2.3.1...v2.3.2) (2023-03-08) | ||
@@ -2,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Smooth Scroll behavior polyfill", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"author": { | ||
@@ -48,5 +48,10 @@ "name": "Dustan Kasten", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.js", | ||
"require": "./lib/index.cjs", | ||
"require": { | ||
"types": "./lib/index.d.cts", | ||
"default": "./lib/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"default": "./lib/bundle.umd.cjs" | ||
@@ -61,2 +66,3 @@ }, | ||
"rollup": "rollup -c", | ||
"fix-cts-type": "cp -rf lib/index.d.ts lib/index.d.cts", | ||
"type-check": "tsc --noEmit --skipLibCheck", | ||
@@ -63,0 +69,0 @@ "prettier": "prettier --ignore-path .gitignore -l \"**/*.{ts,js,json,yml}\" \"README.md\"", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
320239
57
1