text-doc-ir 0.3.0 → 0.3.1

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 +1 -1
package/dist/index.js CHANGED
@@ -555,7 +555,7 @@ class c extends b {
555
555
  type: "text",
556
556
  text: ` @${t.header.username}`
557
557
  }] || [],
558
- ...t.header.username && [{
558
+ ...t.header.usernameDomain && [{
559
559
  type: "text",
560
560
  text: `@${t.header.usernameDomain}`
561
561
  }] || []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "text-doc-ir",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Transforms a document intermediate representation into plain text with formatting",