@quenty/resetservice 11.7.1-canary.499.60b3012.0 → 11.8.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,7 @@
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
- ## [11.7.1-canary.499.60b3012.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/resetservice@11.7.0...@quenty/resetservice@11.7.1-canary.499.60b3012.0) (2024-09-24)
6
+ # [11.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/resetservice@11.7.0...@quenty/resetservice@11.8.0) (2024-09-25)
7
7
 
8
8
  **Note:** Version bump only for package @quenty/resetservice
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/resetservice",
3
- "version": "11.7.1-canary.499.60b3012.0",
3
+ "version": "11.8.0",
4
4
  "description": "Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,17 +26,17 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/coreguiutils": "10.4.0",
30
- "@quenty/loader": "10.4.0",
31
- "@quenty/maid": "3.3.0",
32
- "@quenty/playerutils": "8.5.1-canary.499.60b3012.0",
33
- "@quenty/promise": "10.4.0",
34
- "@quenty/remoting": "12.6.1-canary.499.60b3012.0",
35
- "@quenty/statestack": "14.6.1-canary.499.60b3012.0",
36
- "@quenty/table": "3.5.0"
29
+ "@quenty/coreguiutils": "^10.5.0",
30
+ "@quenty/loader": "^10.5.0",
31
+ "@quenty/maid": "^3.3.0",
32
+ "@quenty/playerutils": "^8.6.0",
33
+ "@quenty/promise": "^10.5.0",
34
+ "@quenty/remoting": "^12.7.0",
35
+ "@quenty/statestack": "^14.7.0",
36
+ "@quenty/table": "^3.5.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "60b3012c35a2bf7c3c6a01ec440f9d639b9ad0cc"
41
+ "gitHead": "41715b15e2b48b2d22ff4f5277a8d4b7a0d32ef3"
42
42
  }
@@ -39,7 +39,7 @@ function ResetServiceClient:Init()
39
39
 
40
40
  CoreGuiUtils.promiseRetrySetCore(RETRY_ATTEMPTS, INITIAL_WAIT_TIME, "ResetButtonCallback", self._resetBindable)
41
41
  :Catch(function(err)
42
- warn(("[ResetServiceClient] - Failed to SetCore due to %q"):format(tostring(err)))
42
+ warn(string.format("[ResetServiceClient] - Failed to SetCore due to %q", tostring(err)))
43
43
  end)
44
44
  end
45
45
 
@@ -67,4 +67,4 @@ function ResetServiceClient:Destroy()
67
67
  self._maid = nil
68
68
  end
69
69
 
70
- return ResetServiceClient
70
+ return ResetServiceClient