@brillout/docpress 0.5.36 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -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" },
@@ -541,7 +543,7 @@ var companies = [
541
543
  companyName: "Bluefin",
542
544
  companyLogo: bluefin_default,
543
545
  plan: "indie",
544
- website: "https://https://www.bluefin.one",
546
+ website: "https://www.bluefin.one",
545
547
  github: "bluefin-clinical"
546
548
  }
547
549
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.36",
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.6",
35
+ "vike-contributors": "^0.0.8",
36
36
  "vite": "^4.3.9"
37
37
  },
38
38
  "type": "module",