@thi.ng/rstream-gestures
Advanced tools
Comparing version 4.1.45 to 4.1.46
# Change Log | ||
- **Last updated**: 2023-03-02T18:09:03Z | ||
- **Last updated**: 2023-03-14T13:27:20Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/rstream-gestures", | ||
"version": "4.1.45", | ||
"version": "4.1.46", | ||
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc", | ||
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -42,14 +42,14 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.7.3", | ||
"@thi.ng/checks": "^3.3.9", | ||
"@thi.ng/math": "^5.4.4", | ||
"@thi.ng/rstream": "^7.2.43", | ||
"@thi.ng/transducers": "^8.3.37" | ||
"@thi.ng/api": "^8.7.4", | ||
"@thi.ng/checks": "^3.3.10", | ||
"@thi.ng/math": "^5.4.5", | ||
"@thi.ng/rstream": "^7.2.44", | ||
"@thi.ng/transducers": "^8.3.38" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@thi.ng/testament": "^0.3.12", | ||
"rimraf": "^4.1.2", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@thi.ng/testament": "^0.3.13", | ||
"rimraf": "^4.4.0", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.24", | ||
"typedoc": "^0.23.26", | ||
"typescript": "^4.9.5" | ||
@@ -100,3 +100,3 @@ }, | ||
}, | ||
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n" | ||
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n" | ||
} |
46792
Updated@thi.ng/api@^8.7.4
Updated@thi.ng/checks@^3.3.10
Updated@thi.ng/math@^5.4.5
Updated@thi.ng/rstream@^7.2.44
Updated@thi.ng/transducers@^8.3.38