@quenty/toolutils 1.4.0-canary.ae8d76d.0 → 1.4.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
- # [1.4.0-canary.ae8d76d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.3.3...@quenty/toolutils@1.4.0-canary.ae8d76d.0) (2025-05-10)
6
+ # [1.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.3.3...@quenty/toolutils@1.4.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/toolutils",
3
- "version": "1.4.0-canary.ae8d76d.0",
3
+ "version": "1.4.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.18.0-canary.ae8d76d.0",
29
- "@quenty/instanceutils": "13.18.0-canary.ae8d76d.0",
30
- "@quenty/loader": "10.8.3",
31
- "@quenty/rx": "13.18.0-canary.ae8d76d.0"
28
+ "@quenty/brio": "^14.18.0",
29
+ "@quenty/instanceutils": "^13.18.0",
30
+ "@quenty/loader": "^10.9.0",
31
+ "@quenty/rx": "^13.18.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "ae8d76d996594e017ac4bfa19f3c064ebe307cd8"
36
+ "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
37
37
  }
@@ -5,10 +5,10 @@
5
5
 
6
6
  local require = require(script.Parent.loader).load(script)
7
7
 
8
- local RxInstanceUtils = require("RxInstanceUtils")
9
- local RxBrioUtils = require("RxBrioUtils")
10
- local Observable = require("Observable")
11
8
  local Brio = require("Brio")
9
+ local Observable = require("Observable")
10
+ local RxBrioUtils = require("RxBrioUtils")
11
+ local RxInstanceUtils = require("RxInstanceUtils")
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