@mdit-vue/shared
Advanced tools
Comparing version 0.12.1 to 1.0.0
{ | ||
"name": "@mdit-vue/shared", | ||
"version": "0.12.1", | ||
"version": "1.0.0", | ||
"description": "Shared utils and types of mdit-vue", | ||
@@ -23,5 +23,10 @@ "keywords": [ | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
} | ||
@@ -40,4 +45,4 @@ }, | ||
"dependencies": { | ||
"@mdit-vue/types": "0.12.0", | ||
"@types/markdown-it": "^13.0.0", | ||
"@mdit-vue/types": "1.0.0", | ||
"@types/markdown-it": "^13.0.1", | ||
"markdown-it": "^13.0.1" | ||
@@ -48,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "198a71b2e4175a92843609a63d2a848bddb71740" | ||
"gitHead": "d5388b9a8ec1e9075c41587410151ec2a6bc0df1" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14915
0
+ Added@mdit-vue/types@1.0.0(transitive)
- Removed@mdit-vue/types@0.12.0(transitive)
Updated@mdit-vue/types@1.0.0
Updated@types/markdown-it@^13.0.1