mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 13:10:07 +00:00
parent
e23530b96e
commit
358301cf6c
20 changed files with 82 additions and 81 deletions
77
Cargo.lock
generated
77
Cargo.lock
generated
|
|
@ -528,7 +528,7 @@ dependencies = [
|
|||
"strsim",
|
||||
"terminal_size",
|
||||
"unicase",
|
||||
"unicode-width 0.2.1",
|
||||
"unicode-width 0.2.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -780,7 +780,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crityp"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -2945,7 +2945,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "749d63085aa461d80b3233e48781bf9e9dca8147fbc98f577e0697c6827dc418"
|
||||
dependencies = [
|
||||
"typed-arena",
|
||||
"unicode-width 0.2.1",
|
||||
"unicode-width 0.2.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4089,7 +4089,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync-ls"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -4221,7 +4221,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tests"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"insta-cmd",
|
||||
|
|
@ -4345,7 +4345,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4390,7 +4390,7 @@ dependencies = [
|
|||
"strum",
|
||||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist-assets 0.14.0-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-debug",
|
||||
"tinymist-l10n",
|
||||
"tinymist-preview",
|
||||
|
|
@ -4423,7 +4423,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-analysis"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"dashmap",
|
||||
|
|
@ -4455,17 +4455,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2841e107e819076b0446bdcf0052d57758a80a29dc03d1d42b0cc3c823e527d8"
|
||||
checksum = "da2b9650546805edf40bf1d19042d408e1d6f57dfe3b9dcf9d005ad19bc428f6"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-bench-font-load"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"divan",
|
||||
"tinymist",
|
||||
|
|
@ -4473,7 +4473,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-cli"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4516,7 +4516,7 @@ dependencies = [
|
|||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist",
|
||||
"tinymist-assets 0.14.0-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-debug",
|
||||
"tinymist-l10n",
|
||||
"tinymist-preview",
|
||||
|
|
@ -4547,7 +4547,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-dap"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4566,7 +4566,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-debug"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4584,7 +4584,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-derive"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.104",
|
||||
|
|
@ -4592,7 +4592,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-l10n"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -4606,7 +4606,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-lint"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4620,7 +4620,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-package"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4647,7 +4647,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-preview"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"clap",
|
||||
|
|
@ -4661,7 +4661,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.14.0-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
|
|
@ -4672,7 +4672,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-project"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -4702,7 +4702,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-query"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4755,7 +4755,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-render"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"log",
|
||||
|
|
@ -4768,7 +4768,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-std"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4806,7 +4806,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-task"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -4839,7 +4839,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-tests"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4852,7 +4852,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-vfs"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"ecow",
|
||||
|
|
@ -4870,7 +4870,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-world"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
|
@ -5196,7 +5196,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|||
|
||||
[[package]]
|
||||
name = "typlite"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
|
@ -5472,7 +5472,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typst-shim"
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"comemo",
|
||||
|
|
@ -5601,13 +5601,14 @@ dependencies = [
|
|||
"toml",
|
||||
"tracing",
|
||||
"typst-syntax 0.13.1",
|
||||
"unicode-width 0.2.1",
|
||||
"unicode-width 0.2.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typstyle-core"
|
||||
version = "0.13.17"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?rev=34869bfa9db089c5196be5fac2a5e9d752904ca2#34869bfa9db089c5196be5fac2a5e9d752904ca2"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab63c637927751a8eab9b56d02146ea14e1e25307918f590e658446813276b64"
|
||||
dependencies = [
|
||||
"ecow",
|
||||
"itertools 0.14.0",
|
||||
|
|
@ -5616,7 +5617,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"thiserror 2.0.17",
|
||||
"typst-syntax 0.14.0",
|
||||
"unicode-width 0.2.1",
|
||||
"unicode-width 0.2.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5740,9 +5741,9 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
|
||||
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
||||
|
||||
[[package]]
|
||||
name = "unsafe-libyaml"
|
||||
|
|
|
|||
46
Cargo.toml
46
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
|||
[workspace.package]
|
||||
description = "An integrated language service for Typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
edition = "2024"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -160,7 +160,7 @@ typst-eval = "0.14.0"
|
|||
typst-assets = "0.14.0"
|
||||
typstfmt = { version = "0", git = "https://github.com/Myriad-Dreamin/typstfmt", tag = "v0.13.1" }
|
||||
typst-ansi-hl = "0.4.0"
|
||||
typstyle-core = { version = "=0.13.17", default-features = false }
|
||||
typstyle-core = { version = "=0.14.0", default-features = false }
|
||||
|
||||
# LSP
|
||||
crossbeam-channel = "0.5.15"
|
||||
|
|
@ -190,30 +190,30 @@ insta-cmd = "0.6.0"
|
|||
|
||||
|
||||
# Our Own Crates
|
||||
tinymist-assets = { version = "=0.14.0-rc2" }
|
||||
tinymist-assets = { version = "=0.14.0" }
|
||||
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0-rc2" }
|
||||
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0-rc2" }
|
||||
tinymist-package = { path = "./crates/tinymist-package/", version = "0.14.0-rc2" }
|
||||
tinymist-std = { path = "./crates/tinymist-std/", version = "0.14.0-rc2", 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-rc2", default-features = false }
|
||||
tinymist-project = { path = "./crates/tinymist-project/", version = "0.14.0-rc2" }
|
||||
tinymist-task = { path = "./crates/tinymist-task/", version = "0.14.0-rc2" }
|
||||
typst-shim = { path = "./crates/typst-shim", version = "0.14.0-rc2" }
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0" }
|
||||
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0" }
|
||||
tinymist-package = { path = "./crates/tinymist-package/", version = "0.14.0" }
|
||||
tinymist-std = { path = "./crates/tinymist-std/", version = "0.14.0", default-features = false }
|
||||
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.14.0", default-features = false }
|
||||
tinymist-world = { path = "./crates/tinymist-world/", version = "0.14.0", default-features = false }
|
||||
tinymist-project = { path = "./crates/tinymist-project/", version = "0.14.0" }
|
||||
tinymist-task = { path = "./crates/tinymist-task/", version = "0.14.0" }
|
||||
typst-shim = { path = "./crates/typst-shim", version = "0.14.0" }
|
||||
|
||||
tinymist-tests = { path = "./crates/tinymist-tests/" }
|
||||
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.14.0-rc2" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.14.0-rc2", default-features = false }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.0-rc2" }
|
||||
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.0-rc2" }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.0-rc2" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.0-rc2" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.0-rc2" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.0-rc2" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.0-rc2" }
|
||||
typlite = { path = "./crates/typlite", version = "0.14.0-rc2", default-features = false }
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.14.0" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.14.0", default-features = false }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.0" }
|
||||
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.0" }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.0" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.0" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.0" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.0" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.0" }
|
||||
typlite = { path = "./crates/typlite", version = "0.14.0", default-features = false }
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
@ -292,7 +292,7 @@ typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "tin
|
|||
typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "tinymist/v0.14.0-rc1" }
|
||||
|
||||
# typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", branch = "nightly" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "34869bfa9db089c5196be5fac2a5e9d752904ca2" }
|
||||
# typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "34869bfa9db089c5196be5fac2a5e9d752904ca2" }
|
||||
|
||||
# These patches use local `typst` for development.
|
||||
# typst = { path = "../typst/crates/typst" }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-vscode-html",
|
||||
"version": "0.14.0-rc2",
|
||||
"version": "0.14.0",
|
||||
"description": "Extending Typst with HTML features",
|
||||
"keywords": [
|
||||
"html",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
pname = "tinymist";
|
||||
# Please update the corresponding vscode extension when updating
|
||||
# this derivation.
|
||||
version = "0.14.0-rc2";
|
||||
version = "0.14.0";
|
||||
|
||||
src = pkgs.lib.cleanSource ../../..;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Provides derive for tinymist."
|
|||
categories = ["compilers"]
|
||||
keywords = ["typst"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Localization support for tinymist and typst."
|
|||
categories = ["compilers", "command-line-utilities"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Tinymist package support for Typst."
|
|||
categories = ["compilers"]
|
||||
keywords = ["api", "language", "typst"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Project model of typst for tinymist."
|
|||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "tinymist-std"
|
||||
description = "Additional functions wrapping Rust's standard library."
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Task model of typst for tinymist."
|
|||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "tinymist-vfs"
|
||||
description = "Vfs for tinymist."
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description = "Typst's World implementation for tinymist."
|
|||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.14.0-rc2",
|
||||
"version": "0.14.0",
|
||||
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
|
||||
"author": "Myriad-Dreamin",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "typst-shim"
|
|||
description = "A compatibility layer for Typst release and mainline versions."
|
||||
authors = ["The Typst Project Developers"]
|
||||
# group: world
|
||||
version = "0.14.0-rc2"
|
||||
version = "0.14.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.0-rc2 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0-rc2 -f lazyvim-dev/Dockerfile .)
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.0 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0 -f lazyvim-dev/Dockerfile .)
|
||||
docker run --rm -it \
|
||||
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
|
||||
-v $PWD:/home/runner/dev \
|
||||
-v $PWD/target/.local:/home/runner/.local \
|
||||
-v $PWD/target/.cache:/home/runner/.cache \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.0-rc2 \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.0 \
|
||||
$DOCKER_ARGS
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi
|
|||
USER root
|
||||
RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb
|
||||
|
||||
FROM myriaddreamin/tinymist:0.14.0-rc2 as tinymist
|
||||
FROM myriaddreamin/tinymist:0.14.0 as tinymist
|
||||
|
||||
FROM debian:12
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
|
|||
|
||||
## v0.14.0 - [2025-11-02]
|
||||
|
||||
* Bumping typst to v0.14.0 in https://github.com/Myriad-Dreamin/tinymist/pull/2201
|
||||
* Bumped typst to v0.14.0 in https://github.com/Myriad-Dreamin/tinymist/pull/2201
|
||||
|
||||
### Server
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist",
|
||||
"version": "0.14.0-rc2",
|
||||
"version": "0.14.0",
|
||||
"description": "%description%",
|
||||
"keywords": [
|
||||
"typst",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"build:preview": "node scripts/build.mjs build:preview",
|
||||
"build:syntax": "node scripts/build.mjs build:syntax",
|
||||
"build:l10n": "node scripts/build.mjs build:l10n",
|
||||
"build:docker": "docker build -t myriaddreamin/tinymist:0.14.0-rc2 .",
|
||||
"build:docker": "docker build -t myriaddreamin/tinymist:0.14.0 .",
|
||||
"build:web": "node scripts/build.mjs build:web",
|
||||
"watch:web": "cd crates/tinymist && yarn watch",
|
||||
"maintainers": "typst query MAINTAINERS.typ \"<maintainer-meta>\" --pretty --one --field value --input=action=help",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typst-textmate",
|
||||
"version": "0.14.0-rc2",
|
||||
"version": "0.14.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue