@quenty/ragdoll 15.50.0 → 15.50.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
+ ## [15.50.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ragdoll@15.50.0...@quenty/ragdoll@15.50.1) (2026-05-30)
7
+
8
+ **Note:** Version bump only for package @quenty/ragdoll
9
+
6
10
  # [15.50.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ragdoll@15.49.0...@quenty/ragdoll@15.50.0) (2026-05-29)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/ragdoll",
3
- "version": "15.50.0",
3
+ "version": "15.50.1",
4
4
  "description": "Quenty's Ragdoll system for Roblox - Floppy fun ragdolls",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,40 +28,40 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/adorneedata": "7.34.0",
32
- "@quenty/attributeutils": "14.30.0",
31
+ "@quenty/adorneedata": "7.34.1",
32
+ "@quenty/attributeutils": "14.30.1",
33
33
  "@quenty/baseobject": "10.13.0",
34
- "@quenty/binder": "14.36.0",
35
- "@quenty/brio": "14.30.0",
36
- "@quenty/camera": "14.40.0",
34
+ "@quenty/binder": "14.36.1",
35
+ "@quenty/brio": "14.30.1",
36
+ "@quenty/camera": "14.40.1",
37
37
  "@quenty/cancellabledelay": "3.6.2",
38
- "@quenty/characterutils": "12.32.0",
39
- "@quenty/draw": "7.14.0",
40
- "@quenty/enumutils": "3.4.5",
38
+ "@quenty/characterutils": "12.32.1",
39
+ "@quenty/draw": "7.14.1",
40
+ "@quenty/enumutils": "3.4.6",
41
41
  "@quenty/hapticfeedbackutils": "3.3.2",
42
- "@quenty/instanceutils": "13.30.0",
42
+ "@quenty/instanceutils": "13.30.1",
43
43
  "@quenty/loader": "10.11.0",
44
44
  "@quenty/maid": "3.9.0",
45
- "@quenty/motor6d": "7.42.0",
46
- "@quenty/physicsutils": "8.28.2",
47
- "@quenty/playerhumanoidbinder": "14.37.0",
48
- "@quenty/promise": "10.18.0",
49
- "@quenty/qframe": "10.22.0",
50
- "@quenty/r15utils": "13.31.0",
51
- "@quenty/remoting": "12.32.0",
52
- "@quenty/rx": "13.28.2",
53
- "@quenty/rxbinderutils": "14.36.0",
54
- "@quenty/rxsignal": "7.28.2",
55
- "@quenty/servicebag": "11.18.0",
45
+ "@quenty/motor6d": "7.42.1",
46
+ "@quenty/physicsutils": "8.28.3",
47
+ "@quenty/playerhumanoidbinder": "14.37.1",
48
+ "@quenty/promise": "10.18.1",
49
+ "@quenty/qframe": "10.22.1",
50
+ "@quenty/r15utils": "13.31.1",
51
+ "@quenty/remoting": "12.32.1",
52
+ "@quenty/rx": "13.28.3",
53
+ "@quenty/rxbinderutils": "14.36.1",
54
+ "@quenty/rxsignal": "7.28.3",
55
+ "@quenty/servicebag": "11.18.1",
56
56
  "@quenty/spring": "10.12.0",
57
57
  "@quenty/steputils": "3.6.3",
58
58
  "@quenty/table": "3.9.2",
59
- "@quenty/tie": "10.40.0",
60
- "@quenty/valuebaseutils": "13.30.0",
61
- "@quenty/valueobject": "13.31.0"
59
+ "@quenty/tie": "10.40.1",
60
+ "@quenty/valuebaseutils": "13.30.1",
61
+ "@quenty/valueobject": "13.31.1"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
66
+ "gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
67
67
  }
@@ -7,7 +7,7 @@
7
7
  Initialize this whole system through [RagdollServiceClient].
8
8
  :::
9
9
 
10
- ```
10
+ ```lua
11
11
  serviceBag:GetService(require("RagdollClient"))
12
12
  ```
13
13
 
@@ -1,6 +1,6 @@
1
1
  --!nonstrict
2
2
  --[=[
3
- Ragdolls the humanoid on death. Should be bound via [RagdollBindersClient].
3
+ Ragdolls the humanoid on fall. Should be bound via [RagdollBindersClient].
4
4
 
5
5
  @client
6
6
  @class RagdollHumanoidOnFallClient
@@ -1,6 +1,6 @@
1
1
  --!nonstrict
2
2
  --[=[
3
- Ragdolls the humanoid on death. This class exports a [Binder].
3
+ Shakes the camera on ragdoll. This class exports a [Binder].
4
4
  @server
5
5
  @class RagdollCameraShake
6
6
  ]=]
@@ -53,7 +53,7 @@ function RagdollService:SetRagdollOnFall(ragdollOnFall: boolean)
53
53
  end
54
54
 
55
55
  --[=[
56
- Sets whether ragdolls should unragdoll automatically.
56
+ Sets whether ragdolls should ragdoll on death.
57
57
  @param ragdollOnDeath boolean
58
58
  ]=]
59
59
  function RagdollService:SetRagdollOnDeath(ragdollOnDeath: boolean)