@superdoc-dev/sdk 1.21.1 → 1.21.2-next.2

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 CHANGED
@@ -148,7 +148,7 @@ Multi-action tools use an `action` field to select the underlying operation. Sin
148
148
 
149
149
  ## Part of SuperDoc
150
150
 
151
- This SDK is part of [SuperDoc](https://github.com/superdoc-dev/superdoc) — open-source DOCX editing and tooling. Renders, edits, and automates .docx in the browser and on the server.
151
+ This SDK is part of [SuperDoc](https://github.com/superdoc/docx-editor) — open-source DOCX editing and tooling. Renders, edits, and automates .docx in the browser and on the server.
152
152
 
153
153
  ## License
154
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/sdk",
3
- "version": "1.21.1",
3
+ "version": "1.21.2-next.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,11 +26,11 @@
26
26
  "typescript": "^5.9.2"
27
27
  },
28
28
  "optionalDependencies": {
29
- "@superdoc-dev/sdk-darwin-arm64": "1.21.1",
30
- "@superdoc-dev/sdk-darwin-x64": "1.21.1",
31
- "@superdoc-dev/sdk-linux-x64": "1.21.1",
32
- "@superdoc-dev/sdk-linux-arm64": "1.21.1",
33
- "@superdoc-dev/sdk-windows-x64": "1.21.1"
29
+ "@superdoc-dev/sdk-darwin-arm64": "1.21.2-next.2",
30
+ "@superdoc-dev/sdk-darwin-x64": "1.21.2-next.2",
31
+ "@superdoc-dev/sdk-linux-x64": "1.21.2-next.2",
32
+ "@superdoc-dev/sdk-linux-arm64": "1.21.2-next.2",
33
+ "@superdoc-dev/sdk-windows-x64": "1.21.2-next.2"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"