@quenty/toolutils 1.1.0-canary.70d42ea.0 → 1.1.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 +19 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,10 +3,26 @@
|
|
|
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.1.0
|
|
6
|
+
# 1.1.0 (2025-01-24)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* Add new ToolUtils package ([
|
|
12
|
-
* Add ToolUtils.getEquippedHumanoid() and ToolUtils.getEquippedPlayer() ([
|
|
11
|
+
* Add new ToolUtils package ([c056229](https://github.com/Quenty/NevermoreEngine/commit/c056229ced6478e2123e6565ffcea8431b0bb87a))
|
|
12
|
+
* Add ToolUtils.getEquippedHumanoid() and ToolUtils.getEquippedPlayer() ([5a05b53](https://github.com/Quenty/NevermoreEngine/commit/5a05b53fcef940f389985d5499d18bf6ef26a8c7))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# v1.1.0 (Fri Jan 24 2025)
|
|
19
|
+
|
|
20
|
+
#### 🚀 Enhancement
|
|
21
|
+
|
|
22
|
+
- Add ToolUtils package [#532](https://github.com/Quenty/NevermoreEngine/pull/532) ([@Quenty](https://github.com/Quenty))
|
|
23
|
+
- feat: Add ToolUtils.getEquippedHumanoid() and ToolUtils.getEquippedPlayer() ([@Quenty](https://github.com/Quenty))
|
|
24
|
+
- feat: Add new ToolUtils package ([@Quenty](https://github.com/Quenty))
|
|
25
|
+
|
|
26
|
+
#### Authors: 1
|
|
27
|
+
|
|
28
|
+
- James Onnen ([@Quenty](https://github.com/Quenty))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/toolutils",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.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.15.0",
|
|
29
|
-
"@quenty/instanceutils": "13.15.0",
|
|
30
|
-
"@quenty/loader": "10.7.1",
|
|
31
|
-
"@quenty/rx": "13.15.0"
|
|
28
|
+
"@quenty/brio": "^14.15.0",
|
|
29
|
+
"@quenty/instanceutils": "^13.15.0",
|
|
30
|
+
"@quenty/loader": "^10.7.1",
|
|
31
|
+
"@quenty/rx": "^13.15.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "139153f54f20e0f1420b584f4650e1ec5950b6a2"
|
|
37
37
|
}
|