pushwave-client 0.3.3 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![PushWave flow](docs/assets/flow.png)
2
2
  # pushwave-client (alpha)
3
3
 
4
- PushWave is a lightweight Expo-first SDK to get push notifications running without building your own backend or wrestling with native setup. It fetches the Expo push token and prepares app attestation (Android Play Integrity / iOS DeviceCheck) so you can secure delivery. The SaaS dashboard is now live at https://pushwave.dev/—log in to create audiences, templates, and scheduled sends. **Consider this an early-stage project**.
4
+ PushWave is a lightweight Expo-first SDK to get push notifications running without building your own backend or wrestling with native setup. It fetches the Expo push token and prepares app attestation (Android Play Integrity / iOS DeviceCheck) so you can secure delivery. The SaaS dashboard is now live at https://pushwave.dev/ in to create audiences, templates, and scheduled sends. **Consider this an early-stage project**.
5
5
 
6
6
  ---
7
7
 
@@ -102,6 +102,7 @@ export default function App() {
102
102
 
103
103
  ## Links
104
104
 
105
+ - DASHBOARD https://pushwave.dev/
105
106
  - DOCS: https://docs.pushwave.dev/
106
107
  - NPM: https://www.npmjs.com/package/pushwave-client
107
108
  - GitHub: https://github.com/luruk-hai/pushwave-client#readme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushwave-client",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "PushWave Client, Expo Push Notifications SaaS SDK",
5
5
  "homepage": "https://github.com/luruk-hai/pushwave-client#readme",
6
6
  "bugs": {