dochub-sdk 0.1.288 → 0.1.290

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.
@@ -3,7 +3,7 @@ import { Route, RouteConfig } from 'vue-router';
3
3
  export enum DocHubNavigateCommands {
4
4
  back = '$-back', // Перейти на шаг назад в истории страниц
5
5
  root = '$-root', // Перейти на корневую страницу
6
- transactionCommit = '$-transaction-view', // Перейти на страницу анализа изменений
6
+ transactionView = '$-transaction-view', // Перейти на страницу анализа изменений
7
7
  }
8
8
 
9
9
  export enum DocHubNavigateTarget {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.288",
3
+ "version": "0.1.290",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",