@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.
- package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/build.js +17 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +17 -2
- package/dist/index.js.map +3 -3
- package/dist/src/utils/iconVersion.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33487,14 +33487,29 @@ var mimeTypes, getMimeType = (filePath) => {
|
|
|
33487
33487
|
};
|
|
33488
33488
|
var init_assetStore = __esm(() => {
|
|
33489
33489
|
mimeTypes = {
|
|
33490
|
+
".avif": "image/avif",
|
|
33491
|
+
".bmp": "image/bmp",
|
|
33490
33492
|
".css": "text/css",
|
|
33493
|
+
".eot": "application/vnd.ms-fontobject",
|
|
33494
|
+
".gif": "image/gif",
|
|
33491
33495
|
".html": "text/html",
|
|
33496
|
+
".ico": "image/x-icon",
|
|
33497
|
+
".jpeg": "image/jpeg",
|
|
33498
|
+
".jpg": "image/jpeg",
|
|
33492
33499
|
".js": "application/javascript",
|
|
33493
33500
|
".json": "application/json",
|
|
33501
|
+
".map": "application/json",
|
|
33494
33502
|
".mjs": "application/javascript",
|
|
33503
|
+
".otf": "font/otf",
|
|
33504
|
+
".png": "image/png",
|
|
33495
33505
|
".svg": "image/svg+xml",
|
|
33506
|
+
".ttf": "font/ttf",
|
|
33507
|
+
".txt": "text/plain",
|
|
33508
|
+
".wasm": "application/wasm",
|
|
33509
|
+
".webp": "image/webp",
|
|
33496
33510
|
".woff": "font/woff",
|
|
33497
|
-
".woff2": "font/woff2"
|
|
33511
|
+
".woff2": "font/woff2",
|
|
33512
|
+
".xml": "application/xml"
|
|
33498
33513
|
};
|
|
33499
33514
|
HASHED_FILE_RE = /\.[a-z0-9]{8}\.(js|css|mjs)$/;
|
|
33500
33515
|
});
|
|
@@ -47711,5 +47726,5 @@ export {
|
|
|
47711
47726
|
ANGULAR_INIT_TIMEOUT_MS
|
|
47712
47727
|
};
|
|
47713
47728
|
|
|
47714
|
-
//# debugId=
|
|
47729
|
+
//# debugId=E5478C474D918A3C64756E2164756E21
|
|
47715
47730
|
//# sourceMappingURL=index.js.map
|