@microsoft/type2docfx 2.0.9-dev.1677758.0 → 2.1.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.
- package/.version/PipelineAssemblyInfo.cs +3 -3
- package/.version/PipelineAssemblyInfo.h +3 -3
- package/.version/build.number.info +1 -1
- package/.version/commit.version.info +1 -1
- package/.version/numeric.fileversion.info +1 -1
- package/.version/numeric.fileversion.info.noleadingzeros +1 -1
- package/.version/numeric.packageversion.info +1 -1
- package/.version/revision.number.info +1 -1
- package/.version/semantic.fileversion.info +1 -1
- package/.version/semantic.packageversion.info +1 -1
- package/.version/versions.xml +1 -1
- package/npm-shrinkwrap.json +3 -5
- package/package.json +4 -10
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
// --------------------------------------------------------------------
|
|
6
6
|
|
|
7
7
|
using System.Reflection;
|
|
8
|
-
[assembly: AssemblyVersion("1.0.
|
|
9
|
-
[assembly: AssemblyFileVersion("1.0.
|
|
10
|
-
[assembly: AssemblyInformationalVersion("1.0.
|
|
8
|
+
[assembly: AssemblyVersion("1.0.02654.59")]
|
|
9
|
+
[assembly: AssemblyFileVersion("1.0.02654.59")]
|
|
10
|
+
[assembly: AssemblyInformationalVersion("1.0.02654.59")]
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// --------------------------------------------------------------------
|
|
6
6
|
|
|
7
|
-
#define ASSEMBLY_VERSION "1.0.
|
|
8
|
-
#define ASSEMBLY_FILE_VERSION "1.0.
|
|
9
|
-
#define ASSEMBLY_INFORMATIONAL_VERSION "1.0.
|
|
7
|
+
#define ASSEMBLY_VERSION "1.0.02654.59"
|
|
8
|
+
#define ASSEMBLY_FILE_VERSION "1.0.02654.59"
|
|
9
|
+
#define ASSEMBLY_INFORMATIONAL_VERSION "1.0.02654.59"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
02654
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
caa7762f
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.02654.59
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2654.59
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.0265459
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
59
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.02654.59
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.0265459
|
package/.version/versions.xml
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/type2docfx",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@microsoft/type2docfx",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"commander": "^9.4.1",
|
|
@@ -3502,9 +3502,7 @@
|
|
|
3502
3502
|
"dev": true,
|
|
3503
3503
|
"hasInstallScript": true,
|
|
3504
3504
|
"optional": true,
|
|
3505
|
-
"os": [
|
|
3506
|
-
"darwin"
|
|
3507
|
-
],
|
|
3505
|
+
"os": ["darwin"],
|
|
3508
3506
|
"engines": {
|
|
3509
3507
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
3510
3508
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/type2docfx",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.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": {
|
|
@@ -21,11 +21,7 @@
|
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "git+https://github.com/docascode/type2docfx.git"
|
|
23
23
|
},
|
|
24
|
-
"keywords": [
|
|
25
|
-
"typescript",
|
|
26
|
-
"docfx",
|
|
27
|
-
"documentation"
|
|
28
|
-
],
|
|
24
|
+
"keywords": ["typescript", "docfx", "documentation"],
|
|
29
25
|
"author": "Microsoft",
|
|
30
26
|
"license": "Apache-2.0",
|
|
31
27
|
"bugs": {
|
|
@@ -61,12 +57,10 @@
|
|
|
61
57
|
"typedoc": "^0.23.28"
|
|
62
58
|
},
|
|
63
59
|
"lint-staged": {
|
|
64
|
-
"**/*.{ts,json,js}": [
|
|
65
|
-
"npm run dprint"
|
|
66
|
-
]
|
|
60
|
+
"**/*.{ts,json,js}": ["npm run dprint"]
|
|
67
61
|
},
|
|
68
62
|
"publishConfig": {
|
|
69
|
-
"tag": "
|
|
63
|
+
"tag": "latest",
|
|
70
64
|
"registry": "https://registry.npmjs.org/"
|
|
71
65
|
}
|
|
72
66
|
}
|