@cto.af/linewrap-cli 3.0.2 → 4.0.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.
Files changed (2) hide show
  1. package/bin/linewrap.js +0 -1
  2. package/package.json +4 -4
package/bin/linewrap.js CHANGED
@@ -240,7 +240,6 @@ export async function main(
240
240
 
241
241
  if (fileURLToPath(import.meta.url) === process.argv[1]) {
242
242
  main().catch(e => {
243
- // eslint-disable-next-line no-console
244
243
  console.error(e);
245
244
  process.exit(1);
246
245
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cto.af/linewrap-cli",
3
- "version": "3.0.2",
3
+ "version": "4.0.0",
4
4
  "description": "Wrap lines using the Unicode Line Breaking algorithm from UAX #14",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,10 +26,10 @@
26
26
  "license": "MIT",
27
27
  "repository": "cto-af/linewrap-cli",
28
28
  "dependencies": {
29
- "@cto.af/linewrap": "3.2.0",
30
- "minus-h": "3.0.1"
29
+ "@cto.af/linewrap": "4.0.0",
30
+ "minus-h": "4.0.0"
31
31
  },
32
- "packageManager": "pnpm@10.12.1",
32
+ "packageManager": "pnpm@10.15.1",
33
33
  "engines": {
34
34
  "node": ">=20"
35
35
  }