diff --git a/dmclc.launcher.envpaths.md b/dmclc.launcher.envpaths.md new file mode 100644 index 0000000..725217d --- /dev/null +++ b/dmclc.launcher.envpaths.md @@ -0,0 +1,11 @@ + + +[Home](./index.md) > [dmclc](./dmclc.md) > [Launcher](./dmclc.launcher.md) > [envPaths](./dmclc.launcher.envpaths.md) + +## Launcher.envPaths property + +**Signature:** + +```typescript +envPaths: import("env-paths").Paths; +``` diff --git a/dmclc.launcher.md b/dmclc.launcher.md index 1e6b9d4..fc0973b 100644 --- a/dmclc.launcher.md +++ b/dmclc.launcher.md @@ -28,6 +28,7 @@ export declare class Launcher | [contentServices](./dmclc.launcher.contentservices.md) | | Map<string, [ContentService](./dmclc.contentservice.md)<unknown>> | | | [copy?](./dmclc.launcher.copy.md) | | ((arg: string) => void) \| undefined | _(Optional)_ | | [downloader?](./dmclc.launcher.downloader.md) | | ((url: string, filename: fs.PathLike, oldURL: string) => Promise<void>) \| undefined | _(Optional)_ | +| [envPaths](./dmclc.launcher.envpaths.md) | | import("env-paths").Paths | | | [i18n](./dmclc.launcher.i18n.md) | | i18next.TFunction | | | [installedVersions](./dmclc.launcher.installedversions.md) | | Map<string, [MinecraftVersion](./dmclc.version.md)> | All installed versions. | | [installer](./dmclc.launcher.installer.md) | | [Installer](./dmclc.installer.md) | | diff --git a/dmclc.launcher.version.md b/dmclc.launcher.version.md index d7a3ed7..f1eef94 100644 --- a/dmclc.launcher.version.md +++ b/dmclc.launcher.version.md @@ -7,5 +7,5 @@ **Signature:** ```typescript -static readonly version = "4.3.0-beta.7"; +static readonly version = "4.4.0-alpha.1"; ``` diff --git a/locales.tar.gz b/locales.tar.gz index 703bd62..81aa3bb 100644 Binary files a/locales.tar.gz and b/locales.tar.gz differ