@chatbi-v/core 2.1.9 → 2.1.10

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ConfigManager,
3
3
  configManager
4
- } from "./chunk-WCD7UAPU.js";
4
+ } from "./chunk-4AJ6VW5G.mjs";
5
5
  export {
6
6
  ConfigManager,
7
7
  configManager
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ConfigManager,
3
3
  configManager
4
- } from "./chunk-WCD7UAPU.js";
4
+ } from "./chunk-4AJ6VW5G.mjs";
5
5
 
6
6
  // src/ports/plugin-port.ts
7
7
  var PLUGIN_TYPES = ["business", "functional", "view", "theme", "renderer", "system"];
@@ -2665,7 +2665,7 @@ var usePluginLoader = (options) => {
2665
2665
  }) : {};
2666
2666
  const finalRegistry = { ...discoveredRegistry, ...manualRegistry };
2667
2667
  if (options.systemConfig) {
2668
- const { configManager: configManager2 } = await import("./config-manager-LIF5OXKM.js");
2668
+ const { configManager: configManager2 } = await import("./config-manager-F3GYW4BE.mjs");
2669
2669
  configManager2.set("system", options.systemConfig);
2670
2670
  }
2671
2671
  await pluginManager.loadPlugins(pluginConfigs, finalRegistry, false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbi-v/core",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,8 +31,8 @@
31
31
  "@types/react-dom": "^18.3.0",
32
32
  "tsup": "^8.5.1",
33
33
  "vite": "^5.4.21",
34
- "@chatbi-v/cli": "2.1.9",
35
- "@chatbi-v/config": "2.1.9"
34
+ "@chatbi-v/cli": "2.1.10",
35
+ "@chatbi-v/config": "2.1.10"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "chatbi-cli build",
File without changes