@quenty/playerhumanoidbinder 14.20.0-canary.559.b31717d.0 → 14.20.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,7 +3,7 @@
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
- # [14.20.0-canary.559.b31717d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerhumanoidbinder@14.19.3...@quenty/playerhumanoidbinder@14.20.0-canary.559.b31717d.0) (2025-05-10)
6
+ # [14.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/playerhumanoidbinder@14.19.3...@quenty/playerhumanoidbinder@14.20.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/playerhumanoidbinder",
3
- "version": "14.20.0-canary.559.b31717d.0",
3
+ "version": "14.20.0",
4
4
  "description": "Binder that will automatically bind to each player's humanoid",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,14 +25,14 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/binder": "14.20.0-canary.559.b31717d.0",
29
- "@quenty/humanoidtracker": "13.18.0-canary.559.b31717d.0",
30
- "@quenty/loader": "10.8.3",
31
- "@quenty/maid": "3.4.3",
32
- "@quenty/valueobject": "13.18.0-canary.559.b31717d.0"
28
+ "@quenty/binder": "^14.20.0",
29
+ "@quenty/humanoidtracker": "^13.18.0",
30
+ "@quenty/loader": "^10.9.0",
31
+ "@quenty/maid": "^3.5.0",
32
+ "@quenty/valueobject": "^13.18.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "b31717d8c9f7620c457f5018a2affa760a65334a"
37
+ "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
38
38
  }
@@ -130,5 +130,4 @@ function PlayerCharacterBinder:_handlePlayerAdded(playerMaid, player)
130
130
  playerMaid[player] = maid
131
131
  end
132
132
 
133
-
134
- return PlayerCharacterBinder
133
+ return PlayerCharacterBinder
@@ -8,10 +8,10 @@ local require = require(script.Parent.loader).load(script)
8
8
  local Players = game:GetService("Players")
9
9
 
10
10
  local Binder = require("Binder")
11
- local Maid = require("Maid")
12
- local ValueObject = require("ValueObject")
13
11
  local HumanoidTrackerService = require("HumanoidTrackerService")
12
+ local Maid = require("Maid")
14
13
  local ServiceBag = require("ServiceBag")
14
+ local ValueObject = require("ValueObject")
15
15
 
16
16
  local PlayerHumanoidBinder = setmetatable({}, Binder)
17
17
  PlayerHumanoidBinder.ClassName = "PlayerHumanoidBinder"
@@ -136,5 +136,4 @@ function PlayerHumanoidBinder:_handlePlayerAdded(playerMaid, player)
136
136
  playerMaid[player] = maid
137
137
  end
138
138
 
139
-
140
- return PlayerHumanoidBinder
139
+ return PlayerHumanoidBinder