@jupyterlab/inspector
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -5,2 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var coreutils_1 = require("@jupyterlab/coreutils"); | ||
var signaling_1 = require("@phosphor/signaling"); | ||
@@ -137,3 +138,3 @@ var rendermime_1 = require("@jupyterlab/rendermime"); | ||
var position = editor.getCursorPosition(); | ||
var offset = editor.getOffsetAt(position); | ||
var offset = coreutils_1.Text.jsIndexToCharIndex(editor.getOffsetAt(position), code); | ||
var update = { content: null, type: 'hints' }; | ||
@@ -140,0 +141,0 @@ // Clear hints if the new text value is empty or kernel is unavailable. |
{ | ||
"name": "@jupyterlab/inspector", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "JupyterLab - Code Inspector", | ||
@@ -16,11 +16,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.6.0", | ||
"@jupyterlab/codeeditor": "^0.6.0", | ||
"@jupyterlab/rendermime": "^0.6.0", | ||
"@jupyterlab/services": "^0.45.0", | ||
"@phosphor/coreutils": "^1.1.0", | ||
"@phosphor/disposable": "^1.1.0", | ||
"@phosphor/messaging": "^1.2.0", | ||
"@phosphor/signaling": "^1.2.0", | ||
"@phosphor/widgets": "^1.2.0" | ||
"@jupyterlab/apputils": "^0.7.0", | ||
"@jupyterlab/codeeditor": "^0.7.0", | ||
"@jupyterlab/coreutils": "^0.7.0", | ||
"@jupyterlab/rendermime": "^0.7.0", | ||
"@jupyterlab/services": "^0.46.0", | ||
"@phosphor/coreutils": "^1.1.1", | ||
"@phosphor/disposable": "^1.1.1", | ||
"@phosphor/messaging": "^1.2.1", | ||
"@phosphor/signaling": "^1.2.1", | ||
"@phosphor/widgets": "^1.3.0" | ||
}, | ||
@@ -27,0 +28,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
29188
10
881
+ Added@jupyterlab/coreutils@^0.7.0
+ Added@jupyterlab/apputils@0.7.0(transitive)
+ Added@jupyterlab/codeeditor@0.7.0(transitive)
+ Added@jupyterlab/codemirror@0.7.0(transitive)
+ Added@jupyterlab/coreutils@0.7.1(transitive)
+ Added@jupyterlab/rendermime@0.7.0(transitive)
+ Added@jupyterlab/services@0.46.0(transitive)
- Removed@jupyterlab/application@0.6.0(transitive)
- Removed@jupyterlab/apputils@0.6.0(transitive)
- Removed@jupyterlab/codeeditor@0.6.0(transitive)
- Removed@jupyterlab/codemirror@0.6.0(transitive)
- Removed@jupyterlab/coreutils@0.6.0(transitive)
- Removed@jupyterlab/rendermime@0.6.0(transitive)
- Removed@jupyterlab/services@0.45.0(transitive)
- Removed@phosphor/application@1.7.3(transitive)
- Removed@types/semver@5.5.0(transitive)
- Removedsemver@5.7.2(transitive)
Updated@jupyterlab/apputils@^0.7.0
Updated@jupyterlab/services@^0.46.0
Updated@phosphor/coreutils@^1.1.1
Updated@phosphor/disposable@^1.1.1
Updated@phosphor/messaging@^1.2.1
Updated@phosphor/signaling@^1.2.1
Updated@phosphor/widgets@^1.3.0