@brillout/docpress 0.5.21 → 0.5.22

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
@@ -319,6 +319,7 @@ var alignable_default = "/assets/alignable-B4QZV4X7.svg";
319
319
 
320
320
  // src/components/Sponsors/sponsorsList.ts
321
321
  var individuals = [
322
+ { username: "HarshwardhanSingh" },
322
323
  { username: "d3x7r0" },
323
324
  { username: "ChristophP" },
324
325
  { username: "msiegenthaler" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.21",
3
+ "version": "0.5.22",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",