Comparing version 3.2.5 to 3.2.6
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "Tiny <3kb Markdown parser written, almost as fast and smart as Tony Stark", | ||
@@ -41,2 +41,3 @@ "types": "./dist/index.d.ts", | ||
"build": "rollup -c ./rollup.config.js", | ||
"build:docs": "typedoc", | ||
"lint": "tsc --noEmit && eslint ./src --ext .ts", | ||
@@ -47,3 +48,3 @@ "test": "vitest run", | ||
"prettier:fix-all": "prettier --write \"{src,test}/**/*.ts\" \"*.{md,json}\"", | ||
"release": "npm run lint && npm run build && np" | ||
"release": "npm run lint && del dist && npm run build && np" | ||
}, | ||
@@ -54,2 +55,3 @@ "devDependencies": { | ||
"@vitest/ui": "^0.31.0", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.40.0", | ||
@@ -60,2 +62,3 @@ "eslint-config-prettier": "^8.8.0", | ||
"prettier": "^2.8.8", | ||
"prettier-plugin-jsdoc": "^0.4.2", | ||
"prettier-plugin-organize-imports": "^3.2.2", | ||
@@ -65,2 +68,3 @@ "rollup": "^3.23.0", | ||
"rollup-plugin-esbuild": "^5.0.0", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.0.4", | ||
@@ -94,5 +98,25 @@ "vitest": "^0.31.0" | ||
"np": { | ||
"yarn": false, | ||
"branch": "production" | ||
"branch": "production", | ||
"publish": false, | ||
"yarn": false | ||
}, | ||
"typedocOptions": { | ||
"entryPoints": [ | ||
"src/index.ts" | ||
], | ||
"out": "docs/dist", | ||
"skipErrorChecking": true | ||
}, | ||
"prettier": { | ||
"printWidth": 100, | ||
"tabWidth": 2, | ||
"singleQuote": true, | ||
"trailingComma": "es5", | ||
"semi": false, | ||
"bracketSpacing": true, | ||
"quoteProps": "consistent", | ||
"plugins": [ | ||
"prettier-plugin-jsdoc" | ||
] | ||
}, | ||
"eslintConfig": { | ||
@@ -99,0 +123,0 @@ "ignorePatterns": [ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
11835
17
3
0
2