@mgz-app/viteforge 1.1.0 → 1.1.1

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
@@ -2358,14 +2358,7 @@ var MIME_TYPES = {
2358
2358
  ".frag": "text/plain",
2359
2359
  ".vs": "text/plain",
2360
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"
2361
+ ".comp": "text/plain"
2369
2362
  };
2370
2363
  function lookupMime(ext) {
2371
2364
  return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
package/dist/index.mjs CHANGED
@@ -2350,14 +2350,7 @@ var MIME_TYPES = {
2350
2350
  ".frag": "text/plain",
2351
2351
  ".vs": "text/plain",
2352
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"
2353
+ ".comp": "text/plain"
2361
2354
  };
2362
2355
  function lookupMime(ext) {
2363
2356
  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;AAsFnC,wBAAgB,iBAAiB,IAAI,MAAM,CAsE1C"}
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;AA+EnC,wBAAgB,iBAAiB,IAAI,MAAM,CAsE1C"}
@@ -2354,14 +2354,7 @@ var MIME_TYPES = {
2354
2354
  ".frag": "text/plain",
2355
2355
  ".vs": "text/plain",
2356
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"
2357
+ ".comp": "text/plain"
2365
2358
  };
2366
2359
  function lookupMime(ext) {
2367
2360
  return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
@@ -2344,14 +2344,7 @@ var MIME_TYPES = {
2344
2344
  ".frag": "text/plain",
2345
2345
  ".vs": "text/plain",
2346
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"
2347
+ ".comp": "text/plain"
2355
2348
  };
2356
2349
  function lookupMime(ext) {
2357
2350
  return MIME_TYPES[ext.toLowerCase()] || "application/octet-stream";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mgz-app/viteforge",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Build and serve utilities for Vite. Pre-configured presets for apps, packages, and libraries.",
6
6
  "license": "MIT",