myst-demo 0.5.11 → 0.5.13

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +14 -14
package/dist/index.js CHANGED
@@ -131,7 +131,7 @@ function parse(text, defaultFrontmatter, options) {
131
131
  const jats = mystToJats
132
132
  ? unified()
133
133
  .use(mystToJats, SourceFileKind.Article, frontmatter, undefined, '', {
134
- spaces: 2,
134
+ format: 2,
135
135
  writeFullArticle: (_d = options === null || options === void 0 ? void 0 : options.jats) === null || _d === void 0 ? void 0 : _d.fullArticle,
136
136
  })
137
137
  .stringify(mdast, jatsFile).result
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myst-demo",
3
- "version": "0.5.11",
3
+ "version": "0.5.13",
4
4
  "type": "module",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -23,24 +23,24 @@
23
23
  "@heroicons/react": "^2.0.18",
24
24
  "classnames": "^2.3.2",
25
25
  "js-yaml": "^4.1.0",
26
- "myst-common": "^1.1.8",
27
- "myst-config": "^1.1.8",
28
- "myst-directives": "^1.0.8",
26
+ "myst-common": "^1.1.13",
27
+ "myst-config": "^1.1.13",
28
+ "myst-directives": "^1.0.14",
29
29
  "myst-ext-card": "^1.0.4",
30
30
  "myst-ext-exercise": "^1.0.4",
31
31
  "myst-ext-grid": "^1.0.4",
32
- "myst-ext-proof": "^1.0.4",
32
+ "myst-ext-proof": "^1.0.6",
33
33
  "myst-ext-tabs": "^1.0.4",
34
- "myst-frontmatter": "^1.1.8",
35
- "myst-parser": "^1.0.8",
34
+ "myst-frontmatter": "^1.1.13",
35
+ "myst-parser": "^1.0.14",
36
36
  "myst-spec": "^0.0.4",
37
- "myst-to-docx": "^1.0.5",
38
- "myst-to-html": "^1.0.8",
39
- "myst-to-jats": "^1.0.13",
40
- "myst-to-react": "^0.5.11",
41
- "myst-to-tex": "^1.0.7",
42
- "myst-to-typst": "^0.0.5",
43
- "myst-transforms": "^1.1.2",
37
+ "myst-to-docx": "^1.0.7",
38
+ "myst-to-html": "^1.0.14",
39
+ "myst-to-jats": "^1.0.17",
40
+ "myst-to-react": "^0.5.13",
41
+ "myst-to-tex": "^1.0.13",
42
+ "myst-to-typst": "^0.0.6",
43
+ "myst-transforms": "^1.1.11",
44
44
  "unified": "^10.1.2",
45
45
  "unist-util-visit": "^4.1.2",
46
46
  "vfile": "^5.3.7",