@quenty/settings 7.0.1-canary.444.4f02c27.0 → 8.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,12 +3,9 @@
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
- ## [7.0.1-canary.444.4f02c27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@7.0.0...@quenty/settings@7.0.1-canary.444.4f02c27.0) (2024-02-13)
6
+ # [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@7.0.0...@quenty/settings@8.0.0) (2024-02-13)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
8
+ **Note:** Version bump only for package @quenty/settings
12
9
 
13
10
 
14
11
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2024 James Onnen (Quenty)
3
+ Copyright (c) 2014-2023 James Onnen (Quenty)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/settings",
3
- "version": "7.0.1-canary.444.4f02c27.0",
3
+ "version": "8.0.0",
4
4
  "description": "Centralized player settings service",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,33 +25,33 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/attributeutils": "11.0.1-canary.444.4f02c27.0",
29
- "@quenty/baseobject": "8.0.1-canary.444.4f02c27.0",
30
- "@quenty/binder": "11.0.1-canary.444.4f02c27.0",
31
- "@quenty/cmdrservice": "10.0.1-canary.444.4f02c27.0",
32
- "@quenty/datastore": "10.0.1-canary.444.4f02c27.0",
33
- "@quenty/enumutils": "3.1.0",
34
- "@quenty/jsonutils": "8.0.1-canary.444.4f02c27.0",
35
- "@quenty/loader": "8.0.1-canary.444.4f02c27.0",
36
- "@quenty/maid": "3.0.0",
37
- "@quenty/observablecollection": "8.0.1-canary.444.4f02c27.0",
38
- "@quenty/playerbinder": "11.0.1-canary.444.4f02c27.0",
39
- "@quenty/playerutils": "5.0.1-canary.444.4f02c27.0",
40
- "@quenty/remotefunctionutils": "8.0.1-canary.444.4f02c27.0",
41
- "@quenty/remoting": "9.0.1-canary.444.4f02c27.0",
42
- "@quenty/rx": "10.0.1-canary.444.4f02c27.0",
43
- "@quenty/rxbinderutils": "11.0.1-canary.444.4f02c27.0",
44
- "@quenty/servicebag": "9.0.1-canary.444.4f02c27.0",
45
- "@quenty/signal": "5.0.1-canary.444.4f02c27.0",
46
- "@quenty/statestack": "11.0.1-canary.444.4f02c27.0",
47
- "@quenty/string": "3.1.0",
48
- "@quenty/symbol": "3.0.0",
49
- "@quenty/table": "3.4.0",
50
- "@quenty/throttle": "8.0.1-canary.444.4f02c27.0",
51
- "@quenty/valueobject": "10.0.1-canary.444.4f02c27.0"
28
+ "@quenty/attributeutils": "^12.0.0",
29
+ "@quenty/baseobject": "^8.0.0",
30
+ "@quenty/binder": "^12.0.0",
31
+ "@quenty/cmdrservice": "^11.0.0",
32
+ "@quenty/datastore": "^11.0.0",
33
+ "@quenty/enumutils": "^3.1.0",
34
+ "@quenty/jsonutils": "^8.0.0",
35
+ "@quenty/loader": "^8.0.0",
36
+ "@quenty/maid": "^3.0.0",
37
+ "@quenty/observablecollection": "^9.0.0",
38
+ "@quenty/playerbinder": "^12.0.0",
39
+ "@quenty/playerutils": "^6.0.0",
40
+ "@quenty/remotefunctionutils": "^8.0.0",
41
+ "@quenty/remoting": "^10.0.0",
42
+ "@quenty/rx": "^11.0.0",
43
+ "@quenty/rxbinderutils": "^12.0.0",
44
+ "@quenty/servicebag": "^9.0.0",
45
+ "@quenty/signal": "^5.0.0",
46
+ "@quenty/statestack": "^12.0.0",
47
+ "@quenty/string": "^3.1.0",
48
+ "@quenty/symbol": "^3.0.0",
49
+ "@quenty/table": "^3.4.0",
50
+ "@quenty/throttle": "^8.0.0",
51
+ "@quenty/valueobject": "^11.0.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "4f02c27e96314724c58778e8c113c0d362e16ae4"
56
+ "gitHead": "87df864b5b6a9a9cef7544f6e8054a12cdd120bd"
57
57
  }
@@ -1,15 +1,16 @@
1
1
  --[[
2
2
  @class ClientMain
3
3
  ]]
4
- local loader = game:GetService("ReplicatedStorage"):WaitForChild("settings"):WaitForChild("loader")
5
- local require = require(loader).bootstrapGame(loader.Parent)
4
+ local packages = game:GetService("ReplicatedStorage"):WaitForChild("Packages")
6
5
 
7
- local serviceBag = require("ServiceBag").new()
8
- serviceBag:GetService(require("SettingsServiceClient"))
6
+ local serviceBag = require(packages.ServiceBag).new()
7
+ serviceBag:GetService(packages.SettingsServiceClient)
8
+
9
+ -- Start game
9
10
  serviceBag:Init()
10
11
  serviceBag:Start()
11
12
 
12
- local SettingDefinition = require("SettingDefinition")
13
+ local SettingDefinition = require(packages.SettingDefinition)
13
14
 
14
15
  local volumeDefinition = SettingDefinition.new("Volume", 1)
15
16
  local volume = volumeDefinition:Get(serviceBag, game.Players.LocalPlayer)
@@ -4,16 +4,18 @@
4
4
  local ServerScriptService = game:GetService("ServerScriptService")
5
5
 
6
6
  local loader = ServerScriptService:FindFirstChild("LoaderUtils", true).Parent
7
- local require = require(loader).bootstrapGame(ServerScriptService.settings)
7
+ local packages = require(loader).bootstrapGame(ServerScriptService.settings)
8
8
 
9
- local serviceBag = require("ServiceBag").new()
10
- serviceBag:GetService(require("SettingsService"))
11
- local bridge = serviceBag:GetService(require("SettingsServiceBridge"))
9
+ local serviceBag = require(packages.ServiceBag).new()
10
+ serviceBag:GetService(packages.SettingsService)
11
+ local bridge = serviceBag:GetService(packages.SettingsServiceBridge)
12
12
 
13
- local SettingDefinition = require("SettingDefinition")
13
+ local SettingDefinition = require(packages.SettingDefinition)
14
14
 
15
15
  local screenShakeDefinition = SettingDefinition.new("ScreenShake", false)
16
16
  serviceBag:GetService(screenShakeDefinition)
17
+
18
+ -- Start game
17
19
  serviceBag:Init()
18
20
  serviceBag:Start()
19
21