@quenty/coreguiutils 10.10.4 → 10.10.5-canary.559.339cfa7.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
+ ## [10.10.5-canary.559.339cfa7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/coreguiutils@10.10.4...@quenty/coreguiutils@10.10.5-canary.559.339cfa7.0) (2025-05-10)
7
+
8
+ **Note:** Version bump only for package @quenty/coreguiutils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [10.10.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/coreguiutils@10.10.3...@quenty/coreguiutils@10.10.4) (2025-04-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/coreguiutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/coreguiutils",
3
- "version": "10.10.4",
3
+ "version": "10.10.5-canary.559.339cfa7.0",
4
4
  "description": "Utility functions to work with the CoreGui",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,11 +25,11 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^10.8.3",
29
- "@quenty/promise": "^10.10.4"
28
+ "@quenty/loader": "10.8.4-canary.559.339cfa7.0",
29
+ "@quenty/promise": "10.10.5-canary.559.339cfa7.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
34
+ "gitHead": "339cfa778736f08768ed7305041f6221faa35bfc"
35
35
  }
@@ -59,7 +59,7 @@ end
59
59
  @return string? -- error, if there was one
60
60
  ]=]
61
61
  function CoreGuiUtils.tryToSetCore(...): (boolean, string?)
62
- local args = {...}
62
+ local args = { ... }
63
63
  local n = select("#", ...)
64
64
 
65
65
  local ok, err = pcall(function()
@@ -72,5 +72,4 @@ function CoreGuiUtils.tryToSetCore(...): (boolean, string?)
72
72
  return true
73
73
  end
74
74
 
75
-
76
- return CoreGuiUtils
75
+ return CoreGuiUtils