@trim21/dprint-plugin-beancount 0.1.25 → 0.2.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/README.md CHANGED
@@ -18,9 +18,10 @@ The CLI auto-detects `pyproject.toml` from the working directory or provided pat
18
18
  line-width = 70
19
19
  indent-width = 2
20
20
  new-line-kind = "lf"
21
+ compact-balance-spacing = false
21
22
  ```
22
23
 
23
- - Can be overridden from args: `--line-width 80 --indent-width 4 --new-line lf`
24
+ - Can be overridden from args: `--line-width 80 --indent-width 4 --new-line lf --compact-balance-spacing`
24
25
 
25
26
  ### dprint
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trim21/dprint-plugin-beancount",
3
- "version": "0.1.25",
3
+ "version": "0.2.0",
4
4
  "description": "Wasm module for dprint-plugin-beancount.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/trim21/beancount-format/issues"
25
25
  },
26
26
  "homepage": "https://github.com/trim21/beancount-format#readme",
27
- "packageManager": "pnpm@10.28.2",
27
+ "packageManager": "pnpm@10.30.1",
28
28
  "files": [
29
29
  "index.js",
30
30
  "index.d.ts",
package/plugin.wasm CHANGED
Binary file