@vuepress/plugin-umami-analytics 2.0.0-rc.85 → 2.0.0-rc.90

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.
@@ -50,4 +50,5 @@ interface UmamiOptions {
50
50
 
51
51
  declare const umamiAnalyticsPlugin: ({ id, ...options }: UmamiOptions) => Plugin;
52
52
 
53
- export { type UmamiOptions as UmamiPluginOptions, umamiAnalyticsPlugin };
53
+ export { umamiAnalyticsPlugin };
54
+ export type { UmamiOptions as UmamiPluginOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuepress/plugin-umami-analytics",
3
- "version": "2.0.0-rc.85",
3
+ "version": "2.0.0-rc.90",
4
4
  "description": "VuePress plugin - umami-analytics",
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.90",
40
40
  "vue": "^3.5.13"
41
41
  },
42
42
  "peerDependencies": {
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "fc47c22ba545338967d606a3bfd12f58bbb9af10"
48
+ "gitHead": "3e99edabb613d73cee8bc02d600809a514837306"
49
49
  }