@quenty/settings-inputkeymap 10.10.2-canary.497.476b7c9.0 → 10.10.2-canary.498.448f708.0

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,7 +3,7 @@
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
- ## [10.10.2-canary.497.476b7c9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.10.1...@quenty/settings-inputkeymap@10.10.2-canary.497.476b7c9.0) (2024-09-20)
6
+ ## [10.10.2-canary.498.448f708.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.10.1...@quenty/settings-inputkeymap@10.10.2-canary.498.448f708.0) (2024-09-22)
7
7
 
8
8
  **Note:** Version bump only for package @quenty/settings-inputkeymap
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/settings-inputkeymap",
3
- "version": "10.10.2-canary.497.476b7c9.0",
3
+ "version": "10.10.2-canary.498.448f708.0",
4
4
  "description": "Input key map setting saving for players",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,17 +28,17 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@quenty/baseobject": "10.4.1-canary.497.476b7c9.0",
32
- "@quenty/enumutils": "3.2.1-canary.497.476b7c9.0",
33
- "@quenty/inputkeymaputils": "14.8.2-canary.497.476b7c9.0",
34
- "@quenty/inputmode": "13.6.2-canary.497.476b7c9.0",
35
- "@quenty/jsonutils": "10.4.1-canary.497.476b7c9.0",
36
- "@quenty/loader": "10.4.1-canary.497.476b7c9.0",
31
+ "@quenty/baseobject": "10.4.0",
32
+ "@quenty/enumutils": "3.2.0",
33
+ "@quenty/inputkeymaputils": "14.8.2-canary.498.448f708.0",
34
+ "@quenty/inputmode": "13.6.1",
35
+ "@quenty/jsonutils": "10.4.0",
36
+ "@quenty/loader": "10.4.0",
37
37
  "@quenty/maid": "3.3.0",
38
- "@quenty/servicebag": "11.5.2-canary.497.476b7c9.0",
39
- "@quenty/settings": "11.8.2-canary.497.476b7c9.0",
38
+ "@quenty/servicebag": "11.5.1",
39
+ "@quenty/settings": "11.8.2-canary.498.448f708.0",
40
40
  "@quenty/string": "3.2.0",
41
41
  "@quenty/table": "3.5.0"
42
42
  },
43
- "gitHead": "476b7c94be8e1a68e8e281ccb9c8445c2b549812"
43
+ "gitHead": "448f7088a14fc1558896944bd00e420fbdc2d53a"
44
44
  }
@@ -49,10 +49,10 @@ function InputKeyMapSettingClient.new(serviceBag, inputKeyMapList)
49
49
  if decoded then
50
50
  inputKeyMap:SetInputTypesList(decoded)
51
51
  else
52
- warn(string.format("[InputKeyMapSettingClient] - Failed to decode setting value from %q", tostring(currentValue)))
52
+ warn(("[InputKeyMapSettingClient] - Failed to decode setting value from %q"):format(tostring(currentValue)))
53
53
  end
54
54
  else
55
- warn(string.format("[InputKeyMapSettingClient] - Failed to decode setting value from %q", tostring(currentValue)))
55
+ warn(("[InputKeyMapSettingClient] - Failed to decode setting value from %q"):format(tostring(currentValue)))
56
56
  end
57
57
  end))
58
58