@quenty/avatareditorutils 7.25.6 → 7.25.7-canary.90de6eb.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
|
+
## [7.25.7-canary.90de6eb.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.25.6...@quenty/avatareditorutils@7.25.7-canary.90de6eb.0) (2026-01-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @quenty/avatareditorutils
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [7.25.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.25.5...@quenty/avatareditorutils@7.25.6) (2025-12-31)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/avatareditorutils",
|
|
3
|
-
"version": "7.25.
|
|
3
|
+
"version": "7.25.7-canary.90de6eb.0",
|
|
4
4
|
"description": "Provides utility functions to work with the Roblox AvatarEditorService",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -25,23 +25,23 @@
|
|
|
25
25
|
"Quenty"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@quenty/aggregator": "
|
|
29
|
-
"@quenty/baseobject": "
|
|
30
|
-
"@quenty/brio": "
|
|
31
|
-
"@quenty/enumutils": "
|
|
32
|
-
"@quenty/loader": "
|
|
33
|
-
"@quenty/maid": "
|
|
34
|
-
"@quenty/memoize": "
|
|
35
|
-
"@quenty/observablecollection": "
|
|
36
|
-
"@quenty/pagesutils": "
|
|
37
|
-
"@quenty/promise": "
|
|
38
|
-
"@quenty/rx": "
|
|
39
|
-
"@quenty/servicebag": "
|
|
40
|
-
"@quenty/symbol": "
|
|
41
|
-
"@quenty/valueobject": "
|
|
28
|
+
"@quenty/aggregator": "1.7.5-canary.90de6eb.0",
|
|
29
|
+
"@quenty/baseobject": "10.9.1-canary.90de6eb.0",
|
|
30
|
+
"@quenty/brio": "14.20.5-canary.90de6eb.0",
|
|
31
|
+
"@quenty/enumutils": "3.4.3-canary.90de6eb.0",
|
|
32
|
+
"@quenty/loader": "10.9.1-canary.90de6eb.0",
|
|
33
|
+
"@quenty/maid": "3.5.1-canary.90de6eb.0",
|
|
34
|
+
"@quenty/memoize": "1.7.2-canary.90de6eb.0",
|
|
35
|
+
"@quenty/observablecollection": "12.24.7-canary.90de6eb.0",
|
|
36
|
+
"@quenty/pagesutils": "5.13.4-canary.90de6eb.0",
|
|
37
|
+
"@quenty/promise": "10.12.4-canary.90de6eb.0",
|
|
38
|
+
"@quenty/rx": "13.20.4-canary.90de6eb.0",
|
|
39
|
+
"@quenty/servicebag": "11.13.4-canary.90de6eb.0",
|
|
40
|
+
"@quenty/symbol": "3.5.0",
|
|
41
|
+
"@quenty/valueobject": "13.21.7-canary.90de6eb.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "90de6ebb6e0cb5e6798e08b312cb1864c1d3354c"
|
|
47
47
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
--!nonstrict
|
|
1
2
|
--[=[
|
|
2
3
|
@class AvatarEditorInventoryServiceClient
|
|
3
4
|
]=]
|
|
@@ -19,6 +20,14 @@ local ValueObject = require("ValueObject")
|
|
|
19
20
|
local AvatarEditorInventoryServiceClient = {}
|
|
20
21
|
AvatarEditorInventoryServiceClient.ServiceName = "AvatarEditorInventoryServiceClient"
|
|
21
22
|
|
|
23
|
+
export type AvatarEditorInventoryServiceClient = typeof(setmetatable(
|
|
24
|
+
{} :: {
|
|
25
|
+
_maid: Maid.Maid,
|
|
26
|
+
_serviceBag: ServiceBag.ServiceBag,
|
|
27
|
+
},
|
|
28
|
+
{} :: typeof({ __index = AvatarEditorInventoryServiceClient })
|
|
29
|
+
))
|
|
30
|
+
|
|
22
31
|
function AvatarEditorInventoryServiceClient:Init(serviceBag: ServiceBag.ServiceBag)
|
|
23
32
|
assert(not self._serviceBag, "Already initialized")
|
|
24
33
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
--!nonstrict
|
|
1
2
|
--[=[
|
|
2
3
|
@class CatalogSearchServiceCache
|
|
3
4
|
]=]
|
|
@@ -14,6 +15,14 @@ local ServiceBag = require("ServiceBag")
|
|
|
14
15
|
local CatalogSearchServiceCache = {}
|
|
15
16
|
CatalogSearchServiceCache.ServiceName = "CatalogSearchServiceCache"
|
|
16
17
|
|
|
18
|
+
export type CatalogSearchServiceCache = typeof(setmetatable(
|
|
19
|
+
{} :: {
|
|
20
|
+
_maid: Maid.Maid,
|
|
21
|
+
_serviceBag: ServiceBag.ServiceBag,
|
|
22
|
+
},
|
|
23
|
+
{} :: typeof({ __index = CatalogSearchServiceCache })
|
|
24
|
+
))
|
|
25
|
+
|
|
17
26
|
function CatalogSearchServiceCache:Init(serviceBag: ServiceBag.ServiceBag)
|
|
18
27
|
assert(not self._serviceBag, "Already initialized")
|
|
19
28
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|