@af-utils/scrollend-polyfill
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -6,4 +6,8 @@ /** | ||
* @remarks | ||
* Scroll is considered ended when touch events are not active ( user released touch ) | ||
* and `scroll` event was not fired within {@link SCROLL_DEBOUNCE_INTERVAL} since last invocation. | ||
* Scroll is considered ended when: | ||
* | ||
* - touch events are not active ( user released touch ); | ||
* | ||
* - `scroll` event was not fired within {@link SCROLL_DEBOUNCE_INTERVAL} since last invocation. | ||
* | ||
* Does nothing when used in `node` environment. | ||
@@ -10,0 +14,0 @@ */ |
{ | ||
"name": "@af-utils/scrollend-polyfill", | ||
"private": false, | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "Polyfill for scrollend event", | ||
@@ -23,6 +23,2 @@ "repository": "https://github.com/nowaalex/af-utils.git", | ||
"devDependencies": { | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.5", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
@@ -35,3 +31,3 @@ "@rollup/plugin-typescript": "^11.1.5", | ||
"typescript": "^5.2.2", | ||
"@rollup/plugin-export-bundle-size": "0.0.2" | ||
"@af-utils/rollup-plugin-export-bundle-size": "0.0.4" | ||
}, | ||
@@ -42,5 +38,5 @@ "publishConfig": { | ||
"scripts": { | ||
"dev": "rollup --watch --config rollup.config.mjs", | ||
"build": "rollup --config rollup.config.mjs && api-extractor run" | ||
"dev": "rollup --w --c rollup.config.ts --configPlugin typescript", | ||
"build": "rollup --c rollup.config.ts --configPlugin typescript && api-extractor run" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
11148
8
8
74