@jupyterlab/javascript-extension 4.6.0-beta.1 → 4.6.0-rc.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # javascript-extension
2
2
 
3
- A JupyterLab extension for running Javascript from a notebook in JupyterLab.
3
+ A JupyterLab extension for running JavaScript from a notebook in JupyterLab.
4
4
 
5
5
  This extension is in the official JupyterLab distribution.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/javascript-extension",
3
- "version": "4.6.0-beta.1",
3
+ "version": "4.6.0-rc.1",
4
4
  "description": "JupyterLab - Javascript Renderer",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -32,8 +32,8 @@
32
32
  "watch": "tsc -b --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@jupyterlab/rendermime": "^4.6.0-beta.1",
36
- "@jupyterlab/rendermime-interfaces": "^3.14.0-beta.1"
35
+ "@jupyterlab/rendermime": "^4.6.0-rc.1",
36
+ "@jupyterlab/rendermime-interfaces": "^3.14.0-rc.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "rimraf": "~5.0.5",