@utsp/input 0.2.0-nightly.20251129170418.bd7edf7 → 0.2.0-nightly.20251129171929.16a5bbd

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Thomas Piquet
3
+ Copyright (c) 2025 THP Software
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -33,4 +33,4 @@ npm install @utsp/input
33
33
 
34
34
  ## License
35
35
 
36
- MIT © 2025 Thomas Piquet
36
+ MIT © 2025 THP Software
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@utsp/input",
3
- "version": "0.2.0-nightly.20251129170418.bd7edf7",
3
+ "version": "0.2.0-nightly.20251129171929.16a5bbd",
4
4
  "description": "Comprehensive input management system for UTSP - keyboard, mouse, gamepad, and touch support with unified routing",
5
- "author": "Thomas Piquet",
5
+ "author": "THP Software",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "main": "./dist/index.cjs",
@@ -52,7 +52,7 @@
52
52
  "access": "public"
53
53
  },
54
54
  "dependencies": {
55
- "@utsp/types": "0.2.0-nightly.20251129170418.bd7edf7"
55
+ "@utsp/types": "0.2.0-nightly.20251129171929.16a5bbd"
56
56
  },
57
57
  "devDependencies": {
58
58
  "typescript": "^5.6.3"