valaxy-theme-press 0.17.0-beta.2 → 0.17.0-beta.3

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/node/index.ts +10 -0
  2. package/package.json +2 -2
package/node/index.ts CHANGED
@@ -1,2 +1,12 @@
1
+ import type { UserThemeConfig } from '../types'
2
+
1
3
  export * from '../config'
2
4
  export * from '../types/index.d'
5
+
6
+ /**
7
+ * valaxy-theme-press
8
+ * @see https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-press
9
+ */
10
+ export function defineThemeConfig(config: UserThemeConfig) {
11
+ return config
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-press",
3
- "version": "0.17.0-beta.2",
3
+ "version": "0.17.0-beta.3",
4
4
  "description": "Docs Theme for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
@@ -23,6 +23,6 @@
23
23
  "@docsearch/js": "^3.5.2"
24
24
  },
25
25
  "devDependencies": {
26
- "valaxy": "0.17.0-beta.2"
26
+ "valaxy": "0.17.0-beta.3"
27
27
  }
28
28
  }