@quenty/teamutils 10.17.4-canary.559.339cfa7.0 → 10.18.0-canary.0a5db80.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,20 +3,12 @@
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.17.4-canary.559.339cfa7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/teamutils@10.17.3...@quenty/teamutils@10.17.4-canary.559.339cfa7.0) (2025-05-10)
6
+ # [10.18.0-canary.0a5db80.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/teamutils@10.17.2...@quenty/teamutils@10.18.0-canary.0a5db80.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
12
-
13
-
14
-
15
-
16
-
17
- ## [10.17.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/teamutils@10.17.2...@quenty/teamutils@10.17.3) (2025-04-10)
18
-
19
- **Note:** Version bump only for package @quenty/teamutils
11
+ * Additional type checking updates ([7e008c5](https://github.com/Quenty/NevermoreEngine/commit/7e008c58547bd00b5904e56541454a38c8d72ccc))
20
12
 
21
13
 
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/teamutils",
3
- "version": "10.17.4-canary.559.339cfa7.0",
3
+ "version": "10.18.0-canary.0a5db80.0",
4
4
  "description": "Team utility methods",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,11 +28,11 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@quenty/brio": "14.17.4-canary.559.339cfa7.0",
32
- "@quenty/instanceutils": "13.17.4-canary.559.339cfa7.0",
33
- "@quenty/loader": "10.8.4-canary.559.339cfa7.0",
34
- "@quenty/maid": "3.4.4-canary.559.339cfa7.0",
35
- "@quenty/rx": "13.17.4-canary.559.339cfa7.0"
31
+ "@quenty/brio": "14.18.0-canary.0a5db80.0",
32
+ "@quenty/instanceutils": "13.18.0-canary.0a5db80.0",
33
+ "@quenty/loader": "10.9.0-canary.0a5db80.0",
34
+ "@quenty/maid": "3.5.0-canary.0a5db80.0",
35
+ "@quenty/rx": "13.18.0-canary.0a5db80.0"
36
36
  },
37
- "gitHead": "339cfa778736f08768ed7305041f6221faa35bfc"
37
+ "gitHead": "0a5db8004684dc3e76fd5944599a22602d48cfa9"
38
38
  }
@@ -6,15 +6,15 @@
6
6
 
7
7
  local require = require(script.Parent.loader).load(script)
8
8
 
9
- local Players = game:GetService("Players")
10
9
  local Teams = game:GetService("Teams")
10
+ local Players = game:GetService("Players")
11
11
 
12
- local Brio = require("Brio")
13
- local Maid = require("Maid")
14
12
  local Observable = require("Observable")
15
- local Rx = require("Rx")
13
+ local Maid = require("Maid")
14
+ local Brio = require("Brio")
16
15
  local RxBrioUtils = require("RxBrioUtils")
17
16
  local RxInstanceUtils = require("RxInstanceUtils")
17
+ local Rx = require("Rx")
18
18
 
19
19
  local RxTeamUtils = {}
20
20
 
@@ -210,4 +210,4 @@ function RxTeamUtils.observeTeamsBrio(): Observable.Observable<Brio.Brio<Team>>
210
210
  end) :: any
211
211
  end
212
212
 
213
- return RxTeamUtils
213
+ return RxTeamUtils
@@ -23,4 +23,4 @@ function TeamUtils.getTeam(player)
23
23
  return player.Team
24
24
  end
25
25
 
26
- return TeamUtils
26
+ return TeamUtils