@superdoc/cli-darwin-arm64 0.24.0 → 0.25.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 ADDED
@@ -0,0 +1,10 @@
1
+ # @superdoc/cli-darwin-arm64
2
+
3
+ SuperDoc CLI binary for macOS on Apple silicon. It is installed automatically by `@superdoc/cli`; do not install this
4
+ package directly.
5
+
6
+ ```bash
7
+ npm install --global @superdoc/cli
8
+ ```
9
+
10
+ See the [SuperDoc CLI guide](https://docs.superdoc.dev/agents/automation/cli).
package/bin/superdoc CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc/cli-darwin-arm64",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "description": "SuperDoc CLI binary for macOS ARM64. Selected automatically by @superdoc/cli; do not install it directly.",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {