@jupyterlab/debugger 4.4.8 → 4.4.10

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/lib/tokens.d.ts CHANGED
@@ -89,7 +89,6 @@ export interface IDebugger {
89
89
  * Request to set a variable in the global scope.
90
90
  *
91
91
  * @param name The name of the variable.
92
- * @param value The value of the variable.
93
92
  */
94
93
  copyToGlobals(name: string): Promise<void>;
95
94
  /**
package/lib/tokens.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../src/tokens.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAQ3D,OAAO,EAAsB,KAAK,EAAE,MAAM,mBAAmB,CAAC;AA8iC9D;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,KAAK,CAChC,gCAAgC,EAChC,4BAA4B,CAC7B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,IAAI,KAAK,CACtC,sCAAsC,EACtC,iDAAiD,CAClD,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,EACvC,6CAA6C,CAC9C,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,EACvC,qCAAqC,CACtC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,EACvC,2CAA2C,CAC5C,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,IAAI,KAAK,CAC5C,4CAA4C,EAC5C,2BAA2B,CAC5B,CAAC"}
1
+ {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../src/tokens.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAQ3D,OAAO,EAAsB,KAAK,EAAE,MAAM,mBAAmB,CAAC;AA6iC9D;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,KAAK,CAChC,gCAAgC,EAChC,4BAA4B,CAC7B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,IAAI,KAAK,CACtC,sCAAsC,EACtC,iDAAiD,CAClD,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,EACvC,6CAA6C,CAC9C,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,EACvC,qCAAqC,CACtC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,EACvC,2CAA2C,CAC5C,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,IAAI,KAAK,CAC5C,4CAA4C,EAC5C,2BAA2B,CAC5B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/debugger",
3
- "version": "4.4.8",
3
+ "version": "4.4.10",
4
4
  "description": "JupyterLab - Debugger Extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -51,21 +51,21 @@
51
51
  "@codemirror/view": "^6.38.1",
52
52
  "@jupyter/react-components": "^0.16.6",
53
53
  "@jupyter/ydoc": "^3.1.0",
54
- "@jupyterlab/application": "^4.4.8",
55
- "@jupyterlab/apputils": "^4.5.8",
56
- "@jupyterlab/cells": "^4.4.8",
57
- "@jupyterlab/codeeditor": "^4.4.8",
58
- "@jupyterlab/codemirror": "^4.4.8",
59
- "@jupyterlab/console": "^4.4.8",
60
- "@jupyterlab/coreutils": "^6.4.8",
61
- "@jupyterlab/docregistry": "^4.4.8",
62
- "@jupyterlab/fileeditor": "^4.4.8",
63
- "@jupyterlab/notebook": "^4.4.8",
64
- "@jupyterlab/observables": "^5.4.8",
65
- "@jupyterlab/rendermime": "^4.4.8",
66
- "@jupyterlab/services": "^7.4.8",
67
- "@jupyterlab/translation": "^4.4.8",
68
- "@jupyterlab/ui-components": "^4.4.8",
54
+ "@jupyterlab/application": "^4.4.10",
55
+ "@jupyterlab/apputils": "^4.5.10",
56
+ "@jupyterlab/cells": "^4.4.10",
57
+ "@jupyterlab/codeeditor": "^4.4.10",
58
+ "@jupyterlab/codemirror": "^4.4.10",
59
+ "@jupyterlab/console": "^4.4.10",
60
+ "@jupyterlab/coreutils": "^6.4.10",
61
+ "@jupyterlab/docregistry": "^4.4.10",
62
+ "@jupyterlab/fileeditor": "^4.4.10",
63
+ "@jupyterlab/notebook": "^4.4.10",
64
+ "@jupyterlab/observables": "^5.4.10",
65
+ "@jupyterlab/rendermime": "^4.4.10",
66
+ "@jupyterlab/services": "^7.4.10",
67
+ "@jupyterlab/translation": "^4.4.10",
68
+ "@jupyterlab/ui-components": "^4.4.10",
69
69
  "@lumino/algorithm": "^2.0.3",
70
70
  "@lumino/commands": "^2.3.2",
71
71
  "@lumino/coreutils": "^2.2.1",
@@ -79,7 +79,7 @@
79
79
  "react": "^18.2.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@jupyterlab/testing": "^4.4.8",
82
+ "@jupyterlab/testing": "^4.4.10",
83
83
  "@types/jest": "^29.2.0",
84
84
  "jest": "^29.2.0",
85
85
  "jest-canvas-mock": "^2.5.2",
package/src/tokens.ts CHANGED
@@ -122,7 +122,6 @@ export interface IDebugger {
122
122
  * Request to set a variable in the global scope.
123
123
  *
124
124
  * @param name The name of the variable.
125
- * @param value The value of the variable.
126
125
  */
127
126
  copyToGlobals(name: string): Promise<void>;
128
127