@quenty/ugcsanitize 1.7.2-canary.a3ac54d.0 → 1.7.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
- ## [1.7.2-canary.a3ac54d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ugcsanitize@1.7.1...@quenty/ugcsanitize@1.7.2-canary.a3ac54d.0) (2025-11-22)
6
+ ## [1.7.3-canary.607f741.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ugcsanitize@1.7.2...@quenty/ugcsanitize@1.7.3-canary.607f741.0) (2025-12-28)
7
+
8
+ **Note:** Version bump only for package @quenty/ugcsanitize
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.7.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ugcsanitize@1.7.1...@quenty/ugcsanitize@1.7.2) (2025-11-22)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/ugcsanitize
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/ugcsanitize",
3
- "version": "1.7.2-canary.a3ac54d.0",
3
+ "version": "1.7.3-canary.607f741.0",
4
4
  "description": "Sanitizes UGC hats and other items",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@quenty/baseobject": "10.9.0",
29
- "@quenty/instanceutils": "13.20.2-canary.a3ac54d.0",
29
+ "@quenty/instanceutils": "13.20.2",
30
30
  "@quenty/loader": "10.9.0",
31
31
  "@quenty/maid": "3.5.0",
32
32
  "@quenty/string": "3.3.3"
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "a3ac54d43aafa1c37b0e8c9b6e7b20b3f3362742"
37
+ "gitHead": "607f7418f46b85cd5843f1c5665911eb2dd7e3fb"
38
38
  }
@@ -14,12 +14,14 @@ local DisableHatParticles = setmetatable({}, BaseObject)
14
14
  DisableHatParticles.ClassName = "DisableHatParticles"
15
15
  DisableHatParticles.__index = DisableHatParticles
16
16
 
17
- export type DisableHatParticles = typeof(setmetatable(
18
- {} :: {
19
- _obj: Model,
20
- },
21
- {} :: typeof({ __index = DisableHatParticles })
22
- )) & BaseObject.BaseObject
17
+ export type DisableHatParticles =
18
+ typeof(setmetatable(
19
+ {} :: {
20
+ _obj: Model,
21
+ },
22
+ {} :: typeof({ __index = DisableHatParticles })
23
+ ))
24
+ & BaseObject.BaseObject
23
25
 
24
26
  --[=[
25
27
  Disables all particles and sounds in hats for the lifetime of the object