@quenty/toolutils 1.2.0 → 1.2.1

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
+ ## [1.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.2.0...@quenty/toolutils@1.2.1) (2025-03-21)
7
+
8
+ **Note:** Version bump only for package @quenty/toolutils
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.1.0...@quenty/toolutils@1.2.0) (2025-02-18)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/toolutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/toolutils",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Utility methods for tools",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,13 +25,13 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/brio": "^14.16.0",
29
- "@quenty/instanceutils": "^13.16.0",
28
+ "@quenty/brio": "^14.16.1",
29
+ "@quenty/instanceutils": "^13.16.1",
30
30
  "@quenty/loader": "^10.8.0",
31
- "@quenty/rx": "^13.16.0"
31
+ "@quenty/rx": "^13.16.1"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "184a407d8d7366c39009444c3c9a7023cb176471"
36
+ "gitHead": "6b7c3e15e60cdb185986207b574e2b5591261e7a"
37
37
  }
@@ -1,3 +1,4 @@
1
+ --!strict
1
2
  --[=[
2
3
  @class ToolUtils
3
4
  ]=]
@@ -41,4 +42,4 @@ function ToolUtils.getEquippedPlayer(tool: Tool): Player?
41
42
  return CharacterUtils.getPlayerFromCharacter(humanoid)
42
43
  end
43
44
 
44
- return ToolUtils
45
+ return ToolUtils