@e-mc/types 0.9.24 → 0.9.25

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -576,7 +576,7 @@ declare namespace functions {
576
576
  getThreadCount(full: true): ThreadCountStat;
577
577
  getThreadCount(username: string, iv?: BinaryLike): ThreadCountStat;
578
578
  getThreadCount(username?: string | boolean, iv?: BinaryLike): number;
579
- getPermissionFromSettings(): IPermission;
579
+ getPermissionFromSettings(freeze?: boolean): IPermission;
580
580
  readonly prototype: IHost;
581
581
  new(config?: HostInitConfig): IHost;
582
582
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/types",
3
- "version": "0.9.24",
3
+ "version": "0.9.25",
4
4
  "description": "Type definitions for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",