@microsoft/type2docfx 2.1.1-dev.1684045.0 → 2.1.1-dev.1684133.0

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.
@@ -5,6 +5,6 @@
5
5
  // --------------------------------------------------------------------
6
6
 
7
7
  using System.Reflection;
8
- [assembly: AssemblyVersion("1.0.02654.303")]
9
- [assembly: AssemblyFileVersion("1.0.02654.303")]
10
- [assembly: AssemblyInformationalVersion("1.0.02654.303")]
8
+ [assembly: AssemblyVersion("1.0.02654.304")]
9
+ [assembly: AssemblyFileVersion("1.0.02654.304")]
10
+ [assembly: AssemblyInformationalVersion("1.0.02654.304")]
@@ -4,6 +4,6 @@
4
4
  // </auto-generated>
5
5
  // --------------------------------------------------------------------
6
6
 
7
- #define ASSEMBLY_VERSION "1.0.02654.303"
8
- #define ASSEMBLY_FILE_VERSION "1.0.02654.303"
9
- #define ASSEMBLY_INFORMATIONAL_VERSION "1.0.02654.303"
7
+ #define ASSEMBLY_VERSION "1.0.02654.304"
8
+ #define ASSEMBLY_FILE_VERSION "1.0.02654.304"
9
+ #define ASSEMBLY_INFORMATIONAL_VERSION "1.0.02654.304"
@@ -1 +1 @@
1
- 5b17c452
1
+ 694ba552
@@ -1 +1 @@
1
- 1.0.02654.303
1
+ 1.0.02654.304
@@ -1 +1 @@
1
- 1.0.2654.303
1
+ 1.0.2654.304
@@ -1 +1 @@
1
- 1.0.02654303
1
+ 1.0.02654304
@@ -1 +1 @@
1
- 303
1
+ 304
@@ -1 +1 @@
1
- 1.0.02654.303
1
+ 1.0.02654.304
@@ -1 +1 @@
1
- 1.0.02654303
1
+ 1.0.02654304
@@ -1,5 +1,5 @@
1
1
  <root>
2
2
  <versions>
3
- <version name="filever" value="1.0.02654.303" />
3
+ <version name="filever" value="1.0.02654.304" />
4
4
  </versions>
5
5
  </root>
package/README.md CHANGED
@@ -64,6 +64,8 @@ type2docfx c:/typescript-4.8.4.tgz out
64
64
 
65
65
  6. At the top left of run and debug section, pick the configuration you edited in step 3, and click run.
66
66
 
67
+ 7. When type2docfx finish running, you can find yaml outputs in the output path in step 3.
68
+
67
69
  ![how-to-debug-6-1](screenshots/how-to-debug-6-1.png)
68
70
 
69
71
  ## Other
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@microsoft/type2docfx",
3
- "version": "2.1.1-dev.1684045.0",
3
+ "version": "2.1.1-dev.1684133.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@microsoft/type2docfx",
9
- "version": "2.1.1-dev.1684045.0",
9
+ "version": "2.1.1-dev.1684133.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "commander": "^9.4.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/type2docfx",
3
- "version": "2.1.1-dev.1684045.0",
3
+ "version": "2.1.1-dev.1684133.0",
4
4
  "description": "A tool to convert json format output from TypeDoc to schema driven reference model for DocFx to consume.",
5
5
  "main": "./dist/main.js",
6
6
  "bin": {