@quenty/modeltransparencyeffect 11.9.0-canary.ae8d76d.0 → 11.9.1-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
- # [11.9.0-canary.ae8d76d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/modeltransparencyeffect@11.8.4...@quenty/modeltransparencyeffect@11.9.0-canary.ae8d76d.0) (2025-05-10)
6
+ ## [11.9.1-canary.607f741.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/modeltransparencyeffect@11.9.0...@quenty/modeltransparencyeffect@11.9.1-canary.607f741.0) (2025-12-28)
7
+
8
+ **Note:** Version bump only for package @quenty/modeltransparencyeffect
9
+
10
+
11
+
12
+
13
+
14
+ # [11.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/modeltransparencyeffect@11.8.4...@quenty/modeltransparencyeffect@11.9.0) (2025-05-10)
7
15
 
8
16
 
9
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/modeltransparencyeffect",
3
- "version": "11.9.0-canary.ae8d76d.0",
3
+ "version": "11.9.1-canary.607f741.0",
4
4
  "description": "Allows a model to have transparent set locally on the client",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,13 +26,13 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@quenty/acceltween": "2.5.3",
29
- "@quenty/baseobject": "10.8.3",
30
- "@quenty/loader": "10.8.3",
31
- "@quenty/steputils": "3.5.5",
32
- "@quenty/transparencyservice": "11.9.0-canary.ae8d76d.0"
29
+ "@quenty/baseobject": "10.9.0",
30
+ "@quenty/loader": "10.9.0",
31
+ "@quenty/steputils": "3.6.0",
32
+ "@quenty/transparencyservice": "11.9.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "ae8d76d996594e017ac4bfa19f3c064ebe307cd8"
37
+ "gitHead": "607f7418f46b85cd5843f1c5665911eb2dd7e3fb"
38
38
  }
@@ -19,15 +19,17 @@ ModelTransparencyEffect.__index = ModelTransparencyEffect
19
19
 
20
20
  export type TransparencyMode = "SetTransparency" | "SetLocalTransparencyModifier"
21
21
 
22
- export type ModelTransparencyEffect = typeof(setmetatable(
23
- {} :: {
24
- _transparency: AccelTween.AccelTween,
25
- _transparencyService: TransparencyService.TransparencyService,
26
- _transparencyServiceMethodName: TransparencyMode,
27
- _parts: { [Instance]: boolean },
28
- },
29
- {} :: typeof({ __index = ModelTransparencyEffect })
30
- )) & BaseObject.BaseObject
22
+ export type ModelTransparencyEffect =
23
+ typeof(setmetatable(
24
+ {} :: {
25
+ _transparency: AccelTween.AccelTween,
26
+ _transparencyService: TransparencyService.TransparencyService,
27
+ _transparencyServiceMethodName: TransparencyMode,
28
+ _parts: { [Instance]: boolean },
29
+ },
30
+ {} :: typeof({ __index = ModelTransparencyEffect })
31
+ ))
32
+ & BaseObject.BaseObject
31
33
 
32
34
  --[=[
33
35
  @param serviceBag ServiceBag