@superdoc/sdk-darwin-x64 2.1.0 → 2.2.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.
- package/README.md +10 -0
- package/bin/superdoc +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @superdoc/sdk-darwin-x64
|
|
2
|
+
|
|
3
|
+
SuperDoc runtime binary for the Node.js SDK on macOS Intel. It is installed automatically by `@superdoc/sdk`; do not
|
|
4
|
+
install this package directly.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
npm install @superdoc/sdk
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
See the [Node.js SDK guide](https://docs.superdoc.dev/agents/automation/node-sdk).
|
package/bin/superdoc
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/sdk-darwin-x64",
|
|
3
|
-
"version": "2.1
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "SuperDoc CLI binary for macOS x64, used by the SuperDoc SDK. Selected automatically by @superdoc/sdk; do not install it directly.",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"repository": {
|