@quenty/inputmode 13.6.1 → 13.6.2-canary.497.25c8512.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,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
+ ## [13.6.2-canary.497.25c8512.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/inputmode@13.6.1...@quenty/inputmode@13.6.2-canary.497.25c8512.0) (2024-09-20)
7
+
8
+ **Note:** Version bump only for package @quenty/inputmode
9
+
10
+
11
+
12
+
13
+
6
14
  ## [13.6.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/inputmode@13.6.0...@quenty/inputmode@13.6.1) (2024-09-20)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/inputmode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/inputmode",
3
- "version": "13.6.1",
3
+ "version": "13.6.2-canary.497.25c8512.0",
4
4
  "description": "Trace input mode state and trigger changes correctly",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,17 +25,17 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/ducktype": "^5.4.0",
29
- "@quenty/loader": "^10.4.0",
30
- "@quenty/maid": "^3.3.0",
31
- "@quenty/rx": "^13.5.0",
32
- "@quenty/servicebag": "^11.5.1",
33
- "@quenty/signal": "^7.4.0",
34
- "@quenty/table": "^3.5.0",
35
- "@quenty/valueobject": "^13.5.0"
28
+ "@quenty/ducktype": "5.4.1-canary.497.25c8512.0",
29
+ "@quenty/loader": "10.4.1-canary.497.25c8512.0",
30
+ "@quenty/maid": "3.3.0",
31
+ "@quenty/rx": "13.5.1-canary.497.25c8512.0",
32
+ "@quenty/servicebag": "11.5.2-canary.497.25c8512.0",
33
+ "@quenty/signal": "7.4.1-canary.497.25c8512.0",
34
+ "@quenty/table": "3.5.0",
35
+ "@quenty/valueobject": "13.5.1-canary.497.25c8512.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "a0dc70feb2e9ae87eccca4193951975ff59b7aae"
40
+ "gitHead": "25c85124769eb0c92ad4d4c51bc950d9c319c994"
41
41
  }
@@ -147,7 +147,7 @@ function InputModeTypeSelector:__index(index)
147
147
  if value then
148
148
  return value
149
149
  else
150
- error(("[InputModeTypeSelector] - Bad index '%s'"):format(tostring(index)))
150
+ error(string.format("[InputModeTypeSelector] - Bad index '%s'", tostring(index)))
151
151
  end
152
152
  end
153
153
  end