@superdoc/sdk 2.12.0-next.1 → 2.12.0-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.
|
@@ -10864,7 +10864,8 @@ const CONTRACT = {
|
|
|
10864
10864
|
"capabilities": [],
|
|
10865
10865
|
"aliases": [],
|
|
10866
10866
|
"examples": [
|
|
10867
|
-
"superdoc describe"
|
|
10867
|
+
"superdoc describe",
|
|
10868
|
+
"superdoc describe command doc.save"
|
|
10868
10869
|
],
|
|
10869
10870
|
"errors": []
|
|
10870
10871
|
},
|
|
@@ -13780,7 +13780,8 @@ export const CONTRACT = {
|
|
|
13780
13780
|
"capabilities": [],
|
|
13781
13781
|
"aliases": [],
|
|
13782
13782
|
"examples": [
|
|
13783
|
-
"superdoc describe"
|
|
13783
|
+
"superdoc describe",
|
|
13784
|
+
"superdoc describe command doc.save"
|
|
13784
13785
|
],
|
|
13785
13786
|
"errors": []
|
|
13786
13787
|
},
|
|
@@ -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.12.0-next.
|
|
6
|
+
const SDK_VERSION = '2.12.0-next.2';
|
|
7
7
|
|
|
8
8
|
exports.SDK_VERSION = SDK_VERSION;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.12.0-next.
|
|
1
|
+
export declare const SDK_VERSION = "2.12.0-next.2";
|
|
@@ -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.12.0-next.
|
|
4
|
+
export const SDK_VERSION = '2.12.0-next.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/sdk",
|
|
3
|
-
"version": "2.12.0-next.
|
|
3
|
+
"version": "2.12.0-next.2",
|
|
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.12.0-next.
|
|
42
|
-
"@superdoc/sdk-darwin-x64": "2.12.0-next.
|
|
43
|
-
"@superdoc/sdk-linux-x64": "2.12.0-next.
|
|
44
|
-
"@superdoc/sdk-linux-arm64": "2.12.0-next.
|
|
45
|
-
"@superdoc/sdk-windows-x64": "2.12.0-next.
|
|
41
|
+
"@superdoc/sdk-darwin-arm64": "2.12.0-next.2",
|
|
42
|
+
"@superdoc/sdk-darwin-x64": "2.12.0-next.2",
|
|
43
|
+
"@superdoc/sdk-linux-x64": "2.12.0-next.2",
|
|
44
|
+
"@superdoc/sdk-linux-arm64": "2.12.0-next.2",
|
|
45
|
+
"@superdoc/sdk-windows-x64": "2.12.0-next.2"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|