@thi.ng/rstream-gestures 5.0.172 → 5.0.175
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/README.md +5 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
|
|
11
|
-
> of
|
|
12
|
-
>
|
|
10
|
+
|
|
11
|
+
> This is one of 215 standalone projects. LLM-free, human-made and
|
|
12
|
+
> cared for software, maintained as part of the
|
|
13
|
+
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
|
+
> anti-framework.
|
|
13
15
|
>
|
|
14
16
|
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
17
|
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
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.175",
|
|
4
4
|
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@thi.ng/api": "^8.12.
|
|
48
|
-
"@thi.ng/checks": "^3.9.
|
|
49
|
-
"@thi.ng/math": "^5.15.
|
|
50
|
-
"@thi.ng/rstream": "^9.5.
|
|
51
|
-
"@thi.ng/transducers": "^9.6.
|
|
47
|
+
"@thi.ng/api": "^8.12.25",
|
|
48
|
+
"@thi.ng/checks": "^3.9.5",
|
|
49
|
+
"@thi.ng/math": "^5.15.14",
|
|
50
|
+
"@thi.ng/rstream": "^9.5.9",
|
|
51
|
+
"@thi.ng/transducers": "^9.6.39"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.28.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
],
|
|
100
100
|
"year": 2018
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
|
|
103
103
|
}
|