@vuepress/plugin-pwa 2.0.0-beta.64 → 2.0.0-beta.66

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.
@@ -10,12 +10,4 @@ export type PwaEvent = Emitter<{
10
10
  error: Error;
11
11
  }>;
12
12
  export declare const pwaEventSymbol: InjectionKey<PwaEvent>;
13
- export declare const usePwaEvent: () => Emitter<{
14
- ready: ServiceWorkerRegistration;
15
- registered: ServiceWorkerRegistration;
16
- cached: ServiceWorkerRegistration;
17
- updatefound: ServiceWorkerRegistration;
18
- updated: ServiceWorkerRegistration;
19
- offline: void;
20
- error: Error;
21
- }>;
13
+ export declare const usePwaEvent: () => PwaEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuepress/plugin-pwa",
3
- "version": "2.0.0-beta.64",
3
+ "version": "2.0.0-beta.66",
4
4
  "description": "VuePress plugin - progressive web application",
5
5
  "keywords": [
6
6
  "vuepress-plugin",
@@ -30,13 +30,13 @@
30
30
  "lib"
31
31
  ],
32
32
  "dependencies": {
33
- "mitt": "^3.0.0",
33
+ "mitt": "^3.0.1",
34
34
  "register-service-worker": "^1.7.2",
35
35
  "vue": "^3.3.4",
36
36
  "workbox-build": "^7.0.0",
37
- "@vuepress/client": "2.0.0-beta.64",
38
- "@vuepress/utils": "2.0.0-beta.64",
39
- "@vuepress/core": "2.0.0-beta.64"
37
+ "@vuepress/client": "2.0.0-beta.66",
38
+ "@vuepress/utils": "2.0.0-beta.66",
39
+ "@vuepress/core": "2.0.0-beta.66"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"