@knime/scripting-editor 0.0.47 → 0.0.48

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.
@@ -4,9 +4,8 @@ export type NodeSettings = {
4
4
  scriptUsedFlowVariable?: string;
5
5
  };
6
6
  declare class ScriptingService {
7
- private _knimeService;
8
7
  private _jsonDataService;
9
- private _settings;
8
+ private _closeService;
10
9
  private _eventHandlers;
11
10
  private _runEventPoller;
12
11
  private _monacoLSPConnection;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knime/scripting-editor",
3
3
  "type": "module",
4
- "version": "0.0.47",
4
+ "version": "0.0.48",
5
5
  "description": "Shared Scripting Editor components for KNIME",
6
6
  "author": "KNIME AG, Zurich, Switzerland",
7
7
  "license": "See the file license.txt",
@@ -24,7 +24,7 @@
24
24
  "install-husky": "cd .. && husky install ./org.knime.scripting.editor.js/.husky"
25
25
  },
26
26
  "dependencies": {
27
- "@knime/ui-extension-service": "0.21.0",
27
+ "@knime/ui-extension-service": "0.22.0",
28
28
  "@vueuse/core": "10.7.1",
29
29
  "handlebars": "4.7.8",
30
30
  "splitpanes": "3.1.5",