@thi.ng/rstream-gestures 4.0.8 → 4.0.9

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.8...@thi.ng/rstream-gestures@4.0.9) (2021-11-10)
7
+
8
+ **Note:** Version bump only for package @thi.ng/rstream-gestures
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.7...@thi.ng/rstream-gestures@4.0.8) (2021-11-03)
7
15
 
8
16
  **Note:** Version bump only for package @thi.ng/rstream-gestures
package/README.md CHANGED
@@ -69,7 +69,7 @@ node --experimental-repl-await
69
69
  > const rstreamGestures = await import("@thi.ng/rstream-gestures");
70
70
  ```
71
71
 
72
- Package sizes (gzipped, pre-treeshake): ESM: 1.19 KB
72
+ Package sizes (gzipped, pre-treeshake): ESM: 1.16 KB
73
73
 
74
74
  ## Dependencies
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-gestures",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,11 +34,11 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.1.0",
38
- "@thi.ng/checks": "^3.0.6",
39
- "@thi.ng/math": "^5.0.7",
40
- "@thi.ng/rstream": "^7.0.8",
41
- "@thi.ng/transducers": "^8.0.7"
37
+ "@thi.ng/api": "^8.2.0",
38
+ "@thi.ng/checks": "^3.0.7",
39
+ "@thi.ng/math": "^5.0.8",
40
+ "@thi.ng/rstream": "^7.0.9",
41
+ "@thi.ng/transducers": "^8.0.8"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@thi.ng/testament": "^0.1.6"
@@ -86,5 +86,5 @@
86
86
  ],
87
87
  "year": 2018
88
88
  },
89
- "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
89
+ "gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
90
90
  }