@flink-app/whatsapp-plugin 2.0.0-alpha.74 → 2.0.0-alpha.75

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @flink-app/whatsapp-plugin
2
2
 
3
+ ## 2.0.0-alpha.75
4
+
5
+ ### Patch Changes
6
+
7
+ - @flink-app/flink@2.0.0-alpha.75
8
+
3
9
  ## 2.0.0-alpha.74
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/whatsapp-plugin",
3
- "version": "2.0.0-alpha.74",
3
+ "version": "2.0.0-alpha.75",
4
4
  "description": "Flink plugin for bi-directional WhatsApp messaging via Cloud API with auto-discovered WhatsappHandler files",
5
5
  "author": "joel@frost.se",
6
6
  "license": "MIT",
@@ -26,10 +26,10 @@
26
26
  "@types/node": "22.13.10",
27
27
  "tsc-watch": "^4.2.9",
28
28
  "rimraf": "^5.0.5",
29
- "@flink-app/flink": "2.0.0-alpha.74"
29
+ "@flink-app/flink": "2.0.0-alpha.75"
30
30
  },
31
31
  "peerDependencies": {
32
- "@flink-app/flink": ">=2.0.0-alpha.74"
32
+ "@flink-app/flink": ">=2.0.0-alpha.75"
33
33
  },
34
34
  "scripts": {
35
35
  "watch": "tsc-watch --project tsconfig.dist.json",