@robylon/whatsapp-react-sdk 1.0.2 → 1.0.4
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robylon/whatsapp-react-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "React SDK for Robylon WhatsApp",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"trigger:staging": "node scripts/trigger-staging-workflow.js",
|
|
29
29
|
"trigger:production": "gh workflow run deploy-sdk.yml",
|
|
30
30
|
"deploy:staging": "npm run version:staging && npm run trigger:staging",
|
|
31
|
-
"deploy:production": "
|
|
31
|
+
"deploy:production": "node scripts/deploy-production.js",
|
|
32
32
|
"update-changelog": "node scripts/update-changelog.js",
|
|
33
33
|
"install-hooks": "node scripts/install-hooks.js",
|
|
34
34
|
"publish:staging": "node scripts/validate-publish.js staging && npm run build:staging:all && npm version prerelease --preid=staging --force && npm publish --tag staging && node scripts/create-version-tag.js",
|