vr-commons 1.0.72 → 1.0.73

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.
@@ -46,7 +46,7 @@ const sendSMS = async (phoneNumber, message) => {
46
46
  // from: fromNumber,
47
47
  // to: phoneNumber,
48
48
  // });
49
- console.log(`✅ SMS sent to ${phoneNumber}`);
49
+ console.log(`✅ SMS sent to ${phoneNumber}, ${message}`);
50
50
  return true;
51
51
  }
52
52
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vr-commons",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "Shared functions package",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",