@markwharton/pwa-push 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.
@@ -31,9 +31,9 @@ var PwaPush = (() => {
31
31
  ));
32
32
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
33
33
 
34
- // ../core/dist/shared.js
34
+ // node_modules/@markwharton/pwa-core/dist/shared.js
35
35
  var require_shared = __commonJS({
36
- "../core/dist/shared.js"(exports) {
36
+ "node_modules/@markwharton/pwa-core/dist/shared.js"(exports) {
37
37
  "use strict";
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.HTTP_STATUS = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markwharton/pwa-push",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Web push notifications for Azure PWA projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,11 +30,11 @@
30
30
  "clean": "rm -rf dist"
31
31
  },
32
32
  "peerDependencies": {
33
- "@markwharton/pwa-core": "^2.0.0",
33
+ "@markwharton/pwa-core": "^2.0.0 || ^3.0.0",
34
34
  "web-push": "^3.6.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@markwharton/pwa-core": "^2.0.0",
37
+ "@markwharton/pwa-core": "^3.0.0",
38
38
  "@types/node": "^20.10.0",
39
39
  "@types/web-push": "^3.6.4",
40
40
  "esbuild": "^0.27.2",