notu 0.15.6 → 0.15.7

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.
@@ -4,6 +4,8 @@ import { Notu } from '../services/Notu';
4
4
  export interface NoteComponent {
5
5
  /** Gets the text which would be used for saving the current state of the note component's contents */
6
6
  getText(): string;
7
+ /** Returns some text data about what type of text component this is */
8
+ getTypeInfo(): string;
7
9
  }
8
10
  /** Stores info about a found NoteComponenet in a note's text until it is ready to be generated */
9
11
  export declare class NoteComponentInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notu",
3
- "version": "0.15.6",
3
+ "version": "0.15.7",
4
4
  "main": "dist/notu.mjs",
5
5
  "unpkg": "dist/notu.mjs",
6
6
  "types": "dist/types/index.d.ts",