@quenty/avatareditorutils 7.25.2 → 7.25.3

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
+ ## [7.25.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.25.2...@quenty/avatareditorutils@7.25.3) (2025-12-28)
7
+
8
+ **Note:** Version bump only for package @quenty/avatareditorutils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.25.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.25.1...@quenty/avatareditorutils@7.25.2) (2025-11-22)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/avatareditorutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/avatareditorutils",
3
- "version": "7.25.2",
3
+ "version": "7.25.3",
4
4
  "description": "Provides utility functions to work with the Roblox AvatarEditorService",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,22 +25,22 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/aggregator": "^1.7.0",
28
+ "@quenty/aggregator": "^1.7.1",
29
29
  "@quenty/brio": "^14.20.1",
30
30
  "@quenty/enumutils": "^3.4.2",
31
31
  "@quenty/loader": "^10.9.0",
32
32
  "@quenty/maid": "^3.5.0",
33
33
  "@quenty/memoize": "^1.7.1",
34
- "@quenty/observablecollection": "^12.24.2",
34
+ "@quenty/observablecollection": "^12.24.3",
35
35
  "@quenty/pagesutils": "^5.13.0",
36
36
  "@quenty/promise": "^10.12.0",
37
37
  "@quenty/rx": "^13.20.0",
38
- "@quenty/servicebag": "^11.13.1",
38
+ "@quenty/servicebag": "^11.13.2",
39
39
  "@quenty/symbol": "^3.5.0",
40
- "@quenty/valueobject": "^13.21.2"
40
+ "@quenty/valueobject": "^13.21.3"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "b3a8753cbae8b4312b1ed66fce1577a94015c156"
45
+ "gitHead": "821c9336020dfbcf5cd2f67f2dfe61624233ee06"
46
46
  }
@@ -18,12 +18,14 @@ AvatarEditorInventory.__index = AvatarEditorInventory
18
18
 
19
19
  export type AssetData = unknown
20
20
 
21
- export type AvatarEditorInventory = typeof(setmetatable(
22
- {} :: {
23
- _assetIdToAsset: ObservableMap.ObservableMap<number, AssetData>,
24
- },
25
- {} :: typeof({ __index = AvatarEditorInventory })
26
- )) & BaseObject.BaseObject
21
+ export type AvatarEditorInventory =
22
+ typeof(setmetatable(
23
+ {} :: {
24
+ _assetIdToAsset: ObservableMap.ObservableMap<number, AssetData>,
25
+ },
26
+ {} :: typeof({ __index = AvatarEditorInventory })
27
+ ))
28
+ & BaseObject.BaseObject
27
29
 
28
30
  --[=[
29
31
  Constructs a new AvatarEditorInventory