@thi.ng/rstream-gestures 5.0.27 → 5.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +2 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -91,11 +91,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.20 KB
|
|
|
91
91
|
|
|
92
92
|
## Usage examples
|
|
93
93
|
|
|
94
|
-
Several
|
|
94
|
+
Several projects in this repo's
|
|
95
95
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
96
|
-
directory are using this package
|
|
97
|
-
|
|
98
|
-
A selection:
|
|
96
|
+
directory are using this package:
|
|
99
97
|
|
|
100
98
|
| Screenshot | Description | Live demo | Source |
|
|
101
99
|
|:---------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-gestures",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.28",
|
|
4
4
|
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@thi.ng/api": "^8.9.6",
|
|
42
42
|
"@thi.ng/checks": "^3.4.6",
|
|
43
|
-
"@thi.ng/math": "^5.7.
|
|
44
|
-
"@thi.ng/rstream": "^8.2.
|
|
45
|
-
"@thi.ng/transducers": "^8.8.
|
|
43
|
+
"@thi.ng/math": "^5.7.1",
|
|
44
|
+
"@thi.ng/rstream": "^8.2.5",
|
|
45
|
+
"@thi.ng/transducers": "^8.8.7"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
],
|
|
96
96
|
"year": 2018
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
99
99
|
}
|