@brillout/docpress 0.5.38 → 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 +5 -9
- package/dist/index.js +1 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -192,17 +192,13 @@ type DivSize = {
|
|
|
192
192
|
};
|
|
193
193
|
declare function Sponsors(): JSX.Element;
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
type Maintainer$1 = {
|
|
196
196
|
username: string;
|
|
197
197
|
firstName: string;
|
|
198
|
-
roles:
|
|
199
|
-
consultingUrl?:
|
|
200
|
-
}
|
|
201
|
-
|
|
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
|
@@ -448,7 +448,6 @@ var individuals = [
|
|
|
448
448
|
{ username: "talzion12" },
|
|
449
449
|
{ username: "felixhaeberle" },
|
|
450
450
|
{ username: "apappas1129" },
|
|
451
|
-
{ username: "agalbenus" },
|
|
452
451
|
{ username: "phiberber" },
|
|
453
452
|
{ username: "cookieplace" },
|
|
454
453
|
{ username: "JiangWeixian" },
|
|
@@ -745,8 +744,7 @@ var maintainers = [
|
|
|
745
744
|
/* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement("code", null, "vike-vue"), " (Lead Maintainer, Creator)"),
|
|
746
745
|
/* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement("code", null, "vike-react"), " (Contributor)"),
|
|
747
746
|
/* @__PURE__ */ React9.createElement(React9.Fragment, null, "Vike Core (Contributor)")
|
|
748
|
-
]
|
|
749
|
-
consultingUrl: "https://lourot.dev/"
|
|
747
|
+
]
|
|
750
748
|
},
|
|
751
749
|
{
|
|
752
750
|
username: "nitedani",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brillout/docpress",
|
|
3
|
-
"version": "0.5.
|
|
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.
|
|
35
|
+
"vike-contributors": "^0.0.9",
|
|
36
36
|
"vite": "^4.3.9"
|
|
37
37
|
},
|
|
38
38
|
"type": "module",
|