@jupyterlab/markdownviewer 3.3.0-alpha.6 → 4.0.0-alpha.1

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/lib/widget.d.ts CHANGED
@@ -89,7 +89,7 @@ export declare namespace MarkdownViewer {
89
89
  */
90
90
  lineWidth: number | null;
91
91
  /**
92
- * Whether to hide the YALM front matter.
92
+ * Whether to hide the YAML front matter.
93
93
  */
94
94
  hideFrontMatter: boolean;
95
95
  /**
package/lib/widget.js CHANGED
@@ -238,7 +238,7 @@ var Private;
238
238
  }
239
239
  Private.createRegistryOptions = createRegistryOptions;
240
240
  /**
241
- * Remove YALM front matter from source.
241
+ * Remove YAML front matter from source.
242
242
  */
243
243
  function removeFrontMatter(source) {
244
244
  const re = /^---\n[^]*?\n(---|...)\n/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/markdownviewer",
3
- "version": "3.3.0-alpha.6",
3
+ "version": "4.0.0-alpha.1",
4
4
  "description": "JupyterLab - Markdown viewer Widget",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -36,14 +36,14 @@
36
36
  "watch": "tsc -b --watch"
37
37
  },
38
38
  "dependencies": {
39
- "@jupyterlab/apputils": "^3.3.0-alpha.6",
40
- "@jupyterlab/coreutils": "^5.3.0-alpha.6",
41
- "@jupyterlab/docregistry": "^3.3.0-alpha.6",
42
- "@jupyterlab/rendermime": "^3.3.0-alpha.6",
43
- "@jupyterlab/translation": "^3.3.0-alpha.6",
44
- "@lumino/coreutils": "^1.5.3",
45
- "@lumino/messaging": "^1.4.3",
46
- "@lumino/widgets": "^1.26.0"
39
+ "@jupyterlab/apputils": "^4.0.0-alpha.1",
40
+ "@jupyterlab/coreutils": "^6.0.0-alpha.1",
41
+ "@jupyterlab/docregistry": "^4.0.0-alpha.1",
42
+ "@jupyterlab/rendermime": "^4.0.0-alpha.1",
43
+ "@jupyterlab/translation": "^4.0.0-alpha.1",
44
+ "@lumino/coreutils": "^1.11.1",
45
+ "@lumino/messaging": "^1.10.1",
46
+ "@lumino/widgets": "^1.30.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "rimraf": "~3.0.0",