@brillout/docpress 0.5.39 → 0.5.40

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
@@ -192,17 +192,13 @@ type DivSize = {
192
192
  };
193
193
  declare function Sponsors(): JSX.Element;
194
194
 
195
- declare const maintainers: ({
195
+ type Maintainer$1 = {
196
196
  username: string;
197
197
  firstName: string;
198
- roles: JSX.Element[];
199
- consultingUrl?: undefined;
200
- } | {
201
- username: string;
202
- firstName: string;
203
- roles: JSX.Element[];
204
- consultingUrl: string;
205
- })[];
198
+ roles: React$1.ReactNode[];
199
+ consultingUrl?: string;
200
+ };
201
+ declare const maintainers: Maintainer$1[];
206
202
 
207
203
  declare function Contributors(): JSX.Element;
208
204
  declare function Maintainer({ maintainer }: {
package/dist/index.js CHANGED
@@ -744,8 +744,7 @@ var maintainers = [
744
744
  /* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement("code", null, "vike-vue"), " (Lead Maintainer, Creator)"),
745
745
  /* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement("code", null, "vike-react"), " (Contributor)"),
746
746
  /* @__PURE__ */ React9.createElement(React9.Fragment, null, "Vike Core (Contributor)")
747
- ],
748
- consultingUrl: "https://lourot.dev/"
747
+ ]
749
748
  },
750
749
  {
751
750
  username: "nitedani",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.39",
3
+ "version": "0.5.40",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",
@@ -32,7 +32,7 @@
32
32
  "shiki": "^0.10.1",
33
33
  "twemoji": "^13.1.0",
34
34
  "vike": "^0.4.158",
35
- "vike-contributors": "^0.0.8",
35
+ "vike-contributors": "^0.0.9",
36
36
  "vite": "^4.3.9"
37
37
  },
38
38
  "type": "module",