@quenty/adorneevalue 10.23.2-canary.a3ac54d.0 → 10.23.3-canary.607f741.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,15 @@
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
- ## [10.23.2-canary.a3ac54d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneevalue@10.23.1...@quenty/adorneevalue@10.23.2-canary.a3ac54d.0) (2025-11-22)
6
+ ## [10.23.3-canary.607f741.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneevalue@10.23.2...@quenty/adorneevalue@10.23.3-canary.607f741.0) (2025-12-28)
7
+
8
+ **Note:** Version bump only for package @quenty/adorneevalue
9
+
10
+
11
+
12
+
13
+
14
+ ## [10.23.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneevalue@10.23.1...@quenty/adorneevalue@10.23.2) (2025-11-22)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/adorneevalue
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/adorneevalue",
3
- "version": "10.23.2-canary.a3ac54d.0",
3
+ "version": "10.23.3-canary.607f741.0",
4
4
  "description": "Adorneevalue - Helper class to transform a an adornee into relative positions/information.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,14 +27,14 @@
27
27
  "dependencies": {
28
28
  "@quenty/adorneeutils": "3.3.3",
29
29
  "@quenty/baseobject": "10.9.0",
30
- "@quenty/blend": "12.22.2-canary.a3ac54d.0",
30
+ "@quenty/blend": "12.22.3-canary.607f741.0",
31
31
  "@quenty/loader": "10.9.0",
32
32
  "@quenty/maid": "3.5.0",
33
33
  "@quenty/signal": "7.11.1",
34
- "@quenty/valueobject": "13.21.2-canary.a3ac54d.0"
34
+ "@quenty/valueobject": "13.21.3-canary.607f741.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a3ac54d43aafa1c37b0e8c9b6e7b20b3f3362742"
39
+ "gitHead": "607f7418f46b85cd5843f1c5665911eb2dd7e3fb"
40
40
  }
@@ -21,14 +21,16 @@ AdorneeValue.__index = AdorneeValue
21
21
 
22
22
  export type AdorneeValueOption = Instance | CFrame | Vector3
23
23
 
24
- export type AdorneeValue = typeof(setmetatable(
25
- {} :: {
26
- _adornee: ValueObject.ValueObject<AdorneeValueOption?>,
27
- Value: AdorneeValueOption?,
28
- Changed: Signal.Signal<(AdorneeValueOption?, AdorneeValueOption?)>,
29
- },
30
- {} :: typeof({ __index = AdorneeValue })
31
- )) & BaseObject.BaseObject
24
+ export type AdorneeValue =
25
+ typeof(setmetatable(
26
+ {} :: {
27
+ _adornee: ValueObject.ValueObject<AdorneeValueOption?>,
28
+ Value: AdorneeValueOption?,
29
+ Changed: Signal.Signal<(AdorneeValueOption?, AdorneeValueOption?)>,
30
+ },
31
+ {} :: typeof({ __index = AdorneeValue })
32
+ ))
33
+ & BaseObject.BaseObject
32
34
 
33
35
  --[=[
34
36
  Constructs a new AdorneeValue