@rpack-dev/core 0.1.11-dev-06c98c7 → 0.1.11-dev-888a4a6

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.
@@ -59,6 +59,7 @@ export declare abstract class PluginArchive {
59
59
  private readonly map;
60
60
  private manifest;
61
61
  protected constructor();
62
+ protected detectMimeType(path: string): string;
62
63
  protected abstract resolveEntry(path: string): Promise<Blob | null>;
63
64
  getEntry(path: string): Promise<Blob | null>;
64
65
  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-888a4a6",
4
4
  "description": "",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {