@thi.ng/rstream-gestures 5.0.27 → 5.0.29

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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 demos in this repo's
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.27",
3
+ "version": "5.0.29",
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.0",
44
- "@thi.ng/rstream": "^8.2.4",
45
- "@thi.ng/transducers": "^8.8.6"
43
+ "@thi.ng/math": "^5.7.1",
44
+ "@thi.ng/rstream": "^8.2.6",
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": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
98
+ "gitHead": "351014d081cee85803950eb6751c5a02dca2efbd\n"
99
99
  }