@opentermsarchive/engine 7.0.0 → 7.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/package.json
CHANGED
|
@@ -5,7 +5,7 @@ import Record from './record.js';
|
|
|
5
5
|
export default class Version extends Record {
|
|
6
6
|
static REQUIRED_PARAMS = Object.freeze([ ...Record.REQUIRED_PARAMS, 'snapshotIds' ]);
|
|
7
7
|
|
|
8
|
-
static SOURCE_DOCUMENTS_SEPARATOR = '\n\n';
|
|
8
|
+
static SOURCE_DOCUMENTS_SEPARATOR = '\n\n- - -\n\n'; // Separator used to delimit source documents when concatenating them. The "- - -" produces a horizontal ruler in Markdown
|
|
9
9
|
|
|
10
10
|
constructor(params) {
|
|
11
11
|
super(params);
|