vuepress-plugin-md-power 1.0.0-rc.130 → 1.0.0-rc.131
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 +1 -1
- package/package.json +10 -10
package/lib/node/index.js
CHANGED
|
@@ -3256,7 +3256,7 @@ function markdownPowerPlugin(options = {}) {
|
|
|
3256
3256
|
addViteOptimizeDepsInclude(
|
|
3257
3257
|
bundlerOptions,
|
|
3258
3258
|
app,
|
|
3259
|
-
["artplayer", "dashjs", "hls.js", "mpegts.js"]
|
|
3259
|
+
["artplayer", "dashjs", "hls.js", "mpegts.js/dist/mpegts.js"]
|
|
3260
3260
|
);
|
|
3261
3261
|
}
|
|
3262
3262
|
},
|
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.
|
|
4
|
+
"version": "1.0.0-rc.131",
|
|
5
5
|
"description": "The Plugin for VuePress 2 - markdown power",
|
|
6
6
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"artplayer": "^5.2.0",
|
|
35
35
|
"dashjs": "^4.7.4",
|
|
36
|
-
"esbuild": "
|
|
36
|
+
"esbuild": ">=0.24.2",
|
|
37
37
|
"hls.js": "^1.5.18",
|
|
38
38
|
"less": "^4.2.1",
|
|
39
39
|
"markdown-it": "^14.0.0",
|
|
40
|
-
"mpegts.js": "1.
|
|
40
|
+
"mpegts.js": "^1.8.0",
|
|
41
41
|
"sass": "^1.83.0",
|
|
42
42
|
"sass-embedded": "^1.83.0",
|
|
43
|
-
"stylus": "0.64.0",
|
|
43
|
+
"stylus": ">=0.64.0",
|
|
44
44
|
"vuepress": "2.0.0-rc.19"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
@@ -69,24 +69,24 @@
|
|
|
69
69
|
"@mdit/plugin-tab": "^0.16.0",
|
|
70
70
|
"@mdit/plugin-tasklist": "^0.16.0",
|
|
71
71
|
"@vuepress/helper": "2.0.0-rc.73",
|
|
72
|
-
"@vueuse/core": "^12.
|
|
72
|
+
"@vueuse/core": "^12.7.0",
|
|
73
73
|
"chokidar": "3.6.0",
|
|
74
74
|
"image-size": "^1.2.0",
|
|
75
75
|
"local-pkg": "^1.0.0",
|
|
76
76
|
"lru-cache": "^11.0.2",
|
|
77
77
|
"markdown-it-container": "^4.0.0",
|
|
78
|
-
"nanoid": "^5.0
|
|
79
|
-
"shiki": "^2.
|
|
80
|
-
"tm-grammars": "^1.22.
|
|
78
|
+
"nanoid": "^5.1.0",
|
|
79
|
+
"shiki": "^2.4.1",
|
|
80
|
+
"tm-grammars": "^1.22.14",
|
|
81
81
|
"tm-themes": "^1.9.12",
|
|
82
82
|
"vue": "^3.5.13"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/markdown-it": "^14.1.2",
|
|
86
86
|
"artplayer": "^5.2.2",
|
|
87
|
-
"dashjs": "^
|
|
87
|
+
"dashjs": "^5.0.0",
|
|
88
88
|
"hls.js": "^1.5.20",
|
|
89
|
-
"mpegts.js": "1.
|
|
89
|
+
"mpegts.js": "^1.8.0"
|
|
90
90
|
},
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|