pmcf 1.94.0 → 1.94.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/package.json +1 -1
- package/src/host.mjs +1 -1
- package/types/host.d.mts +2 -2
package/package.json
CHANGED
package/src/host.mjs
CHANGED
package/types/host.d.mts
CHANGED
|
@@ -185,8 +185,8 @@ export class Host extends Base {
|
|
|
185
185
|
get isTemplate(): true | RegExpMatchArray;
|
|
186
186
|
get isModel(): boolean;
|
|
187
187
|
get model(): any;
|
|
188
|
-
set aliases(value:
|
|
189
|
-
get aliases():
|
|
188
|
+
set aliases(value: any);
|
|
189
|
+
get aliases(): any;
|
|
190
190
|
set extends(value: any[]);
|
|
191
191
|
get extends(): any[];
|
|
192
192
|
set master(value: boolean);
|