@brillout/docpress 0.5.31 → 0.5.32

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
@@ -315,6 +315,7 @@ var alignable_default = "/assets/alignable-B4QZV4X7.svg";
315
315
 
316
316
  // src/components/Sponsors/sponsorsList.ts
317
317
  var individuals = [
318
+ { username: "mariuslian" },
318
319
  { username: "shortpoet" },
319
320
  { username: "sqs" },
320
321
  { username: "dylmye" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.31",
3
+ "version": "0.5.32",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",