@mgz-app/viteforge 1.1.1 → 1.1.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.
package/dist/index.cjs
CHANGED
|
@@ -2350,15 +2350,7 @@ var MIME_TYPES = {
|
|
|
2350
2350
|
".cube": "application/octet-stream",
|
|
2351
2351
|
".3dl": "application/octet-stream",
|
|
2352
2352
|
".csp": "application/octet-stream",
|
|
2353
|
-
".lut": "application/octet-stream"
|
|
2354
|
-
// shaders
|
|
2355
|
-
".glsl": "text/plain",
|
|
2356
|
-
".wgsl": "text/plain",
|
|
2357
|
-
".vert": "text/plain",
|
|
2358
|
-
".frag": "text/plain",
|
|
2359
|
-
".vs": "text/plain",
|
|
2360
|
-
".fs": "text/plain",
|
|
2361
|
-
".comp": "text/plain"
|
|
2353
|
+
".lut": "application/octet-stream"
|
|
2362
2354
|
};
|
|
2363
2355
|
function lookupMime(ext) {
|
|
2364
2356
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|
package/dist/index.mjs
CHANGED
|
@@ -2342,15 +2342,7 @@ var MIME_TYPES = {
|
|
|
2342
2342
|
".cube": "application/octet-stream",
|
|
2343
2343
|
".3dl": "application/octet-stream",
|
|
2344
2344
|
".csp": "application/octet-stream",
|
|
2345
|
-
".lut": "application/octet-stream"
|
|
2346
|
-
// shaders
|
|
2347
|
-
".glsl": "text/plain",
|
|
2348
|
-
".wgsl": "text/plain",
|
|
2349
|
-
".vert": "text/plain",
|
|
2350
|
-
".frag": "text/plain",
|
|
2351
|
-
".vs": "text/plain",
|
|
2352
|
-
".fs": "text/plain",
|
|
2353
|
-
".comp": "text/plain"
|
|
2345
|
+
".lut": "application/octet-stream"
|
|
2354
2346
|
};
|
|
2355
2347
|
function lookupMime(ext) {
|
|
2356
2348
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base64-assets.d.ts","sourceRoot":"","sources":["../../src/plugins/base64-assets.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"base64-assets.d.ts","sourceRoot":"","sources":["../../src/plugins/base64-assets.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAuEnC,wBAAgB,iBAAiB,IAAI,MAAM,CAsE1C"}
|
package/dist/plugins/index.cjs
CHANGED
|
@@ -2346,15 +2346,7 @@ var MIME_TYPES = {
|
|
|
2346
2346
|
".cube": "application/octet-stream",
|
|
2347
2347
|
".3dl": "application/octet-stream",
|
|
2348
2348
|
".csp": "application/octet-stream",
|
|
2349
|
-
".lut": "application/octet-stream"
|
|
2350
|
-
// shaders
|
|
2351
|
-
".glsl": "text/plain",
|
|
2352
|
-
".wgsl": "text/plain",
|
|
2353
|
-
".vert": "text/plain",
|
|
2354
|
-
".frag": "text/plain",
|
|
2355
|
-
".vs": "text/plain",
|
|
2356
|
-
".fs": "text/plain",
|
|
2357
|
-
".comp": "text/plain"
|
|
2349
|
+
".lut": "application/octet-stream"
|
|
2358
2350
|
};
|
|
2359
2351
|
function lookupMime(ext) {
|
|
2360
2352
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -2336,15 +2336,7 @@ var MIME_TYPES = {
|
|
|
2336
2336
|
".cube": "application/octet-stream",
|
|
2337
2337
|
".3dl": "application/octet-stream",
|
|
2338
2338
|
".csp": "application/octet-stream",
|
|
2339
|
-
".lut": "application/octet-stream"
|
|
2340
|
-
// shaders
|
|
2341
|
-
".glsl": "text/plain",
|
|
2342
|
-
".wgsl": "text/plain",
|
|
2343
|
-
".vert": "text/plain",
|
|
2344
|
-
".frag": "text/plain",
|
|
2345
|
-
".vs": "text/plain",
|
|
2346
|
-
".fs": "text/plain",
|
|
2347
|
-
".comp": "text/plain"
|
|
2339
|
+
".lut": "application/octet-stream"
|
|
2348
2340
|
};
|
|
2349
2341
|
function lookupMime(ext) {
|
|
2350
2342
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|