@ribajs/extras
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
@@ -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" | "unknown" | "right" | "left" | "down" | "up"; | ||
protected getScrollDir(start: ScrollPosition | null, end: ScrollPosition | null): "left" | "none" | "unknown" | "right" | "down" | "up"; | ||
protected removeEventListeners(): void; | ||
@@ -16,0 +16,0 @@ protected addEventListeners(): void; |
{ | ||
"name": "@ribajs/extras", | ||
"description": "Extras module for Riba.js", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0-alpha.6", | ||
"type": "module", | ||
@@ -40,23 +40,23 @@ "engines": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.9", | ||
"@babel/plugin-proposal-class-properties": "^7.16.7", | ||
"@babel/plugin-proposal-export-default-from": "^7.16.7", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.17.3", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.18.5", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/plugin-proposal-export-default-from": "^7.17.12", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@babel/runtime": "^7.17.9", | ||
"@babel/runtime-corejs3": "^7.17.9", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.5", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.5", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-react": "^7.17.12", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@babel/runtime": "^7.18.3", | ||
"@babel/runtime-corejs3": "^7.18.3", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.6", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.6", | ||
"@types/imagesloaded": "^4.1.2", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"@types/jest": "^27.5.2", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"babel-loader": "^8.2.5", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
"core-js": "^3.22.1", | ||
"eslint": "^8.13.0", | ||
"core-js": "^3.22.8", | ||
"eslint": "^8.17.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -67,11 +67,11 @@ "eslint-plugin-prettier": "^4.0.0", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "4.6.3", | ||
"webpack": "^5.72.0", | ||
"webpack-cli": "^4.9.2" | ||
"ts-jest": "^27.1.5", | ||
"typescript": "4.7.3", | ||
"webpack": "^5.73.0", | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
"dependencies": { | ||
"@ribajs/core": "^2.0.0-alpha.5", | ||
"@ribajs/events": "^2.0.0-alpha.5", | ||
"@ribajs/utils": "^2.0.0-alpha.5", | ||
"@ribajs/core": "^2.0.0-alpha.6", | ||
"@ribajs/events": "^2.0.0-alpha.6", | ||
"@ribajs/utils": "^2.0.0-alpha.6", | ||
"imagesloaded": "^5.0.0" | ||
@@ -78,0 +78,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
export { VideoComponent } from "./video/video.component.js"; | ||
export { VideoComponent } from "./video/video.component.js"; |
@@ -12,2 +12,2 @@ export * from "./media-ready-state.js"; | ||
export * from "./touch-type.js"; | ||
export * from "./video-component-scope.js"; | ||
export * from "./video-component-scope.js"; |
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
332683
4945
Updated@ribajs/core@^2.0.0-alpha.6
Updated@ribajs/utils@^2.0.0-alpha.6