@warriorteam/messenger-sdk 1.4.2 → 1.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warriorteam/messenger-sdk",
3
- "version": "1.4.2",
4
- "description": "TypeScript SDK for Facebook Messenger Platform API",
3
+ "version": "1.5.0",
4
+ "description": "TypeScript SDK for Facebook Messenger Platform API with Conversations support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -21,7 +21,8 @@
21
21
  "dev": "tsup --watch",
22
22
  "test": "vitest",
23
23
  "lint": "eslint src --ext .ts",
24
- "format": "prettier --write src/**/*.ts"
24
+ "format": "prettier --write src/**/*.ts",
25
+ "prepublishOnly": "npm run build && npm test"
25
26
  },
26
27
  "keywords": [
27
28
  "facebook",
@@ -30,7 +31,10 @@
30
31
  "api",
31
32
  "typescript",
32
33
  "chatbot",
33
- "messaging"
34
+ "messaging",
35
+ "conversations",
36
+ "instagram",
37
+ "chat-history"
34
38
  ],
35
39
  "author": "RedAI",
36
40
  "license": "MIT",