@knime/scripting-editor 0.0.57 → 0.0.58
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/dist/main.js +14373 -8208
- package/dist/src/scripting-service.d.ts +14 -17
- package/package.json +1 -1
- package/dist/scripting-service-Bc8su0xD.js +0 -6143
- package/dist/scripting-service-instance.d.ts +0 -1
- package/dist/scripting-service-instance.js +0 -5
- package/dist/src/scripting-service-instance.d.ts +0 -13
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src/scripting-service-instance'
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ScriptingServiceType } from './scripting-service';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Do not call this method directly! This method is only called when importing
|
|
5
|
-
* the scripting service to set the singleton instance.
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
|
-
export declare const setScriptingServiceInstance: (scriptingService: ScriptingServiceType) => void;
|
|
9
|
-
/**
|
|
10
|
-
* Do not call this method directly! Use `getScriptingService` instead.
|
|
11
|
-
* @private
|
|
12
|
-
*/
|
|
13
|
-
export declare const getScriptingServiceInstance: () => ScriptingServiceType;
|