@quenty/ik 15.35.3-canary.90b99a0.0 → 15.35.3-canary.9a4e7b7.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
- ## [15.35.3-canary.90b99a0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.35.2...@quenty/ik@15.35.3-canary.90b99a0.0) (2025-12-31)
6
+ ## [15.35.3-canary.9a4e7b7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.35.2...@quenty/ik@15.35.3-canary.9a4e7b7.0) (2026-01-02)
7
7
 
8
8
  **Note:** Version bump only for package @quenty/ik
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/ik",
3
- "version": "15.35.3-canary.90b99a0.0",
3
+ "version": "15.35.3-canary.9a4e7b7.0",
4
4
  "description": "Inverse Kinematics for characters on Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,34 +28,34 @@
28
28
  "dependencies": {
29
29
  "@quenty/acceltween": "2.5.3",
30
30
  "@quenty/baseobject": "10.9.0",
31
- "@quenty/binder": "14.25.6-canary.90b99a0.0",
32
- "@quenty/brio": "14.20.4-canary.90b99a0.0",
33
- "@quenty/camera": "14.26.6-canary.90b99a0.0",
34
- "@quenty/characterutils": "12.22.5-canary.90b99a0.0",
35
- "@quenty/humanoidtracker": "13.21.6-canary.90b99a0.0",
36
- "@quenty/instanceutils": "13.20.5-canary.90b99a0.0",
31
+ "@quenty/binder": "14.25.6-canary.9a4e7b7.0",
32
+ "@quenty/brio": "14.20.4-canary.9a4e7b7.0",
33
+ "@quenty/camera": "14.26.6-canary.9a4e7b7.0",
34
+ "@quenty/characterutils": "12.22.5-canary.9a4e7b7.0",
35
+ "@quenty/humanoidtracker": "13.21.6-canary.9a4e7b7.0",
36
+ "@quenty/instanceutils": "13.20.5-canary.9a4e7b7.0",
37
37
  "@quenty/loader": "10.9.0",
38
38
  "@quenty/maid": "3.5.0",
39
39
  "@quenty/math": "2.7.3",
40
- "@quenty/motor6d": "7.28.6-canary.90b99a0.0",
40
+ "@quenty/motor6d": "7.28.6-canary.9a4e7b7.0",
41
41
  "@quenty/optional": "11.9.0",
42
- "@quenty/promise": "10.12.3-canary.90b99a0.0",
43
- "@quenty/qframe": "10.12.4-canary.90b99a0.0",
44
- "@quenty/r15utils": "13.21.5-canary.90b99a0.0",
45
- "@quenty/ragdoll": "15.34.3-canary.90b99a0.0",
46
- "@quenty/remoting": "12.21.5-canary.90b99a0.0",
47
- "@quenty/rx": "13.20.3-canary.90b99a0.0",
42
+ "@quenty/promise": "10.12.3-canary.9a4e7b7.0",
43
+ "@quenty/qframe": "10.12.4-canary.9a4e7b7.0",
44
+ "@quenty/r15utils": "13.21.5-canary.9a4e7b7.0",
45
+ "@quenty/ragdoll": "15.34.3-canary.9a4e7b7.0",
46
+ "@quenty/remoting": "12.21.5-canary.9a4e7b7.0",
47
+ "@quenty/rx": "13.20.3-canary.9a4e7b7.0",
48
48
  "@quenty/servicebag": "11.13.3",
49
49
  "@quenty/signal": "7.11.2",
50
50
  "@quenty/table": "3.8.0",
51
- "@quenty/tie": "10.26.6-canary.90b99a0.0",
52
- "@quenty/valueobject": "13.21.6-canary.90b99a0.0"
51
+ "@quenty/tie": "10.26.6-canary.9a4e7b7.0",
52
+ "@quenty/valueobject": "13.21.6-canary.9a4e7b7.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@quenty/rigbuilderutils": "10.22.6-canary.90b99a0.0"
55
+ "@quenty/rigbuilderutils": "10.22.6-canary.9a4e7b7.0"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "90b99a09c5776a0308eae3ee969f0ed7a644637c"
60
+ "gitHead": "9a4e7b734bdd71d5ba5c38742d37402ce2158ebc"
61
61
  }
@@ -11,6 +11,7 @@ local require = require(script.Parent.loader).load(script)
11
11
  local BaseObject = require("BaseObject")
12
12
  local CameraStackService = require("CameraStackService")
13
13
  local IKAimPositionPriorites = require("IKAimPositionPriorites")
14
+ local ServiceBag = require("ServiceBag")
14
15
 
15
16
  local MAX_AGE_FOR_AIM_DATA = 0.2
16
17
  local DEFAULT_REPLICATION_RATE = 1.3
@@ -27,7 +28,7 @@ IKRigAimerLocalPlayer.__index = IKRigAimerLocalPlayer
27
28
  @param ikRig IKRigClient
28
29
  @return IKRigAimerLocalPlayer
29
30
  ]=]
30
- function IKRigAimerLocalPlayer.new(serviceBag, ikRig)
31
+ function IKRigAimerLocalPlayer.new(serviceBag: ServiceBag.ServiceBag, ikRig)
31
32
  local self = setmetatable(BaseObject.new(), IKRigAimerLocalPlayer)
32
33
 
33
34
  self._cameraStackService = serviceBag:GetService(CameraStackService)
@@ -8,6 +8,7 @@ local ArmIKBase = require("ArmIKBase")
8
8
  local BaseObject = require("BaseObject")
9
9
  local CharacterUtils = require("CharacterUtils")
10
10
  local Promise = require("Promise")
11
+ local ServiceBag = require("ServiceBag")
11
12
  local Signal = require("Signal")
12
13
  local TorsoIKBase = require("TorsoIKBase")
13
14
 
@@ -15,7 +16,7 @@ local IKRigBase = setmetatable({}, BaseObject)
15
16
  IKRigBase.ClassName = "IKRigBase"
16
17
  IKRigBase.__index = IKRigBase
17
18
 
18
- function IKRigBase.new(humanoid, serviceBag)
19
+ function IKRigBase.new(humanoid, serviceBag: ServiceBag.ServiceBag)
19
20
  local self = setmetatable(BaseObject.new(humanoid, serviceBag), IKRigBase)
20
21
 
21
22
  self._serviceBag = assert(serviceBag, "No serviceBag")