@brillout/docpress 0.6.12 → 0.6.13

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/package.json +1 -1
  2. package/types/Config.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "// Build vite.config.ts and +config.ts": "",
package/types/Config.ts CHANGED
@@ -9,7 +9,7 @@ type Config = {
9
9
  githubDiscussions?: string
10
10
  projectName: string
11
11
  projectVersion: string
12
- discordInvite: string
12
+ discordInvite?: string
13
13
  twitterProfile: string
14
14
  }
15
15
  faviconUrl: string