@pushforge/builder 1.0.0-beta.1 → 1.1.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 +27 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushforge/builder",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A robust, cross-platform Web Push notification library that handles VAPID authentication and payload encryption following the Web Push Protocol standard. Works in Node.js 16+, Browsers, Deno, Bun and Cloudflare Workers.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/lib/main.js",
|
|
@@ -51,6 +51,32 @@
|
|
|
51
51
|
"vitest": "^3.1.2"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
|
+
"David Raphi",
|
|
55
|
+
"David",
|
|
56
|
+
"draphy",
|
|
57
|
+
"david",
|
|
58
|
+
"draphi",
|
|
59
|
+
"draphy.org",
|
|
60
|
+
"www.draphy.org",
|
|
61
|
+
"non profit organization",
|
|
62
|
+
"open source",
|
|
63
|
+
"web push",
|
|
64
|
+
"pushforge",
|
|
65
|
+
"@pushforge/builder",
|
|
66
|
+
"pushforge builder",
|
|
67
|
+
"draphy pushforge builder",
|
|
68
|
+
"draphy pushforge",
|
|
69
|
+
"web push builder",
|
|
70
|
+
"web push notification",
|
|
71
|
+
"web push protocol",
|
|
72
|
+
"pushforge npm",
|
|
73
|
+
"web push service",
|
|
74
|
+
"@pushforge/builder npm package",
|
|
75
|
+
"web push npm package",
|
|
76
|
+
"web push vapid",
|
|
77
|
+
"notification",
|
|
78
|
+
"cross-platform",
|
|
79
|
+
"cross platform",
|
|
54
80
|
"web-push",
|
|
55
81
|
"webcrypto",
|
|
56
82
|
"vapid",
|