vuepress-plugin-md-power 1.0.0-rc.178 → 1.0.0-rc.179

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.
package/lib/node/index.js CHANGED
@@ -3789,6 +3789,7 @@ function linksPlugin(md) {
3789
3789
  if (hrefLink[0] === "#") return;
3790
3790
  hasOpenInternalLink = true;
3791
3791
  token.tag = internalTag;
3792
+ token.attrJoin(":no-icon", "true");
3792
3793
  const matched = hrefLink.match(/^([^#?]*?(?:\/|\.md|\.html))([#?].*)?$/);
3793
3794
  if (matched) {
3794
3795
  const rawPath = matched[1];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuepress-plugin-md-power",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.178",
4
+ "version": "1.0.0-rc.179",
5
5
  "description": "The Plugin for VuePress 2 - markdown power",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
@@ -32,14 +32,14 @@
32
32
  ],
33
33
  "peerDependencies": {
34
34
  "artplayer": "^5.3.0",
35
- "dashjs": "^5.0.3",
35
+ "dashjs": "^5.1.0",
36
36
  "esbuild": "^0.27.0",
37
37
  "hls.js": "^1.6.15",
38
38
  "less": "^4.4.2",
39
39
  "markdown-it": "^14.1.0",
40
40
  "mpegts.js": "^1.7.3",
41
41
  "pyodide": "^0.29.0",
42
- "sass": "^1.94.1",
42
+ "sass": "^1.94.2",
43
43
  "sass-embedded": "^1.93.3",
44
44
  "stylus": "^0.64.0",
45
45
  "vuepress": "2.0.0-rc.26"
@@ -84,7 +84,7 @@
84
84
  "@mdit/plugin-sup": "^0.22.2",
85
85
  "@mdit/plugin-tab": "^0.22.3",
86
86
  "@mdit/plugin-tasklist": "^0.22.2",
87
- "@pengzhanbo/utils": "^2.1.0",
87
+ "@pengzhanbo/utils": "^2.1.2",
88
88
  "@vuepress/helper": "2.0.0-rc.118",
89
89
  "@vueuse/core": "^14.0.0",
90
90
  "chokidar": "4.0.3",
@@ -96,17 +96,18 @@
96
96
  "shiki": "^3.15.0",
97
97
  "tm-grammars": "^1.25.3",
98
98
  "tm-themes": "^1.10.12",
99
- "vue": "^3.5.24"
99
+ "vue": "^3.5.25"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@types/markdown-it": "^14.1.2",
103
103
  "artplayer": "^5.3.0",
104
- "dashjs": "^5.0.3",
104
+ "dashjs": "^5.1.0",
105
105
  "hls.js": "^1.6.15",
106
106
  "mpegts.js": "1.7.3"
107
107
  },
108
108
  "publishConfig": {
109
- "access": "public"
109
+ "access": "public",
110
+ "provenance": true
110
111
  },
111
112
  "keyword": [
112
113
  "VuePress",