@brillout/docpress 0.5.24 → 0.5.25

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -312,6 +312,7 @@ var alignable_default = "/assets/alignable-B4QZV4X7.svg";
312
312
 
313
313
  // src/components/Sponsors/sponsorsList.ts
314
314
  var individuals = [
315
+ { username: "rivatove" },
315
316
  { username: "SMKJALLAD" },
316
317
  { username: "routinghub" },
317
318
  { username: "LostCrew" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.24",
3
+ "version": "0.5.25",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",