@microsoft/type2docfx 2.1.1-dev.1684045.0 → 2.1.1-dev.1685285.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.02655.305")]
9
+ [assembly: AssemblyFileVersion("1.0.02655.305")]
10
+ [assembly: AssemblyInformationalVersion("1.0.02655.305")]
@@ -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.02655.305"
8
+ #define ASSEMBLY_FILE_VERSION "1.0.02655.305"
9
+ #define ASSEMBLY_INFORMATIONAL_VERSION "1.0.02655.305"
@@ -1 +1 @@
1
- 02654
1
+ 02655
@@ -1 +1 @@
1
- 5b17c452
1
+ d2f86db7
@@ -1 +1 @@
1
- 1.0.02654.303
1
+ 1.0.02655.305
@@ -1 +1 @@
1
- 1.0.2654.303
1
+ 1.0.2655.305
@@ -1 +1 @@
1
- 1.0.02654303
1
+ 1.0.02655305
@@ -1 +1 @@
1
- 303
1
+ 305
@@ -1 +1 @@
1
- 1.0.02654.303
1
+ 1.0.02655.305
@@ -1 +1 @@
1
- 1.0.02654303
1
+ 1.0.02655305
@@ -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.02655.305" />
4
4
  </versions>
5
5
  </root>
package/README.md CHANGED
@@ -66,6 +66,8 @@ type2docfx c:/typescript-4.8.4.tgz out
66
66
 
67
67
  ![how-to-debug-6-1](screenshots/how-to-debug-6-1.png)
68
68
 
69
+ 7. When type2docfx finish running, you can find yaml outputs in the output path in step 3.
70
+
69
71
  ## Other
70
72
 
71
73
  This tool will install the input package into the system temp folder. If this brings any issue, try to change the TEMP/TMP environment variable to use another folder.
@@ -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.1685285.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.1685285.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.1685285.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": {