logitech-g27 2.0.0 → 3.0.1
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
**This library is no longer being tested or updated as I no longer have access to the hardware.** The Logitech G27 wheels were truly excellent for their time and I would like to thank my wheel for all the adventures we had together.
|
2
|
+
|
1
3
|
<img src="https://raw.githubusercontent.com/nightmode/logitech-g27/main/images/header.png" width="830" alt="">
|
2
4
|
|
3
5
|
# Logitech G27 Racing Wheel for Node
|
@@ -11,7 +13,7 @@ Bring your [Logitech G27 Racing Wheel](http://support.logitech.com/en_us/product
|
|
11
13
|
|
12
14
|
## Requirements
|
13
15
|
|
14
|
-
[Node](https://nodejs.org/en/) version
|
16
|
+
[Node](https://nodejs.org/en/) version 10.16 or the Node version required by any dependency, whichever is greater.
|
15
17
|
|
16
18
|
## Install
|
17
19
|
|
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "logitech-g27",
|
3
3
|
"description": "Logitech G27 Racing Wheel for Node",
|
4
|
-
"version": "
|
4
|
+
"version": "3.0.1",
|
5
5
|
"author": "Kai Nightmode",
|
6
6
|
"dependencies": {
|
7
|
-
"node-hid": "
|
7
|
+
"node-hid": ">=3.1.2"
|
8
8
|
},
|
9
9
|
"engines": {
|
10
|
-
"node": ">=
|
10
|
+
"node": ">=10.16"
|
11
11
|
},
|
12
12
|
"keywords": [
|
13
13
|
"logitech",
|