@acidify/core 0.10.1 → 0.10.2

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.
@@ -49,25 +49,26 @@ export declare namespace AppInfo {
49
49
  namespace $metadata$ {
50
50
  const constructor: abstract new () => AppInfo;
51
51
  }
52
- abstract class Bundled extends KtSingleton<Bundled.$metadata$.constructor>() {
52
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
53
53
  private constructor();
54
54
  }
55
- namespace Bundled {
55
+ namespace Companion {
56
56
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
57
57
  namespace $metadata$ {
58
58
  abstract class constructor {
59
- get Linux(): AppInfo;
60
59
  private constructor();
61
60
  }
62
61
  }
63
62
  }
64
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
63
+ abstract class Bundled extends KtSingleton<Bundled.$metadata$.constructor>() {
65
64
  private constructor();
66
65
  }
67
- namespace Companion {
66
+ namespace Bundled {
68
67
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
69
68
  namespace $metadata$ {
70
69
  abstract class constructor {
70
+ get Linux_39038(): AppInfo;
71
+ get Linux(): AppInfo;
71
72
  private constructor();
72
73
  }
73
74
  }