@mdit/plugin-container
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -1,2 +0,2 @@ | ||
import { RenderRule } from 'markdown-it/lib/renderer.js'; | ||
import { RenderRule } from 'markdown-it/lib/renderer.mjs'; | ||
import { PluginWithOptions } from 'markdown-it'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@mdit/plugin-container", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "container plugin for MarkdownIt", | ||
@@ -26,24 +26,20 @@ "keywords": [ | ||
}, | ||
"main": "lib/index.cjs", | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"type": "./lib/index.mts", | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.mjs", | ||
"default": "./lib/index.mjs" | ||
"type": "./lib/index.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">= 18" | ||
}, | ||
"dependencies": { | ||
"@types/markdown-it": "^13.0.7" | ||
"@types/markdown-it": "^14.0.1" | ||
}, | ||
"peerDependencies": { | ||
"markdown-it": "^14.0.0" | ||
"markdown-it": "^14.1.0" | ||
}, | ||
@@ -55,2 +51,5 @@ "peerDependenciesMeta": { | ||
}, | ||
"engines": { | ||
"node": ">= 18" | ||
}, | ||
"publishConfig": { | ||
@@ -57,0 +56,0 @@ "access": "public" |
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
Yes
13191
6
58
+ Added@types/linkify-it@5.0.0(transitive)
+ Added@types/markdown-it@14.1.2(transitive)
+ Added@types/mdurl@2.0.0(transitive)
- Removed@types/linkify-it@3.0.5(transitive)
- Removed@types/markdown-it@13.0.9(transitive)
- Removed@types/mdurl@1.0.5(transitive)
Updated@types/markdown-it@^14.0.1