@quenty/rectutils 1.2.3 → 1.2.4-canary.11a5dcf.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
+ ## [1.2.4-canary.11a5dcf.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rectutils@1.2.3...@quenty/rectutils@1.2.4-canary.11a5dcf.0) (2025-05-10)
7
+
8
+ **Note:** Version bump only for package @quenty/rectutils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rectutils@1.2.2...@quenty/rectutils@1.2.3) (2025-04-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/rectutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/rectutils",
3
- "version": "1.2.3",
3
+ "version": "1.2.4-canary.11a5dcf.0",
4
4
  "description": "Utility methods for Rect data object",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,10 +25,10 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^10.8.3"
28
+ "@quenty/loader": "10.8.4-canary.11a5dcf.0"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
33
+ "gitHead": "11a5dcf7d4c7a0bfbf3337e97d30e8346ea09d3f"
34
34
  }
@@ -22,4 +22,4 @@ function RectUtils.contains(rect: Rect, position: Vector2): boolean
22
22
  and relativePosition.Y <= rect.Height
23
23
  end
24
24
 
25
- return RectUtils
25
+ return RectUtils