@5minds/processcube_engine_sdk 5.0.0-develop-b2bcaa-locnd3wy → 5.0.0-develop-495c6c-locqvvls
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/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,8 +24,6 @@ function onEngineEvent(event: EngineEvent): Promise<void> {
|
|
|
24
24
|
}
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
Unter [./sample/extension](./sample/extension/README.md) ist eine vollständige Beispiel-Implementierung zu finden.
|
|
28
|
-
|
|
29
27
|
## Extensions in die Engine einbinden
|
|
30
28
|
|
|
31
29
|
Standardmäßig werden Extensions aus dem Ordner `${HOME}/.atlas/engine/extensions` geladen. Der Pfad lässt sich mit dem Startup-Parameter
|
package/package.json
CHANGED