@object-ui/plugin-markdown 3.1.4 → 3.1.5
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/.turbo/turbo-build.log +8 -4
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-markdown@3.1.
|
|
2
|
+
> @object-ui/plugin-markdown@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-markdown
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -7,18 +7,22 @@
|
|
|
7
7
|
rendering chunks...
|
|
8
8
|
[32m
|
|
9
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
10
|
+
[32m[36m[vite:dts][32m Declaration files built in 20668ms.
|
|
11
11
|
[39m
|
|
12
12
|
computing gzip size...
|
|
13
13
|
dist/index.js 1.06 kB │ gzip: 0.58 kB
|
|
14
14
|
dist/jsx-runtime-B1W8iDPg.js 8.59 kB │ gzip: 3.13 kB
|
|
15
15
|
dist/MarkdownImpl-zSR34qzi.js 225.98 kB │ gzip: 55.48 kB
|
|
16
16
|
|
|
17
|
-
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in
|
|
17
|
+
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
18
|
+
- vite:dts (86%)
|
|
19
|
+
- vite:css-post (6%)
|
|
20
|
+
- vite:worker (5%)
|
|
21
|
+
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
18
22
|
[39m
|
|
19
23
|
[2K
|
|
20
24
|
rendering chunks...
|
|
21
25
|
computing gzip size...
|
|
22
26
|
dist/index.umd.cjs 172.79 kB │ gzip: 53.09 kB
|
|
23
27
|
|
|
24
|
-
[32m✓ built in
|
|
28
|
+
[32m✓ built in 23.63s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-markdown",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Markdown rendering plugin for Object UI, powered by react-markdown",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"react-markdown": "^10.1.0",
|
|
28
28
|
"rehype-sanitize": "^6.0.0",
|
|
29
29
|
"remark-gfm": "^4.0.1",
|
|
30
|
-
"@object-ui/components": "3.1.
|
|
31
|
-
"@object-ui/core": "3.1.
|
|
32
|
-
"@object-ui/react": "3.1.
|
|
33
|
-
"@object-ui/types": "3.1.
|
|
30
|
+
"@object-ui/components": "3.1.5",
|
|
31
|
+
"@object-ui/core": "3.1.5",
|
|
32
|
+
"@object-ui/react": "3.1.5",
|
|
33
|
+
"@object-ui/types": "3.1.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "^18.0.0 || ^19.0.0",
|