@nlozgachev/pipelined 0.28.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlozgachev/pipelined",
3
- "version": "0.28.0",
3
+ "version": "0.30.0",
4
4
  "description": "Opinionated functional abstractions for TypeScript",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://pipelined.lozgachev.dev",
@@ -49,8 +49,8 @@
49
49
  "test": "vitest run",
50
50
  "bench": "vitest bench",
51
51
  "build": "tsup",
52
- "format": "dprint fmt",
53
- "format:check": "dprint check",
52
+ "format": "dprint fmt && dprint fmt --config dprint.md.json docs/**/*.md docs/**/*.mdx README.md",
53
+ "format:check": "dprint check && dprint check --config dprint.md.json docs/**/*.md docs/**/*.mdx README.md",
54
54
  "typecheck": "tsc --noEmit",
55
55
  "lint": "oxlint src/",
56
56
  "publish:npm": "pnpm build && npm publish --access public"