@superdoc/sdk 2.11.0-next.10 → 2.11.0-next.11

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.
@@ -3,6 +3,6 @@
3
3
  // AUTO-GENERATED by scripts/embed-version.mjs — DO NOT EDIT.
4
4
  // Source of truth: package.json. Regenerated on every SDK build so the
5
5
  // SDK retains its own version identity when bundled into another package.
6
- const SDK_VERSION = '2.11.0-next.10';
6
+ const SDK_VERSION = '2.11.0-next.11';
7
7
 
8
8
  exports.SDK_VERSION = SDK_VERSION;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.11.0-next.10";
1
+ export declare const SDK_VERSION = "2.11.0-next.11";
@@ -1,4 +1,4 @@
1
1
  // AUTO-GENERATED by scripts/embed-version.mjs — DO NOT EDIT.
2
2
  // Source of truth: package.json. Regenerated on every SDK build so the
3
3
  // SDK retains its own version identity when bundled into another package.
4
- export const SDK_VERSION = '2.11.0-next.10';
4
+ export const SDK_VERSION = '2.11.0-next.11';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc/sdk",
3
- "version": "2.11.0-next.10",
3
+ "version": "2.11.0-next.11",
4
4
  "description": "Node SDK for SuperDoc, wrapping the SuperDoc CLI to read and edit .docx files from JavaScript and TypeScript.",
5
5
  "private": false,
6
6
  "license": "AGPL-3.0",
@@ -38,11 +38,11 @@
38
38
  "typescript": "^5.9.2"
39
39
  },
40
40
  "optionalDependencies": {
41
- "@superdoc/sdk-darwin-arm64": "2.11.0-next.10",
42
- "@superdoc/sdk-darwin-x64": "2.11.0-next.10",
43
- "@superdoc/sdk-linux-x64": "2.11.0-next.10",
44
- "@superdoc/sdk-linux-arm64": "2.11.0-next.10",
45
- "@superdoc/sdk-windows-x64": "2.11.0-next.10"
41
+ "@superdoc/sdk-darwin-arm64": "2.11.0-next.11",
42
+ "@superdoc/sdk-darwin-x64": "2.11.0-next.11",
43
+ "@superdoc/sdk-linux-x64": "2.11.0-next.11",
44
+ "@superdoc/sdk-linux-arm64": "2.11.0-next.11",
45
+ "@superdoc/sdk-windows-x64": "2.11.0-next.11"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"