@absolutejs/absolute 0.19.0-beta.1090 → 0.19.0-beta.1091

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.
@@ -1,5 +1,5 @@
1
1
  type IconVersionResolver = (href: string) => string;
2
- export declare const iconMimeType: (icon: string) => "image/svg+xml" | "image/png" | "image/x-icon";
2
+ export declare const iconMimeType: (icon: string) => "image/x-icon" | "image/png" | "image/svg+xml";
3
3
  export declare const applyIconVersion: (href: string) => string;
4
4
  export declare const setIconVersionResolver: (resolverFn: IconVersionResolver | undefined) => void;
5
5
  export {};
package/package.json CHANGED
@@ -424,7 +424,7 @@
424
424
  ]
425
425
  }
426
426
  },
427
- "version": "0.19.0-beta.1090",
427
+ "version": "0.19.0-beta.1091",
428
428
  "workspaces": [
429
429
  "tests/fixtures/*",
430
430
  "tests/fixtures/_packages/*"