@quenty/seatutils 2.0.0-canary.367.e9fdcbc.0 → 2.0.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,87 @@
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
- # [2.0.0-canary.367.e9fdcbc.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.11.0...@quenty/seatutils@2.0.0-canary.367.e9fdcbc.0) (2023-06-05)
6
+ # [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.21.0...@quenty/seatutils@2.0.0) (2023-10-11)
7
+
8
+ **Note:** Version bump only for package @quenty/seatutils
9
+
10
+
11
+
12
+
13
+
14
+ # [1.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.20.0...@quenty/seatutils@1.21.0) (2023-09-21)
15
+
16
+ **Note:** Version bump only for package @quenty/seatutils
17
+
18
+
19
+
20
+
21
+
22
+ # [1.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.19.0...@quenty/seatutils@1.20.0) (2023-09-04)
23
+
24
+ **Note:** Version bump only for package @quenty/seatutils
25
+
26
+
27
+
28
+
29
+
30
+ # [1.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.18.0...@quenty/seatutils@1.19.0) (2023-08-23)
31
+
32
+ **Note:** Version bump only for package @quenty/seatutils
33
+
34
+
35
+
36
+
37
+
38
+ # [1.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.17.0...@quenty/seatutils@1.18.0) (2023-08-01)
39
+
40
+ **Note:** Version bump only for package @quenty/seatutils
41
+
42
+
43
+
44
+
45
+
46
+ # [1.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.16.0...@quenty/seatutils@1.17.0) (2023-07-28)
47
+
48
+ **Note:** Version bump only for package @quenty/seatutils
49
+
50
+
51
+
52
+
53
+
54
+ # [1.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.15.0...@quenty/seatutils@1.16.0) (2023-07-23)
55
+
56
+ **Note:** Version bump only for package @quenty/seatutils
57
+
58
+
59
+
60
+
61
+
62
+ # [1.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.14.0...@quenty/seatutils@1.15.0) (2023-07-15)
63
+
64
+ **Note:** Version bump only for package @quenty/seatutils
65
+
66
+
67
+
68
+
69
+
70
+ # [1.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.13.0...@quenty/seatutils@1.14.0) (2023-07-10)
71
+
72
+ **Note:** Version bump only for package @quenty/seatutils
73
+
74
+
75
+
76
+
77
+
78
+ # [1.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.12.0...@quenty/seatutils@1.13.0) (2023-06-17)
79
+
80
+ **Note:** Version bump only for package @quenty/seatutils
81
+
82
+
83
+
84
+
85
+
86
+ # [1.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/seatutils@1.11.0...@quenty/seatutils@1.12.0) (2023-06-05)
7
87
 
8
88
  **Note:** Version bump only for package @quenty/seatutils
9
89
 
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  Holds utilities to work with Roblox seats
16
16
 
17
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/SeatUtilsUtils">View docs →</a></div>
17
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/SeatUtils">View docs →</a></div>
18
18
 
19
19
  ## Installation
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/seatutils",
3
- "version": "2.0.0-canary.367.e9fdcbc.0",
3
+ "version": "2.0.0",
4
4
  "description": "Holds utilities to work with Roblox seats",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,15 +25,15 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/brio": "8.13.0",
29
- "@quenty/characterutils": "6.7.0",
30
- "@quenty/instanceutils": "7.14.0",
31
- "@quenty/loader": "6.2.1",
32
- "@quenty/rx": "7.11.0",
33
- "@quenty/statestack": "9.0.0-canary.367.e9fdcbc.0"
28
+ "@quenty/brio": "^9.0.0",
29
+ "@quenty/characterutils": "^7.0.0",
30
+ "@quenty/instanceutils": "^8.0.0",
31
+ "@quenty/loader": "^7.0.0",
32
+ "@quenty/rx": "^8.0.0",
33
+ "@quenty/statestack": "^9.0.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "e9fdcbc6ea1d46e068bf42a08b833099e9005259"
38
+ "gitHead": "fdeae46099587019ec5fc15317dc673aed379400"
39
39
  }
@@ -8,6 +8,12 @@ local CharacterUtils = require("CharacterUtils")
8
8
 
9
9
  local SeatUtils = {}
10
10
 
11
+ --[=[
12
+ Gets seat player occupants for all seats
13
+
14
+ @param seats { Seat }
15
+ @return { Player }
16
+ ]=]
11
17
  function SeatUtils.getPlayerOccupants(seats)
12
18
  local players = {}
13
19