@quenty/r15utils 13.18.0 → 13.19.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.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/r15utils@13.18.0...@quenty/r15utils@13.19.0) (2025-07-11)
7
+
8
+ **Note:** Version bump only for package @quenty/r15utils
9
+
10
+
11
+
12
+
13
+
6
14
  # [13.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/r15utils@13.17.3...@quenty/r15utils@13.18.0) (2025-05-10)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/r15utils",
3
- "version": "13.18.0",
3
+ "version": "13.19.0",
4
4
  "description": "Utility methods for R15 Characters",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
35
+ "gitHead": "b2387bbbc347e784216a6e9e2d1abefd23c1d375"
36
36
  }
@@ -108,7 +108,7 @@ end
108
108
  Retrieves hand attachment
109
109
  @param character Model
110
110
  @param side "Left" | "Right"
111
- @return Attachment?
111
+ @return BasePart?
112
112
  ]=]
113
113
  function R15Utils.getHand(character: Model, side: R15Side): BasePart?
114
114
  local result = character:FindFirstChild(R15Utils.getHandName(side))