@vuepress/markdown
Advanced tools
Comparing version 2.0.0-beta.49 to 2.0.0-beta.50
{ | ||
"name": "@vuepress/markdown", | ||
"version": "2.0.0-beta.49", | ||
"version": "2.0.0-beta.50", | ||
"description": "Markdown package of VuePress", | ||
@@ -19,20 +19,25 @@ "keywords": [ | ||
"author": "meteorlxy", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@mdit-vue/plugin-component": "^0.6.0", | ||
"@mdit-vue/plugin-frontmatter": "^0.6.0", | ||
"@mdit-vue/plugin-headers": "^0.6.0", | ||
"@mdit-vue/plugin-sfc": "^0.6.0", | ||
"@mdit-vue/plugin-title": "^0.6.0", | ||
"@mdit-vue/plugin-toc": "^0.6.0", | ||
"@mdit-vue/shared": "^0.6.0", | ||
"@mdit-vue/types": "^0.6.0", | ||
"@mdit-vue/plugin-component": "^0.9.2", | ||
"@mdit-vue/plugin-frontmatter": "^0.9.2", | ||
"@mdit-vue/plugin-headers": "^0.9.3", | ||
"@mdit-vue/plugin-sfc": "^0.9.2", | ||
"@mdit-vue/plugin-title": "^0.9.3", | ||
"@mdit-vue/plugin-toc": "^0.9.2", | ||
"@mdit-vue/shared": "^0.9.2", | ||
"@mdit-vue/types": "^0.9.2", | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/markdown-it-emoji": "^2.0.2", | ||
"@vuepress/shared": "2.0.0-beta.49", | ||
"@vuepress/utils": "2.0.0-beta.49", | ||
"@vuepress/shared": "2.0.0-beta.50", | ||
"@vuepress/utils": "2.0.0-beta.50", | ||
"markdown-it": "^13.0.1", | ||
@@ -43,9 +48,26 @@ "markdown-it-anchor": "^8.6.4", | ||
}, | ||
"devDependencies": { | ||
"@types/mdurl": "^1.0.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"tsup": { | ||
"clean": true, | ||
"dts": "./src/index.ts", | ||
"entry": [ | ||
"./src/index.ts" | ||
], | ||
"format": [ | ||
"esm" | ||
], | ||
"outDir": "./dist", | ||
"sourcemap": false, | ||
"target": "es2020", | ||
"tsconfig": "../tsconfig.dts.json" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "rimraf lib *.tsbuildinfo" | ||
"build": "tsup", | ||
"clean": "rimraf dist" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
24347
1
58969
4
717
1
+ Added@mdit-vue/plugin-component@0.9.4(transitive)
+ Added@mdit-vue/plugin-frontmatter@0.9.2(transitive)
+ Added@mdit-vue/plugin-headers@0.9.3(transitive)
+ Added@mdit-vue/plugin-sfc@0.9.2(transitive)
+ Added@mdit-vue/plugin-title@0.9.3(transitive)
+ Added@mdit-vue/plugin-toc@0.9.2(transitive)
+ Added@mdit-vue/shared@0.9.2(transitive)
+ Added@mdit-vue/types@0.9.2(transitive)
+ Added@types/hash-sum@1.0.2(transitive)
+ Added@types/node@22.8.6(transitive)
+ Added@vuepress/shared@2.0.0-beta.50(transitive)
+ Added@vuepress/utils@2.0.0-beta.50(transitive)
+ Addedansi-regex@6.1.0(transitive)
+ Addedbl@5.1.0(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedchalk@5.3.0(transitive)
+ Addedcli-cursor@4.0.0(transitive)
+ Addedglobby@13.2.2(transitive)
+ Addedis-interactive@2.0.0(transitive)
+ Addedis-unicode-supported@1.3.0(transitive)
+ Addedlog-symbols@5.1.0(transitive)
+ Addedora@6.3.1(transitive)
+ Addedrestore-cursor@4.0.0(transitive)
+ Addedslash@4.0.0(transitive)
+ Addedstdin-discarder@0.1.0(transitive)
+ Addedstrip-ansi@7.1.0(transitive)
- Removed@mdit-vue/plugin-component@0.6.0(transitive)
- Removed@mdit-vue/plugin-frontmatter@0.6.0(transitive)
- Removed@mdit-vue/plugin-headers@0.6.0(transitive)
- Removed@mdit-vue/plugin-sfc@0.6.0(transitive)
- Removed@mdit-vue/plugin-title@0.6.0(transitive)
- Removed@mdit-vue/plugin-toc@0.6.0(transitive)
- Removed@mdit-vue/shared@0.6.0(transitive)
- Removed@mdit-vue/types@0.6.0(transitive)
- Removed@types/node@22.9.0(transitive)
- Removed@vuepress/shared@2.0.0-beta.49(transitive)
- Removed@vuepress/utils@2.0.0-beta.49(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedarray-union@2.1.0(transitive)
- Removedbl@4.1.0(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcli-cursor@3.1.0(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedglobby@11.1.0(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedis-interactive@1.0.0(transitive)
- Removedis-unicode-supported@0.1.0(transitive)
- Removedlog-symbols@4.1.0(transitive)
- Removedora@5.4.1(transitive)
- Removedrestore-cursor@3.1.0(transitive)
- Removedslash@3.0.0(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
Updated@mdit-vue/plugin-sfc@^0.9.2
Updated@mdit-vue/plugin-toc@^0.9.2
Updated@mdit-vue/shared@^0.9.2
Updated@mdit-vue/types@^0.9.2