@vuepress/plugin-umami-analytics 2.0.0-rc.124 → 2.0.0-rc.125

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.
@@ -1,4 +1,4 @@
1
- import { t as UmamiOptions } from "../options-zTn9E-2W.js";
1
+ import { t as UmamiOptions } from "../options-BEhK5rps.js";
2
2
 
3
3
  //#region src/client/composables/useUmamiAnalytics.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as UmamiOptions } from "../options-zTn9E-2W.js";
1
+ import { t as UmamiOptions } from "../options-BEhK5rps.js";
2
2
  import { Plugin } from "vuepress/core";
3
3
 
4
4
  //#region src/node/umamiAnalyticsPlugin.d.ts
@@ -80,4 +80,4 @@ interface UmamiOptions {
80
80
  }
81
81
  //#endregion
82
82
  export { UmamiOptions as t };
83
- //# sourceMappingURL=options-zTn9E-2W.d.ts.map
83
+ //# sourceMappingURL=options-BEhK5rps.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuepress/plugin-umami-analytics",
3
- "version": "2.0.0-rc.124",
3
+ "version": "2.0.0-rc.125",
4
4
  "description": "VuePress plugin - umami-analytics",
5
5
  "keywords": [
6
6
  "analytics",
@@ -25,18 +25,18 @@
25
25
  "directory": "plugins/analytics/plugin-umami-analytics"
26
26
  },
27
27
  "files": [
28
- "lib"
28
+ "dist"
29
29
  ],
30
30
  "type": "module",
31
31
  "sideEffects": false,
32
32
  "exports": {
33
33
  ".": {
34
- "types": "./lib/node/index.d.ts",
35
- "default": "./lib/node/index.js"
34
+ "types": "./dist/node/index.d.ts",
35
+ "default": "./dist/node/index.js"
36
36
  },
37
37
  "./client": {
38
- "types": "./lib/client/index.d.ts",
39
- "default": "./lib/client/index.js"
38
+ "types": "./dist/client/index.d.ts",
39
+ "default": "./dist/client/index.js"
40
40
  },
41
41
  "./package.json": "./package.json"
42
42
  },
@@ -44,11 +44,11 @@
44
44
  "access": "public"
45
45
  },
46
46
  "dependencies": {
47
- "@vuepress/helper": "2.0.0-rc.124",
47
+ "@vuepress/helper": "2.0.0-rc.125",
48
48
  "vue": "^3.5.29"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "vuepress": "2.0.0-rc.26"
52
52
  },
53
- "gitHead": "f17e7479b1ef3c06814b6107df9188ba351702da"
53
+ "gitHead": "58e660bb7138f1883e5440a08903d09cdbabcdc8"
54
54
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes