@brillout/docpress 0.5.36 → 0.5.37

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