@brillout/docpress 0.5.37 → 0.5.38
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.js +2 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -418,6 +418,8 @@ var alignable_default = "/assets/alignable-B4QZV4X7.svg";
|
|
|
418
418
|
|
|
419
419
|
// src/data/sponsorsList.ts
|
|
420
420
|
var individuals = [
|
|
421
|
+
{ username: "arp" },
|
|
422
|
+
{ username: "tlancina" },
|
|
421
423
|
{ username: "shishkin17" },
|
|
422
424
|
{ username: "royalswe" },
|
|
423
425
|
{ username: "lebretont" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brillout/docpress",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.38",
|
|
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.8",
|
|
36
36
|
"vite": "^4.3.9"
|
|
37
37
|
},
|
|
38
38
|
"type": "module",
|