@thi.ng/rstream-gestures
Advanced tools
Comparing version 4.1.47 to 4.1.48
# Change Log | ||
- **Last updated**: 2023-03-14T13:27:20Z | ||
- **Last updated**: 2023-03-27T19:05:49Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/rstream-gestures", | ||
"version": "4.1.47", | ||
"version": "4.1.48", | ||
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", | ||
@@ -41,15 +41,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.7.4", | ||
"@thi.ng/checks": "^3.3.10", | ||
"@thi.ng/math": "^5.4.5", | ||
"@thi.ng/rstream": "^7.2.45", | ||
"@thi.ng/transducers": "^8.4.0" | ||
"@thi.ng/api": "^8.7.5", | ||
"@thi.ng/checks": "^3.3.11", | ||
"@thi.ng/math": "^5.4.6", | ||
"@thi.ng/rstream": "^7.2.46", | ||
"@thi.ng/transducers": "^8.4.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@thi.ng/testament": "^0.3.13", | ||
"rimraf": "^4.4.0", | ||
"@thi.ng/testament": "^0.3.14", | ||
"rimraf": "^4.4.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5" | ||
"typedoc": "^0.23.28", | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -99,3 +99,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1359645f3af8a7d0d43fe7944ea5cd865832f8ee\n" | ||
"gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n" | ||
} |
Updated@thi.ng/api@^8.7.5
Updated@thi.ng/checks@^3.3.11
Updated@thi.ng/math@^5.4.6
Updated@thi.ng/rstream@^7.2.46
Updated@thi.ng/transducers@^8.4.1