dumi-theme-lobehub 1.10.5 → 1.10.7

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.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import { SiteThemeConfig } from "./types";
2
1
  export { siteSelectors, type SiteStore, useSiteStore } from './store';
3
2
  export * from './types';
4
3
  export { styles } from "./store/initialState";
5
- export declare const defineThemeConfig: (config: SiteThemeConfig) => SiteThemeConfig;
package/dist/index.js CHANGED
@@ -1,6 +1,9 @@
1
1
  export { siteSelectors, useSiteStore } from "./store";
2
2
  export * from "./types";
3
3
  export { styles } from "./store/initialState";
4
- export var defineThemeConfig = function defineThemeConfig(config) {
4
+ var defineThemeConfig = function defineThemeConfig(config) {
5
5
  return config;
6
+ };
7
+ module.exports = {
8
+ defineThemeConfig: defineThemeConfig
6
9
  };
@@ -39,7 +39,7 @@ var import_node_path = require("node:path");
39
39
  var import_utils = require("./utils");
40
40
  var SSRPlugin = (api) => {
41
41
  api.describe({
42
- key: "lobe-docs"
42
+ key: "dumi-theme-lobehub"
43
43
  });
44
44
  if (!api.userConfig.ssr)
45
45
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dumi-theme-lobehub",
3
- "version": "1.10.5",
3
+ "version": "1.10.7",
4
4
  "description": "dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui",
5
5
  "keywords": [
6
6
  "lobehub",