@diplodoc/cli 5.0.0-rc-10 → 5.0.0-rc-11

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 CHANGED
@@ -258949,7 +258949,7 @@ var EntryService = class {
258949
258949
  async load(path2) {
258950
258950
  this.run.meta.add(path2, {
258951
258951
  metadata: {
258952
- generator: `Diplodoc Platform v${"5.0.0-rc-10"}`
258952
+ generator: `Diplodoc Platform v${"5.0.0-rc-11"}`
258953
258953
  }
258954
258954
  });
258955
258955
  const type = (0, import_node_path8.extname)(path2).slice(1);
@@ -266241,7 +266241,7 @@ var Program = class extends (_a9 = import_program18.BaseProgram) {
266241
266241
  super(...arguments);
266242
266242
  this.name = "Program";
266243
266243
  this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
266244
- false ? "" : "5.0.0-rc-10",
266244
+ false ? "" : "5.0.0-rc-11",
266245
266245
  "--version",
266246
266246
  "Output the version number"
266247
266247
  ).usage(USAGE);
@@ -266381,7 +266381,7 @@ var import_ts_dedent4 = __toESM2(require("ts-dedent"));
266381
266381
  var MAIN_TIMER_ID = "Build time";
266382
266382
  var run = async (argv2) => {
266383
266383
  if (process.env.NODE_ENV !== "test") {
266384
- console.log(`Using v${"5.0.0-rc-10"} version`);
266384
+ console.log(`Using v${"5.0.0-rc-11"} version`);
266385
266385
  }
266386
266386
  let exitCode = 0;
266387
266387
  try {
package/build/index.mjs CHANGED
@@ -258942,7 +258942,7 @@ var EntryService = class {
258942
258942
  async load(path2) {
258943
258943
  this.run.meta.add(path2, {
258944
258944
  metadata: {
258945
- generator: `Diplodoc Platform v${"5.0.0-rc-10"}`
258945
+ generator: `Diplodoc Platform v${"5.0.0-rc-11"}`
258946
258946
  }
258947
258947
  });
258948
258948
  const type = extname4(path2).slice(1);
@@ -266254,7 +266254,7 @@ var Program = class extends (_a9 = BaseProgram6) {
266254
266254
  super(...arguments);
266255
266255
  this.name = "Program";
266256
266256
  this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
266257
- false ? "" : "5.0.0-rc-10",
266257
+ false ? "" : "5.0.0-rc-11",
266258
266258
  "--version",
266259
266259
  "Output the version number"
266260
266260
  ).usage(USAGE);
@@ -266394,7 +266394,7 @@ import dedent4 from "ts-dedent";
266394
266394
  var MAIN_TIMER_ID = "Build time";
266395
266395
  var run = async (argv2) => {
266396
266396
  if (process.env.NODE_ENV !== "test") {
266397
- console.log(`Using v${"5.0.0-rc-10"} version`);
266397
+ console.log(`Using v${"5.0.0-rc-11"} version`);
266398
266398
  }
266399
266399
  let exitCode = 0;
266400
266400
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.0.0-rc-10",
3
+ "version": "5.0.0-rc-11",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",
@@ -75,7 +75,7 @@
75
75
  "chalk": "^4.1.2",
76
76
  "commander": "^12.0.0",
77
77
  "csp-header": "^5.2.1",
78
- "execa": "^9.5.3",
78
+ "execa": "^9.5.2",
79
79
  "glob": "^10.4.5",
80
80
  "highlight.js": "^11.10.0",
81
81
  "js-yaml": "4.1.0",
@@ -133,9 +133,6 @@
133
133
  "vitest-when": "^0.6.0",
134
134
  "walk-sync": "^3.0.0"
135
135
  },
136
- "overrides": {
137
- "cytoscape": "3.31.2"
138
- },
139
136
  "engines": {
140
137
  "node": ">=18.*"
141
138
  }