@thi.ng/rstream-gestures
Advanced tools
Comparing version 5.0.91 to 5.0.92
# Change Log | ||
- **Last updated**: 2024-08-18T14:11:34Z | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/rstream-gestures", | ||
"version": "5.0.91", | ||
"version": "5.0.92", | ||
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", | ||
@@ -43,13 +43,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.9", | ||
"@thi.ng/checks": "^3.6.11", | ||
"@thi.ng/math": "^5.11.9", | ||
"@thi.ng/rstream": "^9.0.3", | ||
"@thi.ng/transducers": "^9.2.3" | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/checks": "^3.6.12", | ||
"@thi.ng/math": "^5.11.10", | ||
"@thi.ng/rstream": "^9.0.4", | ||
"@thi.ng/transducers": "^9.2.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -100,3 +100,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n" | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
} |
49578
Updated@thi.ng/api@^8.11.10
Updated@thi.ng/checks@^3.6.12
Updated@thi.ng/math@^5.11.10
Updated@thi.ng/rstream@^9.0.4
Updated@thi.ng/transducers@^9.2.4