@rpack-dev/core 0.1.11-dev-06c98c7 → 0.1.11-dev-d891ad6

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.
@@ -56,9 +56,11 @@ declare class RPack {
56
56
  getPlugin<T extends RPPlugin>(key: string): Promise<RegistryDataFiltered<T> | undefined>;
57
57
  }
58
58
  export declare abstract class PluginArchive {
59
+ static MANIFEST_PATH: string;
59
60
  private readonly map;
60
61
  private manifest;
61
62
  protected constructor();
63
+ protected detectMimeType(path: string): string;
62
64
  protected abstract resolveEntry(path: string): Promise<Blob | null>;
63
65
  getEntry(path: string): Promise<Blob | null>;
64
66
  abstract getEntries(): Promise<string[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpack-dev/core",
3
- "version": "0.1.11-dev-06c98c7",
3
+ "version": "0.1.11-dev-d891ad6",
4
4
  "description": "",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {