@vicin/sigil 1.2.0 → 1.2.1

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/README.md CHANGED
@@ -527,6 +527,8 @@ export {
527
527
  DEFAULT_LABEL_REGEX,
528
528
  } from './options';
529
529
  export type {
530
+ ISigilInstance,
531
+ ISigilStatic,
530
532
  ISigil,
531
533
  TypedSigil,
532
534
  GetInstance,
package/dist/index.d.mts CHANGED
@@ -832,4 +832,4 @@ declare function Sigilify<B extends Constructor, L extends string>(Base: B, labe
832
832
  isOfTypeStrict<T extends ISigil>(this: T, other: unknown): other is InstanceType<T>;
833
833
  } & B;
834
834
 
835
- export { DEFAULT_LABEL_REGEX, type GetInstance, type ISigil, REGISTRY, Sigil, type SigilBrandOf, SigilError, type SigilOptions, SigilRegistry, Sigilify, type TypedSigil, type UpdateSigilBrand, WithSigil, getActiveRegistry, isDecorated, isInheritanceChecked, isSigilBaseCtor, isSigilBaseInstance, isSigilCtor, isSigilInstance, typed, updateOptions, withSigil, withSigilTyped };
835
+ export { DEFAULT_LABEL_REGEX, type GetInstance, type ISigil, type ISigilInstance, type ISigilStatic, REGISTRY, Sigil, type SigilBrandOf, SigilError, type SigilOptions, SigilRegistry, Sigilify, type TypedSigil, type UpdateSigilBrand, WithSigil, getActiveRegistry, isDecorated, isInheritanceChecked, isSigilBaseCtor, isSigilBaseInstance, isSigilCtor, isSigilInstance, typed, updateOptions, withSigil, withSigilTyped };
package/dist/index.d.ts CHANGED
@@ -832,4 +832,4 @@ declare function Sigilify<B extends Constructor, L extends string>(Base: B, labe
832
832
  isOfTypeStrict<T extends ISigil>(this: T, other: unknown): other is InstanceType<T>;
833
833
  } & B;
834
834
 
835
- export { DEFAULT_LABEL_REGEX, type GetInstance, type ISigil, REGISTRY, Sigil, type SigilBrandOf, SigilError, type SigilOptions, SigilRegistry, Sigilify, type TypedSigil, type UpdateSigilBrand, WithSigil, getActiveRegistry, isDecorated, isInheritanceChecked, isSigilBaseCtor, isSigilBaseInstance, isSigilCtor, isSigilInstance, typed, updateOptions, withSigil, withSigilTyped };
835
+ export { DEFAULT_LABEL_REGEX, type GetInstance, type ISigil, type ISigilInstance, type ISigilStatic, REGISTRY, Sigil, type SigilBrandOf, SigilError, type SigilOptions, SigilRegistry, Sigilify, type TypedSigil, type UpdateSigilBrand, WithSigil, getActiveRegistry, isDecorated, isInheritanceChecked, isSigilBaseCtor, isSigilBaseInstance, isSigilCtor, isSigilInstance, typed, updateOptions, withSigil, withSigilTyped };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vicin/sigil",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Lightweight TypeScript library for nominal identity classes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",