@mgz-app/viteforge 1.1.0 → 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 +1 -16
- package/dist/index.mjs +1 -16
- package/dist/plugins/base64-assets.d.ts.map +1 -1
- package/dist/plugins/index.cjs +1 -16
- package/dist/plugins/index.mjs +1 -16
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2350,22 +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",
|
|
2362
|
-
// documents/config
|
|
2363
|
-
".json": "application/json",
|
|
2364
|
-
".xml": "application/xml",
|
|
2365
|
-
".csv": "text/csv",
|
|
2366
|
-
".toml": "application/toml",
|
|
2367
|
-
".yaml": "text/yaml",
|
|
2368
|
-
".yml": "text/yaml"
|
|
2353
|
+
".lut": "application/octet-stream"
|
|
2369
2354
|
};
|
|
2370
2355
|
function lookupMime(ext) {
|
|
2371
2356
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|
package/dist/index.mjs
CHANGED
|
@@ -2342,22 +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",
|
|
2354
|
-
// documents/config
|
|
2355
|
-
".json": "application/json",
|
|
2356
|
-
".xml": "application/xml",
|
|
2357
|
-
".csv": "text/csv",
|
|
2358
|
-
".toml": "application/toml",
|
|
2359
|
-
".yaml": "text/yaml",
|
|
2360
|
-
".yml": "text/yaml"
|
|
2345
|
+
".lut": "application/octet-stream"
|
|
2361
2346
|
};
|
|
2362
2347
|
function lookupMime(ext) {
|
|
2363
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,22 +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",
|
|
2358
|
-
// documents/config
|
|
2359
|
-
".json": "application/json",
|
|
2360
|
-
".xml": "application/xml",
|
|
2361
|
-
".csv": "text/csv",
|
|
2362
|
-
".toml": "application/toml",
|
|
2363
|
-
".yaml": "text/yaml",
|
|
2364
|
-
".yml": "text/yaml"
|
|
2349
|
+
".lut": "application/octet-stream"
|
|
2365
2350
|
};
|
|
2366
2351
|
function lookupMime(ext) {
|
|
2367
2352
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -2336,22 +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",
|
|
2348
|
-
// documents/config
|
|
2349
|
-
".json": "application/json",
|
|
2350
|
-
".xml": "application/xml",
|
|
2351
|
-
".csv": "text/csv",
|
|
2352
|
-
".toml": "application/toml",
|
|
2353
|
-
".yaml": "text/yaml",
|
|
2354
|
-
".yml": "text/yaml"
|
|
2339
|
+
".lut": "application/octet-stream"
|
|
2355
2340
|
};
|
|
2356
2341
|
function lookupMime(ext) {
|
|
2357
2342
|
return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
|