Run lint:fix, manual fixes

Repository details (uvcc)
Project page
uvcc
Project log category
(191 entries)
Repository
@joelpurra/uvcc
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
208 commits
Stars
113 stars
Commit details (0cca9423)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Run lint:fix, manual fixes

Raw text
Run lint:fix, manual fixes

Changed files (28)

Path Additions Deletions
.npmignore +1 -0
package.json +28 -34
src/camera-control-helper-factory.ts +11 -10
src/camera-control-helper.ts +41 -41
src/camera-factory.ts +63 -53
src/camera-helper-factory.ts +13 -11
src/camera-helper.ts +20 -14
src/command-handlers.ts +18 -13
src/command-handlers/controls.ts +6 -4
src/command-handlers/devices.ts +5 -4
src/command-handlers/export.ts +8 -6
src/command-handlers/get.ts +7 -6
src/command-handlers/import.ts +11 -8
src/command-handlers/range.ts +8 -6
src/command-handlers/ranges.ts +8 -6
src/command-handlers/set.ts +9 -7
src/command-manager.ts +31 -21
src/index.ts +6 -5
src/output.ts +18 -18
src/runtime-configurator.ts +64 -42
src/types/command.ts +5 -4
src/types/controls.ts +1 -1
src/types/uvc-control.d.ts +9 -13
src/utilities/flatten-control-values.ts +3 -2
src/utilities/is-uvcc-control-value.ts +2 -2
src/utilities/is-uvcc-controls.ts +4 -3
src/utilities/wrapped-error.ts +4 -5
src/uvc-device-lister.ts +4 -4

Commit categories (3)