@kemu-io/edge-runtime 0.2.1 → 0.2.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kemu-io/edge-runtime",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.4",
5
5
  "description": "Kemu Edge runtime for running Kemu recipes",
6
6
  "author": "Kemu Pty Ltd",
7
7
  "main": "runner.js",
package/runner.d.ts CHANGED
@@ -191,10 +191,6 @@ declare const _default: {
191
191
  * ```
192
192
  */
193
193
  sendToInputWidget: SendToInputWidgetFn;
194
- /**
195
- * Returns the decrypted API key generated when exporting a recipe to Kemu Edge.
196
- */
197
- getApiKey: () => string;
198
194
  }>;
199
195
  terminate: () => Promise<void>;
200
196
  /**