@feedmepos/mf-common 1.6.10 → 1.6.12-rc.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.
@@ -3141,7 +3141,7 @@ class mt {
3141
3141
  u.append(h, c);
3142
3142
  return u;
3143
3143
  }
3144
- const { toFormData: a } = await import("./multipart-parser-4f71d0e6.js");
3144
+ const { toFormData: a } = await import("./multipart-parser-24ba18d4.js");
3145
3145
  return a(this.body, n);
3146
3146
  }
3147
3147
  /**
@@ -3894,7 +3894,7 @@ const us = "@feedmepos/mf-", Ps = async (i, { command: n, mode: a }, u = {}) =>
3894
3894
  },
3895
3895
  formats: ["es"]
3896
3896
  }
3897
- }), T.plugins ?? (T.plugins = []), T.plugins.push(qi({ externals: C })), T.build ?? (T.build = {}), (p = T.build).rollupOptions ?? (p.rollupOptions = {}), T.build.rollupOptions.external = C.concat(
3897
+ }), T.plugins ?? (T.plugins = []), u.externalize && T.plugins.push(qi({ externals: C })), T.build ?? (T.build = {}), (p = T.build).rollupOptions ?? (p.rollupOptions = {}), T.build.rollupOptions.external = C.concat(
3898
3898
  ...T.build.rollupOptions.external ?? []
3899
3899
  );
3900
3900
  const _ = h;
@@ -5,6 +5,7 @@ export interface FmmfPresentOptions {
5
5
  replaceFmmfPackages?: Record<string, string>;
6
6
  importMapScopes?: Record<string, string>;
7
7
  isDev?: boolean;
8
+ externalize?: boolean;
8
9
  }
9
10
  export declare const fmmfVitePresent: (config: UserConfig, { command, mode }: ConfigEnv, options?: FmmfPresentOptions) => Promise<UserConfig>;
10
11
  //# sourceMappingURL=vite-preset.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vite-preset.d.ts","sourceRoot":"","sources":["../vite-preset.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAwB,UAAU,EAAE,MAAM,MAAM,CAAA;AAMvE,MAAM,WAAW,kBAAkB;IACjC,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC5C,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxC,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAED,eAAO,MAAM,eAAe,WAClB,UAAU,qBACC,SAAS,YACnB,kBAAkB,KAC1B,QAAQ,UAAU,CAgIpB,CAAA"}
1
+ {"version":3,"file":"vite-preset.d.ts","sourceRoot":"","sources":["../vite-preset.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAwB,UAAU,EAAE,MAAM,MAAM,CAAA;AAMvE,MAAM,WAAW,kBAAkB;IACjC,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC5C,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxC,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,eAAO,MAAM,eAAe,WAClB,UAAU,qBACC,SAAS,YACnB,kBAAkB,KAC1B,QAAQ,UAAU,CAkIpB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import "path";
2
2
  import "fs";
3
- import { f as b } from "./vite-preset-b7f1c209.js";
3
+ import { f as b } from "./vite-preset-4bf82f77.js";
4
4
  import "node:http";
5
5
  import "node:https";
6
6
  import "node:zlib";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.6.10",
3
+ "version": "1.6.12-rc.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -16,7 +16,7 @@
16
16
  "./style.css": "./dist/style.css"
17
17
  },
18
18
  "dependencies": {
19
- "@feedmepos/auth": "^1.1.4",
19
+ "@feedmepos/auth": "^1.1.11",
20
20
  "@feedmepos/core": "^2.10.0",
21
21
  "@vue/devtools-api": "^6.5.0",
22
22
  "axios": "^1.6.0",
@@ -49,7 +49,7 @@
49
49
  "vue-tsc": "^1.8.11"
50
50
  },
51
51
  "scripts": {
52
- "dev": "vite",
52
+ "dev": "vite --port 5200",
53
53
  "build": "run-p type-check \"build-only\"",
54
54
  "build:mf": "vite build --mode fmmf",
55
55
  "build:vitePreset": "vite build --mode vite-preset",