@thi.ng/rstream-gestures
Advanced tools
Comparing version 5.0.68 to 5.0.69
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/rstream-gestures", | ||
"version": "5.0.68", | ||
"version": "5.0.69", | ||
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", | ||
@@ -43,7 +43,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/math": "^5.10.8", | ||
"@thi.ng/rstream": "^8.3.19", | ||
"@thi.ng/transducers": "^8.9.18" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/math": "^5.10.9", | ||
"@thi.ng/rstream": "^8.3.20", | ||
"@thi.ng/transducers": "^9.0.0" | ||
}, | ||
@@ -93,2 +93,3 @@ "devDependencies": { | ||
"thi.ng": { | ||
"alias": "gest", | ||
"parent": "@thi.ng/rstream", | ||
@@ -101,3 +102,3 @@ "related": [ | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -73,4 +73,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as gest from "@thi.ng/rstream-gestures"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -85,3 +91,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/rstream-gestures"></script> | ||
```js | ||
const rstreamGestures = await import("@thi.ng/rstream-gestures"); | ||
const gest = await import("@thi.ng/rstream-gestures"); | ||
``` | ||
@@ -88,0 +94,0 @@ |
49114
257
- Removed@thi.ng/compose@2.1.71(transitive)
- Removed@thi.ng/hex@2.3.65(transitive)
- Removed@thi.ng/random@3.8.5(transitive)
- Removed@thi.ng/transducers@8.9.18(transitive)
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/math@^5.10.9
Updated@thi.ng/rstream@^8.3.20
Updated@thi.ng/transducers@^9.0.0