@quenty/toolutils 1.3.4-canary.559.9f38947.0 → 1.4.0-canary.0a5db80.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,20 +3,12 @@
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.3.4-canary.559.9f38947.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.3.3...@quenty/toolutils@1.3.4-canary.559.9f38947.0) (2025-05-10)
6
+ # [1.4.0-canary.0a5db80.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.3.2...@quenty/toolutils@1.4.0-canary.0a5db80.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
12
-
13
-
14
-
15
-
16
-
17
- ## [1.3.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.3.2...@quenty/toolutils@1.3.3) (2025-04-10)
18
-
19
- **Note:** Version bump only for package @quenty/toolutils
11
+ * Additional type checking updates ([7e008c5](https://github.com/Quenty/NevermoreEngine/commit/7e008c58547bd00b5904e56541454a38c8d72ccc))
20
12
 
21
13
 
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/toolutils",
3
- "version": "1.3.4-canary.559.9f38947.0",
3
+ "version": "1.4.0-canary.0a5db80.0",
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.17.4-canary.559.9f38947.0",
29
- "@quenty/instanceutils": "13.17.4-canary.559.9f38947.0",
30
- "@quenty/loader": "10.8.4-canary.559.9f38947.0",
31
- "@quenty/rx": "13.17.4-canary.559.9f38947.0"
28
+ "@quenty/brio": "14.18.0-canary.0a5db80.0",
29
+ "@quenty/instanceutils": "13.18.0-canary.0a5db80.0",
30
+ "@quenty/loader": "10.9.0-canary.0a5db80.0",
31
+ "@quenty/rx": "13.18.0-canary.0a5db80.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "9f38947767d202411936a5c98898033df5865da0"
36
+ "gitHead": "0a5db8004684dc3e76fd5944599a22602d48cfa9"
37
37
  }
@@ -5,10 +5,10 @@
5
5
 
6
6
  local require = require(script.Parent.loader).load(script)
7
7
 
8
- local Brio = require("Brio")
9
- local Observable = require("Observable")
10
- local RxBrioUtils = require("RxBrioUtils")
11
8
  local RxInstanceUtils = require("RxInstanceUtils")
9
+ local RxBrioUtils = require("RxBrioUtils")
10
+ local Observable = require("Observable")
11
+ local Brio = require("Brio")
12
12
 
13
13
  local RxToolUtils = {}
14
14
 
@@ -30,4 +30,4 @@ function RxToolUtils.observeEquippedHumanoidBrio(tool: Tool): Observable.Observa
30
30
  }) :: any
31
31
  end
32
32
 
33
- return RxToolUtils
33
+ return RxToolUtils