@utsp/input 0.17.0-nightly.20260127101256.e83fcc8 → 0.17.0-nightly.20260127225451.86b0757

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 (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 THP Software
3
+ Copyright (c) 2026 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utsp/input",
3
- "version": "0.17.0-nightly.20260127101256.e83fcc8",
3
+ "version": "0.17.0-nightly.20260127225451.86b0757",
4
4
  "description": "Comprehensive input management system for UTSP - keyboard, mouse, gamepad, and touch support with unified routing",
5
5
  "author": "THP Software",
6
6
  "license": "MIT",
@@ -104,7 +104,7 @@
104
104
  "access": "public"
105
105
  },
106
106
  "dependencies": {
107
- "@utsp/types": "0.17.0-nightly.20260127101256.e83fcc8"
107
+ "@utsp/types": "0.17.0-nightly.20260127225451.86b0757"
108
108
  },
109
109
  "devDependencies": {
110
110
  "typescript": "^5.6.3"