@vicin/sigil 2.0.2 → 2.0.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
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.0.3] - 2026-02-21
6
+
7
+ - Patched types
8
+
5
9
  ## [2.0.2] - 2026-02-21
6
10
 
7
11
  ### Changed
package/dist/index.d.mts CHANGED
@@ -93,8 +93,6 @@ interface ISigilInstance<L extends string = string, P extends Function = never>
93
93
  } & SigilBrandOf<P>>;
94
94
  /** Returns human-readable sigil label of the class constructor. */
95
95
  getSigilLabel(): string;
96
- /** Returns runtime sigil type label of the class constructor. */
97
- getSigilType(): string;
98
96
  /** Returns copy of sigil type label lineage of the class constructor. */
99
97
  getSigilLabelLineage(): readonly string[];
100
98
  /** Returns copy of sigil type label set of the class constructor. */
package/dist/index.d.ts CHANGED
@@ -93,8 +93,6 @@ interface ISigilInstance<L extends string = string, P extends Function = never>
93
93
  } & SigilBrandOf<P>>;
94
94
  /** Returns human-readable sigil label of the class constructor. */
95
95
  getSigilLabel(): string;
96
- /** Returns runtime sigil type label of the class constructor. */
97
- getSigilType(): string;
98
96
  /** Returns copy of sigil type label lineage of the class constructor. */
99
97
  getSigilLabelLineage(): readonly string[];
100
98
  /** Returns copy of sigil type label set of the class constructor. */