@slexkit/streamdown 0.3.0 → 0.3.1
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { createElement, Fragment, useEffect, useMemo, useRef, useState, } from "
|
|
|
2
2
|
import { CodeBlockContainer, CodeBlockHeader, } from "streamdown";
|
|
3
3
|
import { ingest, getSlexKitMarkdownRuntimeHost, mount, mountSecureArtifact, parseSlexSource, } from "slexkit";
|
|
4
4
|
const DEFAULT_LANGUAGES = ["slex"];
|
|
5
|
-
const STREAMDOWN_RENDERER_VERSION = "0.3.
|
|
5
|
+
const STREAMDOWN_RENDERER_VERSION = "0.3.1";
|
|
6
6
|
const DEFAULT_SECURE_POLICY = {};
|
|
7
7
|
function languageList(languages) {
|
|
8
8
|
return languages ?? [...DEFAULT_LANGUAGES];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slexkit/streamdown",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Streamdown custom renderer for SlexKit fenced UI blocks.",
|
|
5
5
|
"author": "SlexKit contributors",
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"slexkit": "^0.3.
|
|
50
|
+
"slexkit": "^0.3.1",
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0",
|
|
52
52
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
53
53
|
"streamdown": "^2.5.0"
|