Skip to content

Commit c03337b

Browse files
committed
chore: update vitest to version 4.1.2 and modify package metadata
1 parent 361346b commit c03337b

8 files changed

Lines changed: 814 additions & 2124 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ dist/bind-manager.js
77
!dist/standalone-demo.html
88
PLAN.md
99
QA_CHECKLIST.md
10+
docs/*
11+
!docs/README.md

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Bind Manager contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,7 @@ Why this is primary:
329329
- Covers core binding needs (buttons, triggers, sticks, D-pad/hat mapping, profile labels).
330330
- Keeps the normal binding flow simple and stable for most users.
331331

332-
WebHID remains optional and reference-only in this repo.
333-
334-
Current reference artifact:
335-
- [docs/reference/dualsense-webhid-tester.html](docs/reference/dualsense-webhid-tester.html)
336-
337-
Scope of the reference file:
338-
- It is a protocol/debugging reference for DualSense report parsing.
339-
- It is not part of the primary Bind Manager runtime input path.
340-
- It may be used later for optional advanced diagnostics (for example gyro/touch telemetry) behind explicit opt-in.
332+
WebHID is not part of the primary Bind Manager runtime input path.
341333

342334
Out of scope for the core runtime:
343335
- Full migration from Gamepad API to WebHID.
@@ -350,4 +342,6 @@ Release checklist: [QA_CHECKLIST.md](QA_CHECKLIST.md)
350342

351343
## License
352344

353-
MIT
345+
This project is licensed under the MIT License.
346+
347+
See [LICENSE.md](LICENSE.md).

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Bind Manager Manual - Index
2+
3+
todo...

docs/reference/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/reference/dualsense-webhid-tester.html

Lines changed: 0 additions & 1171 deletions
This file was deleted.

0 commit comments

Comments
 (0)