@fails-components/jupyter-applet-view 0.0.1-alpha.10 → 0.0.1-alpha.3

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@fails-components/jupyter-applet-view",
3
- "version": "0.0.1-alpha.10",
3
+ "version": "0.0.1-alpha.3",
4
4
  "description": "A collection of extensions, that let's you select cell and switch to an applet mode, where only the selected cells are visible. This is used for fails-components to have jupyter applets in interactive teaching. ",
5
5
  "keywords": [
6
6
  "jupyter",
7
7
  "jupyterlab",
8
8
  "jupyterlab-extension"
9
9
  ],
10
- "homepage": "https://github.com/fails-components/jupyterfails",
10
+ "homepage": "",
11
11
  "bugs": {
12
- "url": "https://github.com/fails-components/jupyterfails/issues"
12
+ "url": "/issues"
13
13
  },
14
14
  "license": "BSD-3-Clause",
15
15
  "author": {
@@ -27,7 +27,7 @@
27
27
  "style": "style/index.css",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/fails-components/jupyterfails.git"
30
+ "url": "git+https://github.com/fails-components/jupyterfails.git"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "jlpm build:lib && jlpm build:labextension:dev",
@@ -58,8 +58,8 @@
58
58
  "watch:labextension": "jupyter labextension watch ."
59
59
  },
60
60
  "dependencies": {
61
- "@fails-components/jupyter-interceptor": "^0.0.1-alpha.10",
62
- "@fails-components/jupyter-launcher": "^0.0.1-alpha.10",
61
+ "@fails-components/jupyter-interceptor": "^0.0.1-alpha.3",
62
+ "@fails-components/jupyter-launcher": "^0.0.1-alpha.3",
63
63
  "@jupyter-notebook/application": "^7.2.0",
64
64
  "@jupyter-widgets/jupyterlab-manager": "^5.0.13",
65
65
  "@jupyterlab/application": "^4.3.4",