@polishedapps/doc-splitter 0.1.0 → 0.1.1

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/main.js +1 -1
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -2169,7 +2169,7 @@ async function runSplitCommand(inputFilePath, options = {}, io = processIo, rawA
2169
2169
  // apps/cli/src/main.ts
2170
2170
  function readCliVersion() {
2171
2171
  if (true) {
2172
- return "0.1.0";
2172
+ return "0.1.1";
2173
2173
  }
2174
2174
  return createRequire(import.meta.url)("../package.json").version;
2175
2175
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@polishedapps/doc-splitter",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Split structured DOCX and PDF documents by headings from the command line.",
5
5
  "type": "module",
6
6
  "bin": {
7
- "doc-splitter": "./bin/doc-splitter.js"
7
+ "doc-splitter": "bin/doc-splitter.js"
8
8
  },
9
9
  "files": [
10
10
  "bin/doc-splitter.js",
@@ -22,7 +22,7 @@
22
22
  "url": "git+https://github.com/PolishedApps/DocSplitter.git",
23
23
  "directory": "apps/cli"
24
24
  },
25
- "homepage": "https://github.com/PolishedApps/DocSplitter#readme",
25
+ "homepage": "https://polishedapps.com/en/apps/docsplitter",
26
26
  "bugs": {
27
27
  "url": "https://github.com/PolishedApps/DocSplitter/issues"
28
28
  },