@jupyterlab/codemirror
Advanced tools
Comparing version 0.17.2 to 0.17.3
@@ -35,2 +35,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=codemirror-ipython.js.map |
@@ -58,2 +58,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=codemirror-ipythongfm.js.map |
@@ -991,2 +991,1 @@ "use strict"; | ||
CodeMirrorEditor.addCommand('indentMoreOrinsertTab', Private.indentMoreOrinsertTab); | ||
//# sourceMappingURL=editor.js.map |
@@ -49,2 +49,1 @@ "use strict"; | ||
exports.CodeMirrorEditorFactory = CodeMirrorEditorFactory; | ||
//# sourceMappingURL=factory.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -44,2 +44,1 @@ "use strict"; | ||
exports.CodeMirrorMimeTypeService = CodeMirrorMimeTypeService; | ||
//# sourceMappingURL=mimetype.js.map |
@@ -119,2 +119,1 @@ "use strict"; | ||
})(Mode = exports.Mode || (exports.Mode = {})); | ||
//# sourceMappingURL=mode.js.map |
{ | ||
"name": "@jupyterlab/codemirror", | ||
"version": "0.17.2", | ||
"version": "0.17.3", | ||
"description": "JupyterLab - CodeMirror Editor Provider", | ||
@@ -33,6 +33,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.17.1", | ||
"@jupyterlab/codeeditor": "^0.17.1", | ||
"@jupyterlab/coreutils": "^2.0.1", | ||
"@jupyterlab/observables": "^2.0.1", | ||
"@jupyterlab/apputils": "^0.17.2", | ||
"@jupyterlab/codeeditor": "^0.17.2", | ||
"@jupyterlab/coreutils": "^2.0.2", | ||
"@jupyterlab/observables": "^2.0.2", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -39,0 +39,0 @@ "@phosphor/coreutils": "^1.3.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150435