@quenty/gameconfig 12.33.7 → 12.33.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,6 +3,14 @@
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
+ ## [12.33.8-canary.90de6eb.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/gameconfig@12.33.7...@quenty/gameconfig@12.33.8-canary.90de6eb.0) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/gameconfig
9
+
10
+
11
+
12
+
13
+
6
14
  ## [12.33.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/gameconfig@12.33.6...@quenty/gameconfig@12.33.7) (2025-12-31)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/gameconfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/gameconfig",
3
- "version": "12.33.7",
3
+ "version": "12.33.8-canary.90de6eb.0",
4
4
  "description": "Configuration service to specify Roblox badges, products, and other specific assets.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,32 +27,32 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@quenty/attributeutils": "^14.20.5",
31
- "@quenty/badgeutils": "^10.12.3",
32
- "@quenty/baseobject": "^10.9.0",
33
- "@quenty/binder": "^14.25.6",
34
- "@quenty/brio": "^14.20.4",
35
- "@quenty/canceltoken": "^11.13.3",
36
- "@quenty/clienttranslator": "^14.23.6",
37
- "@quenty/cmdrservice": "^13.29.7",
38
- "@quenty/instanceutils": "^13.20.5",
39
- "@quenty/loader": "^10.9.0",
40
- "@quenty/maid": "^3.5.0",
41
- "@quenty/marketplaceutils": "^11.13.3",
42
- "@quenty/observablecollection": "^12.24.6",
43
- "@quenty/playerutils": "^8.21.6",
44
- "@quenty/preferredparentutils": "^4.4.0",
45
- "@quenty/promise": "^10.12.3",
46
- "@quenty/pseudolocalize": "^3.5.0",
47
- "@quenty/remotefunctionutils": "^10.12.3",
48
- "@quenty/remoting": "^12.21.5",
49
- "@quenty/rx": "^13.20.3",
50
- "@quenty/rxbinderutils": "^14.25.6",
51
- "@quenty/servicebag": "^11.13.3",
52
- "@quenty/statestack": "^14.22.6",
53
- "@quenty/string": "^3.3.3",
54
- "@quenty/table": "^3.8.0",
55
- "@quenty/valueobject": "^13.21.6"
30
+ "@quenty/attributeutils": "14.20.6-canary.90de6eb.0",
31
+ "@quenty/badgeutils": "10.12.4-canary.90de6eb.0",
32
+ "@quenty/baseobject": "10.9.1-canary.90de6eb.0",
33
+ "@quenty/binder": "14.25.7-canary.90de6eb.0",
34
+ "@quenty/brio": "14.20.5-canary.90de6eb.0",
35
+ "@quenty/canceltoken": "11.13.4-canary.90de6eb.0",
36
+ "@quenty/clienttranslator": "14.23.7-canary.90de6eb.0",
37
+ "@quenty/cmdrservice": "13.29.8-canary.90de6eb.0",
38
+ "@quenty/instanceutils": "13.20.6-canary.90de6eb.0",
39
+ "@quenty/loader": "10.9.1-canary.90de6eb.0",
40
+ "@quenty/maid": "3.5.1-canary.90de6eb.0",
41
+ "@quenty/marketplaceutils": "11.13.4-canary.90de6eb.0",
42
+ "@quenty/observablecollection": "12.24.7-canary.90de6eb.0",
43
+ "@quenty/playerutils": "8.21.7-canary.90de6eb.0",
44
+ "@quenty/preferredparentutils": "4.4.0",
45
+ "@quenty/promise": "10.12.4-canary.90de6eb.0",
46
+ "@quenty/pseudolocalize": "3.5.0",
47
+ "@quenty/remotefunctionutils": "10.12.4-canary.90de6eb.0",
48
+ "@quenty/remoting": "12.21.6-canary.90de6eb.0",
49
+ "@quenty/rx": "13.20.4-canary.90de6eb.0",
50
+ "@quenty/rxbinderutils": "14.25.7-canary.90de6eb.0",
51
+ "@quenty/servicebag": "11.13.4-canary.90de6eb.0",
52
+ "@quenty/statestack": "14.22.7-canary.90de6eb.0",
53
+ "@quenty/string": "3.3.4-canary.90de6eb.0",
54
+ "@quenty/table": "3.8.0",
55
+ "@quenty/valueobject": "13.21.7-canary.90de6eb.0"
56
56
  },
57
- "gitHead": "ed3284dd547d8f9922043ca68ed16bf3769806bb"
57
+ "gitHead": "90de6ebb6e0cb5e6798e08b312cb1864c1d3354c"
58
58
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigCommandServiceClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigBindersClient
3
4
  ]=]
@@ -6,8 +7,9 @@ local require = require(script.Parent.loader).load(script)
6
7
 
7
8
  local Binder = require("Binder")
8
9
  local BinderProvider = require("BinderProvider")
10
+ local ServiceBag = require("ServiceBag")
9
11
 
10
- return BinderProvider.new(script.Name, function(self, serviceBag)
12
+ return BinderProvider.new(script.Name, function(self, serviceBag: ServiceBag.ServiceBag)
11
13
  self:Add(Binder.new("GameConfig", (require :: any)("GameConfigClient"), serviceBag))
12
14
  self:Add(Binder.new("GameConfigAsset", (require :: any)("GameConfigAssetClient"), serviceBag))
13
15
  end)
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigServiceClient
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Handles cmdr integration
3
4
  @class GameConfigCommandService
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigBindersServer
3
4
  ]=]
@@ -6,8 +7,9 @@ local require = require(script.Parent.loader).load(script)
6
7
 
7
8
  local Binder = require("Binder")
8
9
  local BinderProvider = require("BinderProvider")
10
+ local ServiceBag = require("ServiceBag")
9
11
 
10
- return BinderProvider.new(script.Name, function(self, serviceBag)
12
+ return BinderProvider.new(script.Name, function(self, serviceBag: ServiceBag.ServiceBag)
11
13
  self:Add(Binder.new("GameConfig", (require :: any)("GameConfig"), serviceBag))
12
14
  self:Add(Binder.new("GameConfigAsset", (require :: any)("GameConfigAsset"), serviceBag))
13
15
  end)
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class MantleConfigProvider
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigCmdrUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigAssetUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigBase
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class GameConfigUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Provides an interface to query game configurations from assets in the world.
3
4
  @class GameConfigPicker
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TestMantleConfigProvider
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
  ]]