@diplodoc/cli 4.53.1 → 4.53.2
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/build/index.js +2 -2
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -275045,7 +275045,7 @@ var Program = class extends (_a12 = BaseProgram) {
|
|
|
275045
275045
|
super(...arguments);
|
|
275046
275046
|
this.name = "Program";
|
|
275047
275047
|
this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
275048
|
-
true ? "4.53.
|
|
275048
|
+
true ? "4.53.2" : "",
|
|
275049
275049
|
"--version",
|
|
275050
275050
|
"Output the version number"
|
|
275051
275051
|
).usage(USAGE);
|
|
@@ -275071,7 +275071,7 @@ if (require.main === module) {
|
|
|
275071
275071
|
(() => __async(void 0, null, function* () {
|
|
275072
275072
|
console.time(MAIN_TIMER_ID);
|
|
275073
275073
|
if (process.env.NODE_ENV !== "test") {
|
|
275074
|
-
console.log(`Using v${"4.53.
|
|
275074
|
+
console.log(`Using v${"4.53.2"} version`);
|
|
275075
275075
|
}
|
|
275076
275076
|
let exitCode = 0;
|
|
275077
275077
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "4.53.
|
|
3
|
+
"version": "4.53.2",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@diplodoc/openapi-extension": "^2.7.0",
|
|
72
72
|
"@diplodoc/prettier-config": "^2.0.0",
|
|
73
73
|
"@diplodoc/search-extension": "^1.1.5",
|
|
74
|
-
"@diplodoc/transform": "^4.44.
|
|
74
|
+
"@diplodoc/transform": "^4.44.1",
|
|
75
75
|
"@diplodoc/tsconfig": "^1.0.2",
|
|
76
76
|
"@gravity-ui/page-constructor": "^5.29.1",
|
|
77
77
|
"@octokit/core": "4.2.4",
|