otomato-sdk 2.0.45 → 2.0.47

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/bundle.js CHANGED
@@ -4601,7 +4601,7 @@ const CHAINS = {
4601
4601
  BASE: 8453
4602
4602
  };
4603
4603
 
4604
- const SDK_VERSION = '2.0.45';
4604
+ const SDK_VERSION = '2.0.47';
4605
4605
  function compareVersions(v1, v2) {
4606
4606
  // Split the version strings into parts
4607
4607
  const v1Parts = v1.split('.').map(Number);
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.45";
1
+ export declare const SDK_VERSION = "2.0.47";
2
2
  export declare function compareVersions(v1: string, v2: string): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.45",
3
+ "version": "2.0.47",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/src/index.d.ts",