@superdoc-dev/cli 0.1.0-next.7 → 0.1.0-next.9

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -178374,7 +178374,7 @@ async function search3(pattern, filePaths) {
178374
178374
 
178375
178375
  // src/index.ts
178376
178376
  var HELP = `
178377
- superdoc - DOCX editing in your terminal
178377
+ superdoc - docx editing in your terminal
178378
178378
 
178379
178379
  Commands:
178380
178380
  search <pattern> <files...> Find text across documents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.1.0-next.7",
3
+ "version": "0.1.0-next.9",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"