build: bump version to 0.14.0-rc2 (#2213)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

+tag v0.14.0-rc2
This commit is contained in:
Myriad-Dreamin 2025-11-02 04:47:10 +08:00 committed by GitHub
parent 00e1c07782
commit e23530b96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 82 additions and 74 deletions

62
Cargo.lock generated
View file

@ -780,7 +780,7 @@ dependencies = [
[[package]] [[package]]
name = "crityp" name = "crityp"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4089,7 +4089,7 @@ dependencies = [
[[package]] [[package]]
name = "sync-ls" name = "sync-ls"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4221,7 +4221,7 @@ dependencies = [
[[package]] [[package]]
name = "tests" name = "tests"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"insta", "insta",
"insta-cmd", "insta-cmd",
@ -4345,7 +4345,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist" name = "tinymist"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -4390,7 +4390,7 @@ dependencies = [
"strum", "strum",
"sync-ls", "sync-ls",
"temp-env", "temp-env",
"tinymist-assets 0.14.0-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.14.0-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-debug", "tinymist-debug",
"tinymist-l10n", "tinymist-l10n",
"tinymist-preview", "tinymist-preview",
@ -4423,7 +4423,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-analysis" name = "tinymist-analysis"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"dashmap", "dashmap",
@ -4455,17 +4455,17 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.14.0-rc1" version = "0.14.0-rc2"
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.14.0-rc1" version = "0.14.0-rc2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca11825a1cebe61f8c148fea25db9f71cf436b54c9308cffe04e09752053511a" checksum = "2841e107e819076b0446bdcf0052d57758a80a29dc03d1d42b0cc3c823e527d8"
[[package]] [[package]]
name = "tinymist-bench-font-load" name = "tinymist-bench-font-load"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"divan", "divan",
"tinymist", "tinymist",
@ -4473,7 +4473,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-cli" name = "tinymist-cli"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -4516,7 +4516,7 @@ dependencies = [
"sync-ls", "sync-ls",
"temp-env", "temp-env",
"tinymist", "tinymist",
"tinymist-assets 0.14.0-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.14.0-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-debug", "tinymist-debug",
"tinymist-l10n", "tinymist-l10n",
"tinymist-preview", "tinymist-preview",
@ -4547,7 +4547,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-dap" name = "tinymist-dap"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4566,7 +4566,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-debug" name = "tinymist-debug"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4584,7 +4584,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-derive" name = "tinymist-derive"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.104", "syn 2.0.104",
@ -4592,7 +4592,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-l10n" name = "tinymist-l10n"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4606,7 +4606,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-lint" name = "tinymist-lint"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"insta", "insta",
@ -4620,7 +4620,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-package" name = "tinymist-package"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4647,7 +4647,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-preview" name = "tinymist-preview"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"bytes", "bytes",
"clap", "clap",
@ -4661,7 +4661,7 @@ dependencies = [
"reflexo-vec2svg", "reflexo-vec2svg",
"serde", "serde",
"serde_json", "serde_json",
"tinymist-assets 0.14.0-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.14.0-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std", "tinymist-std",
"tokio", "tokio",
"typst", "typst",
@ -4672,7 +4672,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-project" name = "tinymist-project"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4702,7 +4702,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-query" name = "tinymist-query"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4755,7 +4755,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-render" name = "tinymist-render"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"log", "log",
@ -4768,7 +4768,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-std" name = "tinymist-std"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4806,7 +4806,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-task" name = "tinymist-task"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4839,7 +4839,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-tests" name = "tinymist-tests"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"insta", "insta",
@ -4852,7 +4852,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-vfs" name = "tinymist-vfs"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"ecow", "ecow",
@ -4870,7 +4870,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-world" name = "tinymist-world"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
@ -5196,7 +5196,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]] [[package]]
name = "typlite" name = "typlite"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"clap", "clap",
@ -5472,7 +5472,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-shim" name = "typst-shim"
version = "0.14.0-rc1" version = "0.14.0-rc2"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"comemo", "comemo",
@ -6064,7 +6064,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.48.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]

View file

@ -1,7 +1,7 @@
[workspace.package] [workspace.package]
description = "An integrated language service for Typst." description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"] authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
version = "0.14.0-rc1" version = "0.14.0-rc2"
edition = "2024" edition = "2024"
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"
@ -190,30 +190,30 @@ insta-cmd = "0.6.0"
# Our Own Crates # Our Own Crates
tinymist-assets = { version = "=0.14.0-rc1" } tinymist-assets = { version = "=0.14.0-rc2" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0-rc1" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0-rc2" }
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0-rc1" } tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0-rc2" }
tinymist-package = { path = "./crates/tinymist-package/", version = "0.14.0-rc1" } tinymist-package = { path = "./crates/tinymist-package/", version = "0.14.0-rc2" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.14.0-rc1", default-features = false } tinymist-std = { path = "./crates/tinymist-std/", version = "0.14.0-rc2", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.14.0-rc1", default-features = false } tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.14.0-rc2", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.14.0-rc1", default-features = false } tinymist-world = { path = "./crates/tinymist-world/", version = "0.14.0-rc2", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.14.0-rc1" } tinymist-project = { path = "./crates/tinymist-project/", version = "0.14.0-rc2" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.14.0-rc1" } tinymist-task = { path = "./crates/tinymist-task/", version = "0.14.0-rc2" }
typst-shim = { path = "./crates/typst-shim", version = "0.14.0-rc1" } typst-shim = { path = "./crates/typst-shim", version = "0.14.0-rc2" }
tinymist-tests = { path = "./crates/tinymist-tests/" } tinymist-tests = { path = "./crates/tinymist-tests/" }
sync-ls = { path = "./crates/sync-lsp", version = "0.14.0-rc1" } sync-ls = { path = "./crates/sync-lsp", version = "0.14.0-rc2" }
tinymist = { path = "./crates/tinymist/", version = "0.14.0-rc1", default-features = false } tinymist = { path = "./crates/tinymist/", version = "0.14.0-rc2", default-features = false }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.0-rc1" } tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.0-rc2" }
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.0-rc1" } tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.0-rc2" }
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.0-rc1" } tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.0-rc2" }
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.0-rc1" } tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.0-rc2" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.0-rc1" } tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.0-rc2" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.0-rc1" } tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.0-rc2" }
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.0-rc1" } tinymist-preview = { path = "./crates/typst-preview", version = "0.14.0-rc2" }
typlite = { path = "./crates/typlite", version = "0.14.0-rc1", default-features = false } typlite = { path = "./crates/typlite", version = "0.14.0-rc2", default-features = false }
[profile.dev.package.insta] [profile.dev.package.insta]
opt-level = 3 opt-level = 3

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist-vscode-html", "name": "tinymist-vscode-html",
"version": "0.14.0-rc1", "version": "0.14.0-rc2",
"description": "Extending Typst with HTML features", "description": "Extending Typst with HTML features",
"keywords": [ "keywords": [
"html", "html",

View file

@ -26,7 +26,7 @@
pname = "tinymist"; pname = "tinymist";
# Please update the corresponding vscode extension when updating # Please update the corresponding vscode extension when updating
# this derivation. # this derivation.
version = "0.14.0-rc1"; version = "0.14.0-rc2";
src = pkgs.lib.cleanSource ../../..; src = pkgs.lib.cleanSource ../../..;

View file

@ -4,7 +4,7 @@ description = "Provides derive for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["typst"] keywords = ["typst"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Localization support for tinymist and typst."
categories = ["compilers", "command-line-utilities"] categories = ["compilers", "command-line-utilities"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Tinymist package support for Typst."
categories = ["compilers"] categories = ["compilers"]
keywords = ["api", "language", "typst"] keywords = ["api", "language", "typst"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Project model of typst for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "tinymist-std" name = "tinymist-std"
description = "Additional functions wrapping Rust's standard library." description = "Additional functions wrapping Rust's standard library."
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Task model of typst for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "tinymist-vfs" name = "tinymist-vfs"
description = "Vfs for tinymist." description = "Vfs for tinymist."
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Typst's World implementation for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist-web", "name": "tinymist-web",
"version": "0.14.0-rc1", "version": "0.14.0-rc2",
"description": "WASM module for running tinymist analyzers in JavaScript environment.", "description": "WASM module for running tinymist analyzers in JavaScript environment.",
"author": "Myriad-Dreamin", "author": "Myriad-Dreamin",
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -3,7 +3,7 @@ name = "typst-shim"
description = "A compatibility layer for Typst release and mainline versions." description = "A compatibility layer for Typst release and mainline versions."
authors = ["The Typst Project Developers"] authors = ["The Typst Project Developers"]
# group: world # group: world
version = "0.14.0-rc1" version = "0.14.0-rc2"
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
homepage.workspace = true homepage.workspace = true

View file

@ -14,12 +14,12 @@ else
exit 1 exit 1
fi fi
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.0-rc1 .) (cd ../.. && docker build -t myriaddreamin/tinymist:0.14.0-rc2 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0-rc1 -f lazyvim-dev/Dockerfile .) (cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0-rc2 -f lazyvim-dev/Dockerfile .)
docker run --rm -it \ docker run --rm -it \
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \ -v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
-v $PWD:/home/runner/dev \ -v $PWD:/home/runner/dev \
-v $PWD/target/.local:/home/runner/.local \ -v $PWD/target/.local:/home/runner/.local \
-v $PWD/target/.cache:/home/runner/.cache \ -v $PWD/target/.cache:/home/runner/.cache \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.0-rc1 \ -w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.0-rc2 \
$DOCKER_ARGS $DOCKER_ARGS

View file

@ -15,7 +15,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi
USER root USER root
RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb
FROM myriaddreamin/tinymist:0.14.0-rc1 as tinymist FROM myriaddreamin/tinymist:0.14.0-rc2 as tinymist
FROM debian:12 FROM debian:12

View file

@ -9,13 +9,21 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
- [CHANGELOG-2025.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/vscode/CHANGELOG.md) - [CHANGELOG-2025.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/vscode/CHANGELOG.md)
- [CHANGELOG-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md) - [CHANGELOG-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md)
## v0.14.0 - [2025-10-31] ## v0.14.0 - [2025-11-02]
* feat: bump typst to v0.14.0 in https://github.com/Myriad-Dreamin/tinymist/pull/2201 * Bumping typst to v0.14.0 in https://github.com/Myriad-Dreamin/tinymist/pull/2201
### Server
* Clearing global timing objects before and after user profiling in https://github.com/Myriad-Dreamin/tinymist/pull/2210
### Typlite
* (Fix) Ignoring `{table,grid}.cell` during HTML export in https://github.com/Myriad-Dreamin/tinymist/pull/2209
### Code Analysis ### Code Analysis
* feat: match pdf images for path completion in https://github.com/Myriad-Dreamin/tinymist/pull/2205 * Matching pdf images for path completion in https://github.com/Myriad-Dreamin/tinymist/pull/2205
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.30...v0.14.0 **Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.30...v0.14.0

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist", "name": "tinymist",
"version": "0.14.0-rc1", "version": "0.14.0-rc2",
"description": "%description%", "description": "%description%",
"keywords": [ "keywords": [
"typst", "typst",

View file

@ -24,7 +24,7 @@
"build:preview": "node scripts/build.mjs build:preview", "build:preview": "node scripts/build.mjs build:preview",
"build:syntax": "node scripts/build.mjs build:syntax", "build:syntax": "node scripts/build.mjs build:syntax",
"build:l10n": "node scripts/build.mjs build:l10n", "build:l10n": "node scripts/build.mjs build:l10n",
"build:docker": "docker build -t myriaddreamin/tinymist:0.14.0-rc1 .", "build:docker": "docker build -t myriaddreamin/tinymist:0.14.0-rc2 .",
"build:web": "node scripts/build.mjs build:web", "build:web": "node scripts/build.mjs build:web",
"watch:web": "cd crates/tinymist && yarn watch", "watch:web": "cd crates/tinymist && yarn watch",
"maintainers": "typst query MAINTAINERS.typ \"<maintainer-meta>\" --pretty --one --field value --input=action=help", "maintainers": "typst query MAINTAINERS.typ \"<maintainer-meta>\" --pretty --one --field value --input=action=help",

View file

@ -1,6 +1,6 @@
{ {
"name": "typst-textmate", "name": "typst-textmate",
"version": "0.14.0-rc1", "version": "0.14.0-rc2",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {