Skip to content

Commit 2365da8

Browse files
build: bump typst.ts to v0.5.5-rc7
1 parent 07def3e commit 2365da8

File tree

5 files changed

+388
-5
lines changed

5 files changed

+388
-5
lines changed

assets/artifacts

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"license": "Apache-2.0",
1717
"private": false,
1818
"dependencies": {
19-
"@myriaddreamin/typst-ts-renderer": "^0.5.2",
20-
"@myriaddreamin/typst.ts": "^0.5.2"
19+
"@myriaddreamin/typst-ts-renderer": "^0.5.5-rc7",
20+
"@myriaddreamin/typst.ts": "^0.5.5-rc7"
2121
},
2222
"devDependencies": {
2323
"typescript": "^5.3.3",

github-pages/docs/cli/serve.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shiroa serve
1616
// re-creating deleted files still mentioned in `book.typ`! A websocket
1717
// connection is used to trigger the client-side refresh.
1818

19-
***Note:*** *The `serve` command is for testing a book's HTML output, and is not
19+
*Note:* *The `serve` command is for testing a book's HTML output, and is not
2020
intended to be a complete HTTP server for a website.*
2121

2222
== Specify a directory

packages/shiroa/xcommand.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"</svg>"
4343
}
4444

45-
image.decode(html-embed, alt: "!typst-embed-command")
45+
image(bytes(html-embed), format: "svg", alt: "!typst-embed-command")
4646
}

0 commit comments

Comments
 (0)