@quenty/inputkeymaputils 5.2.0 → 5.3.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
+ # [5.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/inputkeymaputils@5.2.0...@quenty/inputkeymaputils@5.3.0) (2022-07-31)
7
+
8
+ **Note:** Version bump only for package @quenty/inputkeymaputils
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/inputkeymaputils@5.1.0...@quenty/inputkeymaputils@5.2.0) (2022-07-02)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/inputkeymaputils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/inputkeymaputils",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "Utility methods for input map",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,21 +26,21 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/baseobject": "^5.0.0",
30
- "@quenty/brio": "^6.1.0",
31
- "@quenty/inputmode": "^5.1.0",
29
+ "@quenty/baseobject": "^5.1.0",
30
+ "@quenty/brio": "^6.2.0",
31
+ "@quenty/inputmode": "^5.2.0",
32
32
  "@quenty/loader": "^5.0.0",
33
- "@quenty/maid": "^2.3.0",
34
- "@quenty/observablecollection": "^3.2.0",
35
- "@quenty/rx": "^5.1.0",
36
- "@quenty/servicebag": "^5.0.0",
37
- "@quenty/statestack": "^6.1.0",
33
+ "@quenty/maid": "^2.4.0",
34
+ "@quenty/observablecollection": "^3.3.0",
35
+ "@quenty/rx": "^5.2.0",
36
+ "@quenty/servicebag": "^5.1.0",
37
+ "@quenty/statestack": "^6.2.0",
38
38
  "@quenty/table": "^3.1.0",
39
- "@quenty/valuebaseutils": "^5.1.0",
40
- "@quenty/valueobject": "^5.1.0"
39
+ "@quenty/valuebaseutils": "^5.2.0",
40
+ "@quenty/valueobject": "^5.2.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "de33c83e7f897e2b0887c77aeb1fc7963756f234"
45
+ "gitHead": "e31b3a35aa475bb5699a24898a8639e107165b36"
46
46
  }
@@ -3,8 +3,6 @@
3
3
  @class InputKeyMapServiceClient
4
4
  ]=]
5
5
 
6
- local require = require(script.Parent.loader).load(script)
7
-
8
6
  local RunService = game:GetService("RunService")
9
7
 
10
8
  local InputKeyMapServiceClient = {}
@@ -2,11 +2,8 @@
2
2
  @class SlottedTouchButtonUtils
3
3
  ]=]
4
4
 
5
- local require = require(script.Parent.loader).load(script)
6
-
7
5
  local SlottedTouchButtonUtils = {}
8
6
 
9
-
10
7
  --[=[
11
8
  Internal data representing a slotted touch button
12
9
  @interface SlottedTouchButtonData