@vuepress/plugin-umami-analytics 2.0.0-rc.42 → 2.0.0-rc.44

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.
@@ -12,8 +12,7 @@ declare global {
12
12
  /**
13
13
  * Add umami analytics to the site
14
14
  *
15
- * @see https://tongji.umami.com/
16
- * @see https://tongji.umami.com/holmes/Analytics/%E7%99%BE%E5%BA%A6%E7%BB%9F%E8%AE%A1%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8C
17
- * @see https://tongji.umami.com/holmes/Analytics/%E6%8A%80%E6%9C%AF%E6%8E%A5%E5%85%A5%E6%8C%87%E5%8D%97/JS%20API/JS%20API%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3/_trackPageview
15
+ * @see https://umami.is/docs/install
16
+ * @see https://umami.is/docs/tracker-functions
18
17
  */
19
18
  export declare const useUmamiAnalytics: ({ link, id, domains, autoTrack, cache, hostUrl, }: UmamiOptions) => void;
@@ -1,9 +1,8 @@
1
1
  /**
2
2
  * Add umami analytics to the site
3
3
  *
4
- * @see https://tongji.umami.com/
5
- * @see https://tongji.umami.com/holmes/Analytics/%E7%99%BE%E5%BA%A6%E7%BB%9F%E8%AE%A1%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8C
6
- * @see https://tongji.umami.com/holmes/Analytics/%E6%8A%80%E6%9C%AF%E6%8E%A5%E5%85%A5%E6%8C%87%E5%8D%97/JS%20API/JS%20API%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3/_trackPageview
4
+ * @see https://umami.is/docs/install
5
+ * @see https://umami.is/docs/tracker-functions
7
6
  */
8
7
  export const useUmamiAnalytics = ({ link = 'https://us.umami.is/script.js', id, domains, autoTrack, cache, hostUrl, }) => {
9
8
  // avoid duplicated import
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuepress/plugin-umami-analytics",
3
- "version": "2.0.0-rc.42",
3
+ "version": "2.0.0-rc.44",
4
4
  "description": "VuePress plugin - umami-analytics",
5
5
  "keywords": [
6
6
  "vuepress-plugin",
@@ -36,8 +36,8 @@
36
36
  "lib"
37
37
  ],
38
38
  "dependencies": {
39
- "@vuepress/helper": "2.0.0-rc.42",
40
- "vue": "^3.4.38"
39
+ "@vuepress/helper": "2.0.0-rc.44",
40
+ "vue": "^3.5.6"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "vuepress": "2.0.0-rc.15"
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "66e494405a7fbb02f6d46d7be670ec69605b7606"
48
+ "gitHead": "e450489799bbfbdd015ec52255576144185eb64f"
49
49
  }