@quenty/avatareditorutils 7.11.1-canary.513.484c203.0 → 7.12.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,12 +3,9 @@
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.11.1-canary.513.484c203.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.11.0...@quenty/avatareditorutils@7.11.1-canary.513.484c203.0) (2024-10-24)
6
+ # [7.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.11.0...@quenty/avatareditorutils@7.12.0) (2024-11-03)
7
7
 
8
-
9
- ### Features
10
-
11
- * Promise avatar rules properly ([41519ed](https://github.com/Quenty/NevermoreEngine/commit/41519ed34b913ab0b97088f51e4457c41030d952))
8
+ **Note:** Version bump only for package @quenty/avatareditorutils
12
9
 
13
10
 
14
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/avatareditorutils",
3
- "version": "7.11.1-canary.513.484c203.0",
3
+ "version": "7.12.0",
4
4
  "description": "Provides utility functions to work with the Roblox AvatarEditorService",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,17 +25,17 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/brio": "14.10.1-canary.513.484c203.0",
29
- "@quenty/enumutils": "3.3.0",
30
- "@quenty/loader": "10.7.0",
31
- "@quenty/maid": "3.4.0",
32
- "@quenty/memoize": "1.5.0",
33
- "@quenty/promise": "10.7.1-canary.513.484c203.0",
34
- "@quenty/rx": "13.10.1-canary.513.484c203.0",
35
- "@quenty/symbol": "3.2.0"
28
+ "@quenty/brio": "^14.11.0",
29
+ "@quenty/enumutils": "^3.3.0",
30
+ "@quenty/loader": "^10.7.0",
31
+ "@quenty/maid": "^3.4.0",
32
+ "@quenty/memoize": "^1.5.0",
33
+ "@quenty/promise": "^10.7.0",
34
+ "@quenty/rx": "^13.11.0",
35
+ "@quenty/symbol": "^3.2.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "484c2031829caf7e983cae58a6aa6f0ceef1d059"
40
+ "gitHead": "a7e6d8dffd16e9b516e352050571009f57fe6c67"
41
41
  }
@@ -23,14 +23,6 @@ function CatalogSearchServiceCache:Init(serviceBag)
23
23
  end)
24
24
  end
25
25
 
26
- function CatalogSearchServiceCache:PromiseAvatarRules()
27
- if self._avatarRulesPromise then
28
- return self._avatarRulesPromise
29
- end
30
-
31
- self._avatarRulesPromise = AvatarEditorUtils.promiseAvatarRules()
32
- return self._avatarRulesPromise
33
- end
34
26
 
35
27
  function CatalogSearchServiceCache:PromiseSearchCatalog(params)
36
28
  return self._promiseSearchCatalog(params)