@record-evolution/widget-markdown 1.0.5 → 1.0.6
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/widget-markdown.js +2 -2
- package/package.json +4 -3
- package/thumbnail.webp +0 -0
package/dist/widget-markdown.js
CHANGED
|
@@ -5550,7 +5550,7 @@ te.registerLanguage("css", Ii);
|
|
|
5550
5550
|
te.registerLanguage("plaintext", vi);
|
|
5551
5551
|
let le = class extends qe {
|
|
5552
5552
|
constructor() {
|
|
5553
|
-
super(), this.version = "1.0.
|
|
5553
|
+
super(), this.version = "1.0.6", this.marked = new Yn(
|
|
5554
5554
|
hi({
|
|
5555
5555
|
emptyLangClass: "hljs",
|
|
5556
5556
|
langPrefix: "hljs language-",
|
|
@@ -5687,7 +5687,7 @@ ye([
|
|
|
5687
5687
|
Ye()
|
|
5688
5688
|
], le.prototype, "lastMarkdown", 2);
|
|
5689
5689
|
le = ye([
|
|
5690
|
-
Pi("widget-markdown-1.0.
|
|
5690
|
+
Pi("widget-markdown-1.0.6")
|
|
5691
5691
|
], le);
|
|
5692
5692
|
export {
|
|
5693
5693
|
le as WidgetMarkdown
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent widget-markdown following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-markdown",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.6",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=24.9.0",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
16
|
"src",
|
|
17
|
-
"thumbnail.png"
|
|
17
|
+
"thumbnail.png",
|
|
18
|
+
"thumbnail.webp"
|
|
18
19
|
],
|
|
19
20
|
"scripts": {
|
|
20
21
|
"analyze": "cem analyze --litelement",
|
|
21
|
-
"start": "vite",
|
|
22
|
+
"start": "vite build --watch & vite",
|
|
22
23
|
"build": "vite build",
|
|
23
24
|
"watch": "vite build --watch",
|
|
24
25
|
"link": "npm run build && npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-markdown",
|
package/thumbnail.webp
ADDED
|
Binary file
|