@datapos/datapos-shared 0.3.202 → 0.3.204

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,4 +1,3 @@
1
- import { default as markdownIt } from 'markdown-it';
2
1
  import { Module } from '../../module';
3
2
  import { Component, ComponentConfig, ComponentRef } from '..';
4
3
  export interface Informer extends Module, Component {
@@ -14,6 +13,4 @@ export type InformerLocalisedConfig = Omit<InformerConfig, 'label' | 'descriptio
14
13
  label: string;
15
14
  description: string;
16
15
  };
17
- export type InformerTools = {
18
- markdownIt: typeof markdownIt;
19
- };
16
+ export type InformerTools = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.202",
3
+ "version": "0.3.204",
4
4
  "description": "A TypeScript library containing common declarations and utilities used across other Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "private": false,