pushwave-client 0.3.0 → 0.3.1

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/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ ![PushWave flow](docs/assets/flow.png)
1
2
  # pushwave-client (alpha)
2
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 (scheduling, targeting, templates, cron-like sends) is coming soon. **Consider this an early-stage project**.
@@ -94,6 +95,7 @@ export default function App() {
94
95
 
95
96
  ## Links
96
97
 
98
+ - DOCS: https://docs.pushwave.dev/
97
99
  - NPM: https://www.npmjs.com/package/pushwave-client
98
100
  - GitHub: https://github.com/luruk-hai/pushwave-client#readme
99
101
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushwave-client",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "PushWave Client, Expo Push Notifications SaaS SDK",
5
5
  "homepage": "https://github.com/luruk-hai/pushwave-client#readme",
6
6
  "bugs": {