@hscmap/inertial-wheel
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -9,3 +9,3 @@ "use strict"; | ||
}; | ||
var InertialWheel = (function () { | ||
var InertialWheel = /** @class */ (function () { | ||
function InertialWheel(target, cb) { | ||
@@ -82,3 +82,3 @@ var _this = this; | ||
exports.InertialWheel = InertialWheel; | ||
var InertialWheelEvent = (function () { | ||
var InertialWheelEvent = /** @class */ (function () { | ||
function InertialWheelEvent(v, originalEvent) { | ||
@@ -91,3 +91,3 @@ this.v = v; | ||
exports.InertialWheelEvent = InertialWheelEvent; | ||
var InertialWheelStartEvent = (function () { | ||
var InertialWheelStartEvent = /** @class */ (function () { | ||
function InertialWheelStartEvent() { | ||
@@ -98,3 +98,3 @@ } | ||
exports.InertialWheelStartEvent = InertialWheelStartEvent; | ||
var InertialWheelEndEvent = (function () { | ||
var InertialWheelEndEvent = /** @class */ (function () { | ||
function InertialWheelEndEvent() { | ||
@@ -101,0 +101,0 @@ } |
{ | ||
"name": "@hscmap/inertial-wheel", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"main": "./lib/index.js", | ||
@@ -22,4 +22,4 @@ "types": "./lib/index.d.ts", | ||
"dependencies": { | ||
"@hscmap/magic-trackpad-detector": "^0.0.4" | ||
"@hscmap/magic-trackpad-detector": "^0.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
16645
+ Added@hscmap/magic-trackpad-detector@0.0.5(transitive)
- Removed@hscmap/magic-trackpad-detector@0.0.4(transitive)