@mdit-vue/types
Advanced tools
Comparing version 0.12.0 to 1.0.0
@@ -32,2 +32,2 @@ interface MarkdownItEnv { | ||
export { MarkdownItEnv, MarkdownItHeader }; | ||
export type { MarkdownItEnv, MarkdownItHeader }; |
{ | ||
"name": "@mdit-vue/types", | ||
"version": "0.12.0", | ||
"version": "1.0.0", | ||
"description": "Shared types definition 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" | ||
} | ||
} | ||
@@ -41,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "986b6023d3460cadefd409cd5d4b6445af3a05bd" | ||
"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
4653
8
0