@rspress-theme-anatole/core 0.7.15 → 0.7.16

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -948,6 +948,7 @@ async function siteDataVMPlugin(context) {
948
948
  }));
949
949
  await Promise.all(pages.map(async (pageData)=>pluginDriver.extendPageData(pageData)));
950
950
  const siteData = {
951
+ auth: (null == userConfig ? void 0 : userConfig.auth) || {},
951
952
  title: (null == userConfig ? void 0 : userConfig.title) || '',
952
953
  description: (null == userConfig ? void 0 : userConfig.description) || '',
953
954
  icon: (null == userConfig ? void 0 : userConfig.icon) || '',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rspress-theme-anatole/core",
3
3
  "author": "Anatole Tong",
4
- "version": "0.7.15",
4
+ "version": "0.7.16",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
7
7
  "*.css",
@@ -69,12 +69,12 @@
69
69
  "unist-util-visit-children": "^2.0.2",
70
70
  "webpack": "^5.95.0",
71
71
  "@rspress/plugin-auto-nav-sidebar": "1.43.8",
72
- "@rspress-theme-anatole/plugin-container-syntax": "0.7.15",
72
+ "@rspress-theme-anatole/plugin-container-syntax": "0.7.16",
73
73
  "@rspress/plugin-last-updated": "1.43.8",
74
74
  "@rspress/plugin-medium-zoom": "1.43.8",
75
75
  "@rspress/runtime": "1.43.8",
76
- "@rspress-theme-anatole/theme-default": "0.7.15",
77
- "@rspress-theme-anatole/shared": "0.7.15"
76
+ "@rspress-theme-anatole/theme-default": "0.7.16",
77
+ "@rspress-theme-anatole/shared": "0.7.16"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@microsoft/api-extractor": "^7.49.2",