@custom-elements-manifest/to-markdown
Advanced tools
Comparing version
{ | ||
"name": "@custom-elements-manifest/to-markdown", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/open-wc/custom-elements-manifest.git" | ||
"url": "https://github.com/open-wc/custom-elements-manifest.git", | ||
"directory": "packages/to-markdown" | ||
}, | ||
@@ -23,8 +24,9 @@ "author": "open-wc", | ||
"build:cjs": "esbuild index.js --outfile=dist/index.cjs --format=cjs", | ||
"test": "uvu test", | ||
"test:watch": "uvu -w test" | ||
"test": "uvu test" | ||
}, | ||
"files": [ | ||
"*.d.ts", | ||
"*.js" | ||
"*.js", | ||
"lib/**/*", | ||
"dist/**/*" | ||
], | ||
@@ -42,7 +44,2 @@ "keywords": [ | ||
], | ||
"devDependencies": { | ||
"custom-elements-manifest": "^1.0.0", | ||
"esbuild": "^0.12.15", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"contributors": [ | ||
@@ -62,4 +59,4 @@ "Pascal Schilp <pascalschilp@gmail.com>", | ||
"mdast-util-from-markdown": "^1.0.0", | ||
"mdast-util-gfm": "^0.1.2", | ||
"mdast-util-to-markdown": "^0.6.5", | ||
"mdast-util-gfm": "^1.0.0", | ||
"mdast-util-to-markdown": "^1.0.1", | ||
"remark-gfm": "^1.0.0", | ||
@@ -66,0 +63,0 @@ "remark-stringify": "^9.0.1", |
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
56646
135.12%0
-100%7
133.33%428
169.18%0
-100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
Updated