@ribajs/extras
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -13,3 +13,3 @@ import { ScrollPosition, ScrollEventsOptions } from "../../types/index.js"; | ||
get scrollEvent(): ("scroll" | "touchmove" | "scrollend")[]; | ||
protected getScrollDir(start: ScrollPosition | null, end: ScrollPosition | null): "none" | "left" | "right" | "unknown" | "up" | "down"; | ||
protected getScrollDir(start: ScrollPosition | null, end: ScrollPosition | null): "none" | "left" | "right" | "up" | "down" | "unknown"; | ||
protected removeEventListeners(): void; | ||
@@ -16,0 +16,0 @@ protected addEventListeners(): void; |
{ | ||
"name": "@ribajs/extras", | ||
"description": "Extras module for Riba.js", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"type": "module", | ||
@@ -51,4 +51,4 @@ "engines": { | ||
"@babel/runtime-corejs3": "^7.20.6", | ||
"@ribajs/eslint-config": "^2.0.0-beta.1", | ||
"@ribajs/tsconfig": "^2.0.0-beta.1", | ||
"@ribajs/eslint-config": "^2.0.0-beta.2", | ||
"@ribajs/tsconfig": "^2.0.0-beta.2", | ||
"@types/jest": "^29.2.4", | ||
@@ -72,5 +72,5 @@ "@typescript-eslint/eslint-plugin": "^5.45.1", | ||
"dependencies": { | ||
"@ribajs/core": "^2.0.0-beta.1", | ||
"@ribajs/events": "^2.0.0-beta.1", | ||
"@ribajs/utils": "^2.0.0-beta.1", | ||
"@ribajs/core": "^2.0.0-beta.2", | ||
"@ribajs/events": "^2.0.0-beta.2", | ||
"@ribajs/utils": "^2.0.0-beta.2", | ||
"ev-emitter": "^2.1.2", | ||
@@ -77,0 +77,0 @@ "imagesloaded": "github:JumpLink/imagesloaded" |
Sorry, the diff of this file is not supported yet
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
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
336317
Updated@ribajs/core@^2.0.0-beta.2
Updated@ribajs/events@^2.0.0-beta.2
Updated@ribajs/utils@^2.0.0-beta.2