exod 1.0.0-alpha.7 → 1.0.0-alpha.9

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.
@@ -5,3 +5,6 @@ export function resolveIMessageTargets() {
5
5
  export function normalizeIMessageHandle(handle) {
6
6
  return handle;
7
7
  }
8
+ export function parseIMessageTarget(target) {
9
+ return null;
10
+ }
@@ -21,3 +21,11 @@ export function setActiveProgressLine(_line) {
21
21
  export function getActiveProgressLine() {
22
22
  return null;
23
23
  }
24
+
25
+ export function registerActiveProgressLine(_line) {
26
+ // No-op
27
+ }
28
+
29
+ export function unregisterActiveProgressLine(_line) {
30
+ // No-op
31
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exod",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.9",
4
4
  "description": "EXOD.ai - AI Marketing Automation Agent for Facebook & Instagram Ads",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",