@superdoc-dev/sdk 1.8.0-next.1 → 1.8.0-next.3

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.
@@ -106403,7 +106403,7 @@ const CONTRACT = {
106403
106403
  "get"
106404
106404
  ],
106405
106405
  "category": "history",
106406
- "description": "Query the current undo/redo history state of the active editor.",
106406
+ "description": "Query the current undo/redo history state of the document.",
106407
106407
  "requiresDocumentContext": true,
106408
106408
  "docRequirement": "optional",
106409
106409
  "responseEnvelopeKey": "result",
@@ -106475,7 +106475,7 @@ const CONTRACT = {
106475
106475
  "undo"
106476
106476
  ],
106477
106477
  "category": "history",
106478
- "description": "Undo the most recent history-safe mutation in the active editor.",
106478
+ "description": "Undo the most recent history-safe mutation in the document.",
106479
106479
  "requiresDocumentContext": true,
106480
106480
  "docRequirement": "optional",
106481
106481
  "responseEnvelopeKey": "result",
@@ -106638,7 +106638,7 @@ const CONTRACT = {
106638
106638
  "redo"
106639
106639
  ],
106640
106640
  "category": "history",
106641
- "description": "Redo the most recently undone action in the active editor.",
106641
+ "description": "Redo the most recently undone action in the document.",
106642
106642
  "requiresDocumentContext": true,
106643
106643
  "docRequirement": "optional",
106644
106644
  "responseEnvelopeKey": "result",
@@ -107521,7 +107521,7 @@ export const CONTRACT = {
107521
107521
  "get"
107522
107522
  ],
107523
107523
  "category": "history",
107524
- "description": "Query the current undo/redo history state of the active editor.",
107524
+ "description": "Query the current undo/redo history state of the document.",
107525
107525
  "requiresDocumentContext": true,
107526
107526
  "docRequirement": "optional",
107527
107527
  "responseEnvelopeKey": "result",
@@ -107593,7 +107593,7 @@ export const CONTRACT = {
107593
107593
  "undo"
107594
107594
  ],
107595
107595
  "category": "history",
107596
- "description": "Undo the most recent history-safe mutation in the active editor.",
107596
+ "description": "Undo the most recent history-safe mutation in the document.",
107597
107597
  "requiresDocumentContext": true,
107598
107598
  "docRequirement": "optional",
107599
107599
  "responseEnvelopeKey": "result",
@@ -107756,7 +107756,7 @@ export const CONTRACT = {
107756
107756
  "redo"
107757
107757
  ],
107758
107758
  "category": "history",
107759
- "description": "Redo the most recently undone action in the active editor.",
107759
+ "description": "Redo the most recently undone action in the document.",
107760
107760
  "requiresDocumentContext": true,
107761
107761
  "docRequirement": "optional",
107762
107762
  "responseEnvelopeKey": "result",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/sdk",
3
- "version": "1.8.0-next.1",
3
+ "version": "1.8.0-next.3",
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.8.0-next.1",
30
- "@superdoc-dev/sdk-linux-x64": "1.8.0-next.1",
31
- "@superdoc-dev/sdk-darwin-x64": "1.8.0-next.1",
32
- "@superdoc-dev/sdk-linux-arm64": "1.8.0-next.1",
33
- "@superdoc-dev/sdk-windows-x64": "1.8.0-next.1"
29
+ "@superdoc-dev/sdk-darwin-arm64": "1.8.0-next.3",
30
+ "@superdoc-dev/sdk-darwin-x64": "1.8.0-next.3",
31
+ "@superdoc-dev/sdk-linux-x64": "1.8.0-next.3",
32
+ "@superdoc-dev/sdk-linux-arm64": "1.8.0-next.3",
33
+ "@superdoc-dev/sdk-windows-x64": "1.8.0-next.3"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -39,5 +39,5 @@
39
39
  "mutates": true
40
40
  }
41
41
  ],
42
- "contractHash": "c8670fb494b56c19fbd09a7bada35974fbb3c22d938f6a5e01eee6e8467961c0"
42
+ "contractHash": "7c2886fc157bc1eb870350a9362b6b3bae52dee16af3451649bb36c0b78a8ff4"
43
43
  }