@manuscripts/transform 4.3.40 → 4.3.42
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/README.md +2 -2
- package/dist/cjs/version.js +1 -1
- package/dist/es/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -16,13 +16,13 @@ It provides a way to import/export [Manuscript JSON Schema](https://gitlab.com/m
|
|
|
16
16
|
|
|
17
17
|
**ManuscriptMark**: a Manuscript definition of a ProseMirror mark which is a piece of information that can be attached to a node, such as it being emphasized, in code font, or a link
|
|
18
18
|
|
|
19
|
-
**JATSExporter**: converts Manuscript JSON Schema to JATS XML via ProseMirror Model.
|
|
19
|
+
**JATSExporter**: converts Manuscript JSON Schema to JATS XML via ProseMirror Model.
|
|
20
20
|
|
|
21
21
|
**JATSImporter** converts JATS XML to Manuscript JSON Schema via ProseMirror Model.
|
|
22
22
|
|
|
23
23
|
# Usage
|
|
24
24
|
|
|
25
|
-
### Manuscript JSON Schema to ProseMirror Model
|
|
25
|
+
### Manuscript JSON Schema to ProseMirror Model
|
|
26
26
|
|
|
27
27
|
```typescript
|
|
28
28
|
import { Decoder, ContainedModel } from '@manuscripts/manuscript-transform'
|
package/dist/cjs/version.js
CHANGED
package/dist/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "4.3.
|
|
1
|
+
export const VERSION = "4.3.42";
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "4.3.
|
|
1
|
+
export declare const VERSION = "4.3.42";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/transform",
|
|
3
3
|
"description": "ProseMirror transformer for Manuscripts applications",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.42",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-transform",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
|
+
"sideEffects": false,
|
|
13
14
|
"keywords": [
|
|
14
15
|
"prosemirror"
|
|
15
16
|
],
|