@quenty/playerinputmode 9.25.7 → 9.25.8

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.25.8](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@9.25.7...@quenty/playerinputmode@9.25.8) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/playerinputmode
9
+
10
+
11
+
12
+
13
+
6
14
  ## [9.25.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerinputmode@9.25.6...@quenty/playerinputmode@9.25.7) (2025-12-31)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/playerinputmode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/playerinputmode",
3
- "version": "9.25.7",
3
+ "version": "9.25.8",
4
4
  "description": "Service that takes active input modes from the player and exposes it to every other player via the server.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,20 +26,20 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/attributeutils": "^14.20.5",
30
- "@quenty/brio": "^14.20.4",
31
- "@quenty/inputmode": "^13.23.7",
32
- "@quenty/loader": "^10.9.0",
33
- "@quenty/maid": "^3.5.0",
34
- "@quenty/playerutils": "^8.21.6",
35
- "@quenty/promise": "^10.12.3",
36
- "@quenty/remoting": "^12.21.5",
37
- "@quenty/rx": "^13.20.3",
38
- "@quenty/servicebag": "^11.13.3",
29
+ "@quenty/attributeutils": "^14.20.6",
30
+ "@quenty/brio": "^14.20.5",
31
+ "@quenty/inputmode": "^13.23.8",
32
+ "@quenty/loader": "^10.9.1",
33
+ "@quenty/maid": "^3.5.1",
34
+ "@quenty/playerutils": "^8.21.7",
35
+ "@quenty/promise": "^10.12.4",
36
+ "@quenty/remoting": "^12.21.6",
37
+ "@quenty/rx": "^13.20.4",
38
+ "@quenty/servicebag": "^11.13.4",
39
39
  "@quenty/table": "^3.8.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "ed3284dd547d8f9922043ca68ed16bf3769806bb"
44
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
45
45
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Reports back the player input mode to the server which allows for displaying what
3
4
  mode the uesr is using.
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Reports back the player input mode to the server which allows for displaying what
3
4
  mode the uesr is using.
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class PlayerInputModeTypes
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Utility methods to track public player input mode
3
4