doku-app 0.1.2 → 0.1.3
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/bin/doku.js +1 -1
- package/package.json +5 -5
package/bin/doku.js
CHANGED
|
@@ -23,7 +23,7 @@ try {
|
|
|
23
23
|
binPath = require.resolve(`${pkg}/bin/doku`);
|
|
24
24
|
} catch {
|
|
25
25
|
console.error(
|
|
26
|
-
`Platform package ${pkg} is not installed. Try reinstalling doku-app
|
|
26
|
+
`Platform package ${pkg} is not installed. Try reinstalling doku-app.`,
|
|
27
27
|
);
|
|
28
28
|
process.exit(1);
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "doku-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Document editor with integrated Claude Code chat",
|
|
5
5
|
"bin": {
|
|
6
6
|
"doku": "bin/doku.js"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@doku-app/darwin-arm64": "0.1.
|
|
10
|
-
"@doku-app/darwin-x64": "0.1.
|
|
11
|
-
"@doku-app/linux-x64": "0.1.
|
|
12
|
-
"@doku-app/linux-arm64": "0.1.
|
|
9
|
+
"@doku-app/darwin-arm64": "0.1.3",
|
|
10
|
+
"@doku-app/darwin-x64": "0.1.3",
|
|
11
|
+
"@doku-app/linux-x64": "0.1.3",
|
|
12
|
+
"@doku-app/linux-arm64": "0.1.3"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"bin/"
|