@quenty/characterutils 12.32.0 → 12.32.1

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,10 @@
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
+ ## [12.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.32.0...@quenty/characterutils@12.32.1) (2026-05-30)
7
+
8
+ **Note:** Version bump only for package @quenty/characterutils
9
+
6
10
  # [12.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.31.2...@quenty/characterutils@12.32.0) (2026-05-29)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/characterutils",
3
- "version": "12.32.0",
3
+ "version": "12.32.1",
4
4
  "description": "CharacterUtils",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,18 +28,18 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/brio": "14.30.0",
31
+ "@quenty/brio": "14.30.1",
32
32
  "@quenty/deferred": "2.3.2",
33
- "@quenty/instanceutils": "13.30.0",
33
+ "@quenty/instanceutils": "13.30.1",
34
34
  "@quenty/loader": "10.11.0",
35
35
  "@quenty/maid": "3.9.0",
36
36
  "@quenty/nevermore-test-runner": "1.4.0",
37
- "@quenty/promise": "10.18.0",
38
- "@quenty/rx": "13.28.2",
37
+ "@quenty/promise": "10.18.1",
38
+ "@quenty/rx": "13.28.3",
39
39
  "@quentystudios/jest-lua": "3.10.0-quenty.2"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
44
+ "gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
45
45
  }
@@ -87,7 +87,7 @@ function CharacterUtils.unequipTools(player: Player)
87
87
  end
88
88
 
89
89
  --[=[
90
- Returns the player that a descendent is part of, if it is part of one.
90
+ Returns the player that a descendant is part of, if it is part of one.
91
91
 
92
92
  ```lua
93
93
  script.Parent.Touched:Connect(function(inst)