@vuepress/plugin-pwa 2.0.0-rc.85 → 2.0.0-rc.86

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.
@@ -19,4 +19,5 @@ declare const usePwaEvent: () => PwaEvent;
19
19
 
20
20
  declare const useRegisterSW: (serviceWorkerPath: string, event: PwaEvent) => Promise<void>;
21
21
 
22
- export { type PwaEvent, pwaEventSymbol, setupPwa, setupViewPoint, usePwaEvent, useRegisterSW };
22
+ export { pwaEventSymbol, setupPwa, setupViewPoint, usePwaEvent, useRegisterSW };
23
+ export type { PwaEvent };
@@ -367,4 +367,5 @@ interface PwaPluginOptions {
367
367
 
368
368
  declare const pwaPlugin: (options?: PwaPluginOptions) => PluginFunction;
369
369
 
370
- export { type AppManifest, type DisplayMode, type ManifestCategory, type ManifestExternalApplicationResource, type ManifestIcon, type ManifestImageResource, type ManifestShortCutItem, type OrientationLockType, type PwaPluginLocaleData, type PwaPluginOptions, pwaLocaleInfo, pwaPlugin };
370
+ export { pwaLocaleInfo, pwaPlugin };
371
+ export type { AppManifest, DisplayMode, ManifestCategory, ManifestExternalApplicationResource, ManifestIcon, ManifestImageResource, ManifestShortCutItem, OrientationLockType, PwaPluginLocaleData, PwaPluginOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuepress/plugin-pwa",
3
- "version": "2.0.0-rc.85",
3
+ "version": "2.0.0-rc.86",
4
4
  "description": "VuePress plugin - progressive web application",
5
5
  "keywords": [
6
6
  "vuepress-plugin",
@@ -36,7 +36,7 @@
36
36
  "lib"
37
37
  ],
38
38
  "dependencies": {
39
- "@vuepress/helper": "2.0.0-rc.85",
39
+ "@vuepress/helper": "2.0.0-rc.86",
40
40
  "@vueuse/core": "^13.0.0",
41
41
  "mitt": "^3.0.1",
42
42
  "register-service-worker": "^1.7.2",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "fc47c22ba545338967d606a3bfd12f58bbb9af10"
52
+ "gitHead": "422114a6e811b34cbdf87502d6157dd4b8373985"
53
53
  }