@pushforge/builder 2.0.0 → 2.0.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.
|
@@ -16,7 +16,7 @@ async function generateVapidKeys() {
|
|
|
16
16
|
console.log('Public Key:');
|
|
17
17
|
console.log(publicKey);
|
|
18
18
|
console.log('\nPrivate Key (JWK):');
|
|
19
|
-
console.log(JSON.stringify(privateJWKWithAlg
|
|
19
|
+
console.log(JSON.stringify(privateJWKWithAlg));
|
|
20
20
|
console.log('\nStore these keys securely. Never expose your private key.');
|
|
21
21
|
}
|
|
22
22
|
catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushforge/builder",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
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",
|