@open-wa/wa-automate-types-only 4.42.1 → 4.42.2

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.
@@ -67,7 +67,7 @@ export declare class SocketClient {
67
67
  };
68
68
  };
69
69
  /**
70
- * The main way to create the socket baed client.
70
+ * The main way to create the socket based client.
71
71
  * @param url URL of the socket server (i.e the EASY API instance address)
72
72
  * @param apiKey optional api key if set
73
73
  * @returns SocketClient
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.42.1",
3
+ "version": "4.42.2",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",