@team-monolith/cds 1.22.0 → 1.22.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.
@@ -1,3 +1,3 @@
1
- import { SerializedEditorState, SerializedLexicalNode } from "lexical";
1
+ import { SerializedEditorState } from "lexical";
2
2
  /** lexical blocks를 요약한 텍스트를 리턴합니다. */
3
- export declare function getSummaryFromBlocks(blocks: SerializedEditorState<SerializedLexicalNode>): string;
3
+ export declare function getSummaryFromBlocks(blocks: SerializedEditorState<any>): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,