@superdoc/sdk 2.10.0-next.8 → 2.10.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.
@@ -262581,6 +262581,9 @@ const CONTRACT = {
262581
262581
  },
262582
262582
  {
262583
262583
  "const": "html"
262584
+ },
262585
+ {
262586
+ "const": "ooxml"
262584
262587
  }
262585
262588
  ]
262586
262589
  }
@@ -262628,7 +262631,8 @@ const CONTRACT = {
262628
262631
  "format": {
262629
262632
  "enum": [
262630
262633
  "text",
262631
- "html"
262634
+ "html",
262635
+ "ooxml"
262632
262636
  ]
262633
262637
  }
262634
262638
  },
@@ -265497,6 +265497,9 @@ export const CONTRACT = {
265497
265497
  },
265498
265498
  {
265499
265499
  "const": "html"
265500
+ },
265501
+ {
265502
+ "const": "ooxml"
265500
265503
  }
265501
265504
  ]
265502
265505
  }
@@ -265544,7 +265547,8 @@ export const CONTRACT = {
265544
265547
  "format": {
265545
265548
  "enum": [
265546
265549
  "text",
265547
- "html"
265550
+ "html",
265551
+ "ooxml"
265548
265552
  ]
265549
265553
  }
265550
265554
  },
@@ -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.10.0-next.8';
6
+ const SDK_VERSION = '2.10.0';
7
7
 
8
8
  exports.SDK_VERSION = SDK_VERSION;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.10.0-next.8";
1
+ export declare const SDK_VERSION = "2.10.0";
@@ -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.10.0-next.8';
4
+ export const SDK_VERSION = '2.10.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc/sdk",
3
- "version": "2.10.0-next.8",
3
+ "version": "2.10.0",
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.10.0-next.8",
42
- "@superdoc/sdk-darwin-x64": "2.10.0-next.8",
43
- "@superdoc/sdk-linux-x64": "2.10.0-next.8",
44
- "@superdoc/sdk-linux-arm64": "2.10.0-next.8",
45
- "@superdoc/sdk-windows-x64": "2.10.0-next.8"
41
+ "@superdoc/sdk-darwin-arm64": "2.10.0",
42
+ "@superdoc/sdk-darwin-x64": "2.10.0",
43
+ "@superdoc/sdk-linux-x64": "2.10.0",
44
+ "@superdoc/sdk-linux-arm64": "2.10.0",
45
+ "@superdoc/sdk-windows-x64": "2.10.0"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"
@@ -43,5 +43,5 @@
43
43
  "mutates": true
44
44
  }
45
45
  ],
46
- "contractHash": "2f2396d863395b74209dae900fae2e3eb711890c44d6d9c69060339468ad81d5"
46
+ "contractHash": "243b9ae43deca7396cb83238901d31cec3aa20fcba31f9ba5eba561f63c6c2cc"
47
47
  }