@glitchgrab/whatsapp 0.1.0 → 0.2.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 +10 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glitchgrab/whatsapp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "WhatsApp Business messaging for SaaS products
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "WhatsApp Business messaging for SaaS products — connect a customer's own number, send templates, and run a shared inbox.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -36,8 +36,16 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
+
"@semantic-release/changelog": "^6",
|
|
40
|
+
"@semantic-release/commit-analyzer": "^13",
|
|
41
|
+
"@semantic-release/git": "^10",
|
|
42
|
+
"@semantic-release/github": "^11",
|
|
43
|
+
"@semantic-release/npm": "^12",
|
|
44
|
+
"@semantic-release/release-notes-generator": "^14",
|
|
39
45
|
"@types/react": "^19",
|
|
46
|
+
"conventional-changelog-conventionalcommits": "^8",
|
|
40
47
|
"react": "^19",
|
|
48
|
+
"semantic-release": "^24",
|
|
41
49
|
"tsup": "^8",
|
|
42
50
|
"typescript": "^5",
|
|
43
51
|
"vitest": "^4.1.3"
|