We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff59b30 commit 687a646Copy full SHA for 687a646
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-push-browser",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "Minimal library for sending notifications via the browser Push API",
5
"main": "build/index.js",
6
"devDependencies": {
src/crypto/jwt.ts
@@ -1,4 +1,4 @@
-import { toBase64Url } from "../utils/base64url";
+import { toBase64Url } from "../utils/base64url.js";
/**
* Generate and sign a JWT token.
0 commit comments