@brillout/docpress 0.5.37 → 0.5.39

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/dist/index.js +2 -1
  2. 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" },
@@ -446,7 +448,6 @@ var individuals = [
446
448
  { username: "talzion12" },
447
449
  { username: "felixhaeberle" },
448
450
  { username: "apappas1129" },
449
- { username: "agalbenus" },
450
451
  { username: "phiberber" },
451
452
  { username: "cookieplace" },
452
453
  { username: "JiangWeixian" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.37",
3
+ "version": "0.5.39",
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.7",
35
+ "vike-contributors": "^0.0.8",
36
36
  "vite": "^4.3.9"
37
37
  },
38
38
  "type": "module",