@messagevisor/catalog 0.4.0 → 0.6.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/dist/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" type="image/png" href="/favicon.png" />
7
7
  <title>Messagevisor Catalog</title>
8
- <script type="module" crossorigin src="/assets/index-BJS9aW0t.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-DJ8oQlZp.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-DrsX4U8c.css">
10
10
  </head>
11
11
  <body>
@@ -115,6 +115,7 @@ export interface CatalogExportOptions {
115
115
  dev?: boolean;
116
116
  devEditors?: CatalogDevEditor[];
117
117
  withTranslationSearch?: boolean;
118
+ withDuplicates?: boolean;
118
119
  }
119
120
  export interface CatalogServeOptions {
120
121
  outDir?: string;
@@ -139,6 +140,7 @@ export declare function exportCatalog(runtime: CatalogRuntime, rootDirectoryPath
139
140
  };
140
141
  features: {
141
142
  translationSearch: boolean;
143
+ duplicates: boolean;
142
144
  };
143
145
  links: {
144
146
  provider: CatalogGitProvider;
@@ -173,6 +175,7 @@ export declare function createCatalogApi(runtime: CatalogRuntime): {
173
175
  };
174
176
  features: {
175
177
  translationSearch: boolean;
178
+ duplicates: boolean;
176
179
  };
177
180
  links: {
178
181
  provider: CatalogGitProvider;