versioned-d.ts-tools 0.4.0 → 0.4.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.
@@ -171,7 +171,7 @@ class APISet {
171
171
  const className = clas.getClassName();
172
172
  // Special handling for <global> - no link
173
173
  if (className === "<global>") {
174
- output += "|" + className + "|";
174
+ output += "|*" + className + "*|";
175
175
  }
176
176
  else {
177
177
  output += "|[" + className + "](/"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "versioned-d.ts-tools",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Tools for managing versioned TypeScript definition files",
5
5
  "main": "dist/index.js",
6
6
  "bin": {