@jupyter-notebook/docmanager-extension 7.0.0-alpha.16 → 7.0.0-alpha.17

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/lib/index.js +2 -2
  2. package/package.json +9 -9
package/lib/index.js CHANGED
@@ -45,7 +45,7 @@ const opener = {
45
45
  }
46
46
  widget.title.dataset = {
47
47
  type: 'document-title',
48
- ...widget.title.dataset
48
+ ...widget.title.dataset,
49
49
  };
50
50
  if (!widget.isAttached) {
51
51
  app.shell.add(widget, 'main', options || {});
@@ -57,7 +57,7 @@ const opener = {
57
57
  return this._opened;
58
58
  }
59
59
  })();
60
- }
60
+ },
61
61
  };
62
62
  /**
63
63
  * Export the plugins as default.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter-notebook/docmanager-extension",
3
- "version": "7.0.0-alpha.16",
3
+ "version": "7.0.0-alpha.17",
4
4
  "description": "Jupyter Notebook - Document Manager Extension",
5
5
  "homepage": "https://github.com/jupyter/notebook",
6
6
  "bugs": {
@@ -38,17 +38,17 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyterlab/application": "^4.0.0-alpha.21",
42
- "@jupyterlab/coreutils": "^6.0.0-alpha.21",
43
- "@jupyterlab/docmanager": "^4.0.0-alpha.21",
44
- "@jupyterlab/docregistry": "^4.0.0-alpha.21",
45
- "@jupyterlab/services": "^7.0.0-alpha.21",
46
- "@lumino/algorithm": "^2.0.0-rc.1",
47
- "@lumino/signaling": "^2.0.0-rc.1"
41
+ "@jupyterlab/application": "^4.0.0-alpha.22",
42
+ "@jupyterlab/coreutils": "^6.0.0-alpha.22",
43
+ "@jupyterlab/docmanager": "^4.0.0-alpha.22",
44
+ "@jupyterlab/docregistry": "^4.0.0-alpha.22",
45
+ "@jupyterlab/services": "^7.0.0-alpha.22",
46
+ "@lumino/algorithm": "^2.0.0",
47
+ "@lumino/signaling": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "rimraf": "^3.0.2",
51
- "typescript": "5.0.1-rc"
51
+ "typescript": "~5.0.2"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"