@fails-components/jupyter-launcher 0.0.2 → 0.0.4
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fails-components/jupyter-launcher",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "A collections of plugins steering an iframe with jupyter remotely",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"watch:labextension": "jupyter labextension watch ."
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@fails-components/jupyter-filesystem-extension": "^0.0.
|
|
63
|
+
"@fails-components/jupyter-filesystem-extension": "^0.0.4",
|
|
64
64
|
"@jupyter-notebook/application": "^7.4.3",
|
|
65
65
|
"@jupyterlab/application": "^4.4.3",
|
|
66
66
|
"@jupyterlab/apputils": "^4.5.3",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"sharedPackages": {
|
|
118
118
|
"@fails-components/jupyter-filesystem-extension": {
|
|
119
119
|
"singleton": true,
|
|
120
|
-
"requiredVersion": "^0.0.
|
|
120
|
+
"requiredVersion": "^0.0.4",
|
|
121
121
|
"import": false
|
|
122
122
|
}
|
|
123
123
|
}
|