@datapos/datapos-shared 0.3.184 → 0.3.185
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.
|
@@ -81,7 +81,7 @@ const O = 4, N = `https://cdn.jsdelivr.net/npm/micromark@${O}/+esm`, D = 1, _ =
|
|
|
81
81
|
let x, w;
|
|
82
82
|
function V() {
|
|
83
83
|
async function e() {
|
|
84
|
-
return await r(), { micromark: x,
|
|
84
|
+
return await r(), { micromark: x, Prism: w };
|
|
85
85
|
}
|
|
86
86
|
async function a() {
|
|
87
87
|
await r();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { micromark } from 'micromark';
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as Prism } from 'prismjs';
|
|
3
3
|
import { Module } from '../../module';
|
|
4
4
|
import { Component, ComponentConfig, ComponentRef } from '..';
|
|
5
5
|
export interface Presenter extends Module, Component {
|
|
@@ -18,5 +18,5 @@ export type PresenterLocalisedConfig = Omit<PresenterConfig, 'label' | 'descript
|
|
|
18
18
|
};
|
|
19
19
|
export type PresenterTools = {
|
|
20
20
|
micromark: typeof micromark;
|
|
21
|
-
|
|
21
|
+
Prism: typeof Prism;
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.185",
|
|
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,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"zod": "^4.1.12"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@datapos/datapos-development": "^0.3.
|
|
38
|
+
"@datapos/datapos-development": "^0.3.66",
|
|
39
39
|
"@types/markdown-it": "^14.1.2",
|
|
40
40
|
"@types/node": "^24.10.0",
|
|
41
41
|
"@types/prismjs": "^1.26.5",
|