otomato-sdk 2.0.22 → 2.0.23

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.
@@ -1,4 +1,4 @@
1
- import { findBlockByPrototype } from "../models/Trigger";
1
+ import { findBlockByPrototype } from "../models/Trigger.js";
2
2
  export function getExternalVariable(prototype, args) {
3
3
  return `{{external.functions.${prototype}(${args})}}`;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/types/src/index.d.ts",