@quenty/deathreport 10.30.4-canary.ba2274e.0 → 10.30.4

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
- ## [10.30.4-canary.ba2274e.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.3...@quenty/deathreport@10.30.4-canary.ba2274e.0) (2026-01-02)
6
+ ## [10.30.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.3...@quenty/deathreport@10.30.4) (2026-01-03)
7
7
 
8
8
  **Note:** Version bump only for package @quenty/deathreport
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/deathreport",
3
- "version": "10.30.4-canary.ba2274e.0",
3
+ "version": "10.30.4",
4
4
  "description": "Death report service which will track the deaths of players",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,19 +29,19 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@quenty/baseobject": "10.9.0",
33
- "@quenty/binder": "14.25.7-canary.ba2274e.0",
34
- "@quenty/characterutils": "12.22.5",
35
- "@quenty/humanoidkillerutils": "2.3.3",
36
- "@quenty/loader": "10.9.0",
37
- "@quenty/maid": "3.5.0",
38
- "@quenty/playerhumanoidbinder": "14.25.7-canary.ba2274e.0",
39
- "@quenty/remoting": "12.21.5",
40
- "@quenty/rx": "13.20.3",
41
- "@quenty/rxbinderutils": "14.25.7-canary.ba2274e.0",
42
- "@quenty/servicebag": "11.13.3",
43
- "@quenty/signal": "7.11.2",
44
- "@quenty/table": "3.8.0"
32
+ "@quenty/baseobject": "^10.9.1",
33
+ "@quenty/binder": "^14.25.7",
34
+ "@quenty/characterutils": "^12.22.6",
35
+ "@quenty/humanoidkillerutils": "^2.3.3",
36
+ "@quenty/loader": "^10.9.1",
37
+ "@quenty/maid": "^3.5.1",
38
+ "@quenty/playerhumanoidbinder": "^14.25.7",
39
+ "@quenty/remoting": "^12.21.6",
40
+ "@quenty/rx": "^13.20.4",
41
+ "@quenty/rxbinderutils": "^14.25.7",
42
+ "@quenty/servicebag": "^11.13.4",
43
+ "@quenty/signal": "^7.11.3",
44
+ "@quenty/table": "^3.8.0"
45
45
  },
46
- "gitHead": "ba2274ec070356518a157d80f912b05de9f74451"
46
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
47
47
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class DeathReportBindersClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Centralized death reporting service which can be used to track
3
4
  deaths.
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class PlayerDeathTrackerClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class PlayerKillTrackerClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TeamKillTrackerClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class DeathReportBindersServer
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class DeathTrackedHumanoid
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class PlayerDeathTracker
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TeamKillTracker
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class DeathReportServiceConstants
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class DeathReportUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class PlayerKillTrackerUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TeamKillTrackerUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ClientMain
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ServerMain
3
4
  ]]