@quenty/spawning 10.30.7-canary.b2b6e1d.0 → 10.30.8-canary.90de6eb.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,12 +3,20 @@
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.7-canary.b2b6e1d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spawning@10.30.6...@quenty/spawning@10.30.7-canary.b2b6e1d.0) (2025-12-30)
6
+ ## [10.30.8-canary.90de6eb.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spawning@10.30.7...@quenty/spawning@10.30.8-canary.90de6eb.0) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/spawning
9
+
10
+
11
+
12
+
13
+
14
+ ## [10.30.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spawning@10.30.6...@quenty/spawning@10.30.7) (2025-12-31)
7
15
 
8
16
 
9
17
  ### Bug Fixes
10
18
 
11
- * Fix dependencies missing in packages ([f294cf2](https://github.com/Quenty/NevermoreEngine/commit/f294cf2eec1dd0e95b09d4126287b812b77e1e72))
19
+ * Fix dependencies missing in packages ([97bd47d](https://github.com/Quenty/NevermoreEngine/commit/97bd47d341017152f91a28d8444252d20a8de9fa))
12
20
 
13
21
 
14
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/spawning",
3
- "version": "10.30.7-canary.b2b6e1d.0",
3
+ "version": "10.30.8-canary.90de6eb.0",
4
4
  "description": "Centralized spawning system",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -24,17 +24,17 @@
24
24
  "Quenty"
25
25
  ],
26
26
  "dependencies": {
27
- "@quenty/binder": "14.25.6-canary.b2b6e1d.0",
28
- "@quenty/cmdrservice": "13.29.7-canary.b2b6e1d.0",
29
- "@quenty/loader": "10.9.0",
30
- "@quenty/maid": "3.5.0",
31
- "@quenty/randomutils": "6.11.0",
27
+ "@quenty/binder": "14.25.7-canary.90de6eb.0",
28
+ "@quenty/cmdrservice": "13.29.8-canary.90de6eb.0",
29
+ "@quenty/loader": "10.9.1-canary.90de6eb.0",
30
+ "@quenty/maid": "3.5.1-canary.90de6eb.0",
31
+ "@quenty/randomutils": "6.11.1-canary.90de6eb.0",
32
32
  "@quenty/raycaster": "3.5.1",
33
- "@quenty/servicebag": "11.13.4-canary.b2b6e1d.0",
33
+ "@quenty/servicebag": "11.13.4-canary.90de6eb.0",
34
34
  "@quentystudios/t": "^3.0.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "b2b6e1d9fe6e894de48351ee64859d59d82468fe"
39
+ "gitHead": "90de6ebb6e0cb5e6798e08b312cb1864c1d3354c"
40
40
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class SpawnServiceClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class SpawnBinderGroupsServer
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class SpawnCmdrService
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Handles spawning stuff in the game
3
4
  @class SpawnService