mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
1.43.0 (#23549)
Bumped versions for 1.43.0 Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
parent
e98862deb2
commit
8321106b78
32 changed files with 152 additions and 85 deletions
2
.github/workflows/ci.generate.ts
vendored
2
.github/workflows/ci.generate.ts
vendored
|
@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify";
|
|||
// Bump this number when you want to purge the cache.
|
||||
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
|
||||
// automatically via regex, so ensure that this line maintains this format.
|
||||
const cacheVersion = 85;
|
||||
const cacheVersion = 86;
|
||||
|
||||
const ubuntuX86Runner = "ubuntu-22.04";
|
||||
const ubuntuX86XlRunner = "ubuntu-22.04-xl";
|
||||
|
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -366,8 +366,8 @@ jobs:
|
|||
path: |-
|
||||
~/.cargo/registry/index
|
||||
~/.cargo/registry/cache
|
||||
key: '85-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
|
||||
restore-keys: '85-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
|
||||
key: '86-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
|
||||
restore-keys: '86-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
|
||||
if: '!(matrix.skip)'
|
||||
- name: Restore cache build output (PR)
|
||||
uses: actions/cache/restore@v4
|
||||
|
@ -379,7 +379,7 @@ jobs:
|
|||
!./target/*/*.zip
|
||||
!./target/*/*.tar.gz
|
||||
key: never_saved
|
||||
restore-keys: '85-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
|
||||
restore-keys: '86-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
|
||||
- name: Apply and update mtime cache
|
||||
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
|
||||
uses: ./.github/mtime_cache
|
||||
|
@ -669,7 +669,7 @@ jobs:
|
|||
!./target/*/gn_out
|
||||
!./target/*/*.zip
|
||||
!./target/*/*.tar.gz
|
||||
key: '85-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
|
||||
key: '86-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
|
||||
publish-canary:
|
||||
name: publish canary
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
54
Cargo.lock
generated
54
Cargo.lock
generated
|
@ -1062,7 +1062,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "1.42.4"
|
||||
version = "1.43.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base32",
|
||||
|
@ -1210,7 +1210,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_bench_util"
|
||||
version = "0.141.0"
|
||||
version = "0.142.0"
|
||||
dependencies = [
|
||||
"bencher",
|
||||
"deno_core",
|
||||
|
@ -1220,7 +1220,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_broadcast_channel"
|
||||
version = "0.141.0"
|
||||
version = "0.142.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"deno_core",
|
||||
|
@ -1230,7 +1230,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_cache"
|
||||
version = "0.79.0"
|
||||
version = "0.80.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"deno_core",
|
||||
|
@ -1261,7 +1261,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_canvas"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"deno_webgpu",
|
||||
|
@ -1290,7 +1290,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_console"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
]
|
||||
|
@ -1334,7 +1334,7 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
|
|||
|
||||
[[package]]
|
||||
name = "deno_cron"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@ -1346,7 +1346,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_crypto"
|
||||
version = "0.161.0"
|
||||
version = "0.162.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"aes-gcm",
|
||||
|
@ -1421,7 +1421,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_fetch"
|
||||
version = "0.171.0"
|
||||
version = "0.172.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"data-url",
|
||||
|
@ -1439,7 +1439,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_ffi"
|
||||
version = "0.134.0"
|
||||
version = "0.135.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"dlopen2",
|
||||
|
@ -1455,7 +1455,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_fs"
|
||||
version = "0.57.0"
|
||||
version = "0.58.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base32",
|
||||
|
@ -1505,7 +1505,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_http"
|
||||
version = "0.144.0"
|
||||
version = "0.145.0"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"async-trait",
|
||||
|
@ -1544,7 +1544,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_io"
|
||||
version = "0.57.0"
|
||||
version = "0.58.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"deno_core",
|
||||
|
@ -1559,7 +1559,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_kv"
|
||||
version = "0.55.0"
|
||||
version = "0.56.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@ -1630,7 +1630,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_napi"
|
||||
version = "0.77.0"
|
||||
version = "0.78.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"libloading 0.7.4",
|
||||
|
@ -1651,7 +1651,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_net"
|
||||
version = "0.139.0"
|
||||
version = "0.140.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"deno_tls",
|
||||
|
@ -1668,7 +1668,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_node"
|
||||
version = "0.84.0"
|
||||
version = "0.85.0"
|
||||
dependencies = [
|
||||
"aead-gcm-stream",
|
||||
"aes",
|
||||
|
@ -1770,7 +1770,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_permissions"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"console_static_text",
|
||||
"deno_core",
|
||||
|
@ -1787,7 +1787,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_runtime"
|
||||
version = "0.155.0"
|
||||
version = "0.156.0"
|
||||
dependencies = [
|
||||
"console_static_text",
|
||||
"deno_ast",
|
||||
|
@ -1894,7 +1894,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_tls"
|
||||
version = "0.134.0"
|
||||
version = "0.135.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"deno_native_certs",
|
||||
|
@ -1918,7 +1918,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_url"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
dependencies = [
|
||||
"deno_bench_util",
|
||||
"deno_console",
|
||||
|
@ -1930,7 +1930,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_web"
|
||||
version = "0.178.0"
|
||||
version = "0.179.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64-simd 0.8.0",
|
||||
|
@ -1951,7 +1951,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_webgpu"
|
||||
version = "0.114.0"
|
||||
version = "0.115.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"raw-window-handle",
|
||||
|
@ -1964,7 +1964,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_webidl"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
dependencies = [
|
||||
"deno_bench_util",
|
||||
"deno_core",
|
||||
|
@ -1972,7 +1972,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_websocket"
|
||||
version = "0.152.0"
|
||||
version = "0.153.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"deno_core",
|
||||
|
@ -1992,7 +1992,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_webstorage"
|
||||
version = "0.142.0"
|
||||
version = "0.143.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"deno_web",
|
||||
|
@ -4136,7 +4136,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "napi_sym"
|
||||
version = "0.77.0"
|
||||
version = "0.78.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
52
Cargo.toml
52
Cargo.toml
|
@ -46,13 +46,13 @@ repository = "https://github.com/denoland/deno"
|
|||
deno_ast = { version = "=0.38.0", features = ["transpiling"] }
|
||||
deno_core = { version = "0.278.0" }
|
||||
|
||||
deno_bench_util = { version = "0.141.0", path = "./bench_util" }
|
||||
deno_bench_util = { version = "0.142.0", path = "./bench_util" }
|
||||
deno_lockfile = "0.19.0"
|
||||
deno_media_type = { version = "0.1.4", features = ["module_specifier"] }
|
||||
deno_permissions = { version = "0.7.0", path = "./runtime/permissions" }
|
||||
deno_runtime = { version = "0.155.0", path = "./runtime" }
|
||||
deno_permissions = { version = "0.8.0", path = "./runtime/permissions" }
|
||||
deno_runtime = { version = "0.156.0", path = "./runtime" }
|
||||
deno_terminal = "0.1.1"
|
||||
napi_sym = { version = "0.77.0", path = "./cli/napi/sym" }
|
||||
napi_sym = { version = "0.78.0", path = "./cli/napi/sym" }
|
||||
test_util = { package = "test_server", path = "./tests/util/server" }
|
||||
|
||||
denokv_proto = "0.5.0"
|
||||
|
@ -61,28 +61,28 @@ denokv_remote = "0.5.0"
|
|||
denokv_sqlite = { default-features = false, version = "0.5.0" }
|
||||
|
||||
# exts
|
||||
deno_broadcast_channel = { version = "0.141.0", path = "./ext/broadcast_channel" }
|
||||
deno_cache = { version = "0.79.0", path = "./ext/cache" }
|
||||
deno_canvas = { version = "0.16.0", path = "./ext/canvas" }
|
||||
deno_console = { version = "0.147.0", path = "./ext/console" }
|
||||
deno_cron = { version = "0.27.0", path = "./ext/cron" }
|
||||
deno_crypto = { version = "0.161.0", path = "./ext/crypto" }
|
||||
deno_fetch = { version = "0.171.0", path = "./ext/fetch" }
|
||||
deno_ffi = { version = "0.134.0", path = "./ext/ffi" }
|
||||
deno_fs = { version = "0.57.0", path = "./ext/fs" }
|
||||
deno_http = { version = "0.144.0", path = "./ext/http" }
|
||||
deno_io = { version = "0.57.0", path = "./ext/io" }
|
||||
deno_kv = { version = "0.55.0", path = "./ext/kv" }
|
||||
deno_napi = { version = "0.77.0", path = "./ext/napi" }
|
||||
deno_net = { version = "0.139.0", path = "./ext/net" }
|
||||
deno_node = { version = "0.84.0", path = "./ext/node" }
|
||||
deno_tls = { version = "0.134.0", path = "./ext/tls" }
|
||||
deno_url = { version = "0.147.0", path = "./ext/url" }
|
||||
deno_web = { version = "0.178.0", path = "./ext/web" }
|
||||
deno_webgpu = { version = "0.114.0", path = "./ext/webgpu" }
|
||||
deno_webidl = { version = "0.147.0", path = "./ext/webidl" }
|
||||
deno_websocket = { version = "0.152.0", path = "./ext/websocket" }
|
||||
deno_webstorage = { version = "0.142.0", path = "./ext/webstorage" }
|
||||
deno_broadcast_channel = { version = "0.142.0", path = "./ext/broadcast_channel" }
|
||||
deno_cache = { version = "0.80.0", path = "./ext/cache" }
|
||||
deno_canvas = { version = "0.17.0", path = "./ext/canvas" }
|
||||
deno_console = { version = "0.148.0", path = "./ext/console" }
|
||||
deno_cron = { version = "0.28.0", path = "./ext/cron" }
|
||||
deno_crypto = { version = "0.162.0", path = "./ext/crypto" }
|
||||
deno_fetch = { version = "0.172.0", path = "./ext/fetch" }
|
||||
deno_ffi = { version = "0.135.0", path = "./ext/ffi" }
|
||||
deno_fs = { version = "0.58.0", path = "./ext/fs" }
|
||||
deno_http = { version = "0.145.0", path = "./ext/http" }
|
||||
deno_io = { version = "0.58.0", path = "./ext/io" }
|
||||
deno_kv = { version = "0.56.0", path = "./ext/kv" }
|
||||
deno_napi = { version = "0.78.0", path = "./ext/napi" }
|
||||
deno_net = { version = "0.140.0", path = "./ext/net" }
|
||||
deno_node = { version = "0.85.0", path = "./ext/node" }
|
||||
deno_tls = { version = "0.135.0", path = "./ext/tls" }
|
||||
deno_url = { version = "0.148.0", path = "./ext/url" }
|
||||
deno_web = { version = "0.179.0", path = "./ext/web" }
|
||||
deno_webgpu = { version = "0.115.0", path = "./ext/webgpu" }
|
||||
deno_webidl = { version = "0.148.0", path = "./ext/webidl" }
|
||||
deno_websocket = { version = "0.153.0", path = "./ext/websocket" }
|
||||
deno_webstorage = { version = "0.143.0", path = "./ext/webstorage" }
|
||||
|
||||
aes = "=0.8.3"
|
||||
anyhow = "1.0.57"
|
||||
|
|
67
Releases.md
67
Releases.md
|
@ -6,6 +6,73 @@ https://github.com/denoland/deno/releases
|
|||
We also have one-line install commands at:
|
||||
https://github.com/denoland/deno_install
|
||||
|
||||
### 1.43.0 / 2024.04.25
|
||||
|
||||
- FUTURE(ext/net): remove
|
||||
`Deno.ConnectTlsOptions.(certFile|certChain|privateKey)` (#23270)
|
||||
- FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` (#23271)
|
||||
- FUTURE: remove `Deno.customInspect` (#23453)
|
||||
- feat(check): allow using side effect imports with unknown module kinds (ex.
|
||||
css modules) (#23392)
|
||||
- feat(ext/http): Add `addr` to HttpServer (#23442)
|
||||
- feat(ext/http): Implement request.signal for Deno.serve (#23425)
|
||||
- feat(ext/net): extract TLS key and certificate from interfaces (#23327)
|
||||
- feat(ext/url): add `URL.parse` (#23318)
|
||||
- feat(ext/webgpu): support `UnsafeWindowSurface` on wayland (#23423)
|
||||
- feat(jsr): support importing from jsr via HTTPS specifiers (except for type
|
||||
checking) (#23513)
|
||||
- feat(runtime): Allow embedders to perform additional access checks on file
|
||||
open (#23208)
|
||||
- feat(task): support running npm binary commands in deno.json (#23478)
|
||||
- feat: Add `deno serve` subcommand (#23511)
|
||||
- feat: add jsx precompile skip element option (#23457)
|
||||
- feat: enable Float16Array support (#23490)
|
||||
- feat: upgrade V8 to 12.4 (#23435)
|
||||
- fix(ci): Fix bench job (#23410)
|
||||
- fix(cli): Don't panic on invalid emit options (#23463)
|
||||
- fix(cli): Identify and fix a test deadlock (#23411)
|
||||
- fix(cli): TestEventSender should be !Clone (#23405)
|
||||
- fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty
|
||||
(#23439)
|
||||
- fix(config): move json schema unstable examples to item (#23506)
|
||||
- fix(ext/net): check for TLS using undefined rather than using ReflectHas
|
||||
(#23538)
|
||||
- fix(ext/node): Correctly send ALPN on node TLS connections (#23434)
|
||||
- fix(ext/node): Support `env` option in worker_thread (#23462)
|
||||
- fix(ext/node): `cp` into non-existent parent directory (#23469)
|
||||
- fix(ext/node): define http.maxHeaderSize (#23479)
|
||||
- fix(ext/node): dispatch beforeExit/exit events irrespective of listeners
|
||||
(#23382)
|
||||
- fix(ext/node): implement process.kill in Rust (#23130)
|
||||
- fix(ext/node): remove unwraps from fallible conversions (#23447)
|
||||
- fix(ext/node): worker_threads copies env object (#23536)
|
||||
- fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)
|
||||
- fix(fmt): error for more unterminated nodes (#23449)
|
||||
- fix(lsp): Fix logic for coalescing pending changes + clear script names cache
|
||||
when file is closed (#23517)
|
||||
- fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)
|
||||
- fix(lsp): remove Document::open_data on close (#23483)
|
||||
- fix(publish): --dry-publish should error for gitignored excluded files
|
||||
(#23540)
|
||||
- fix(publish): support import equals (#23421)
|
||||
- fix(workspace): provide workspace members as 'imports' in import map (#23492)
|
||||
- fix: Fix some typos in comments (#23470)
|
||||
- fix: Float16Array support (#23512)
|
||||
- fix: add `DENO_FUTURE` to `deno --help` (#23368)
|
||||
- fix: allow WPT to successfully exit using `--exit-zero` (#23418)
|
||||
- fix: unref stdin read (#23534)
|
||||
- fix: update CLI flags for WPT (#23501)
|
||||
- perf(ext/http): cache abort signal error (#23548)
|
||||
- perf(lsp): Avoid passing struct into op_resolve (#23452)
|
||||
- perf(lsp): Batch "$projectChanged" notification in with the next JS request
|
||||
(#23451)
|
||||
- perf(lsp): Call `serverRequest` via V8 instead of via `executeScript` (#23409)
|
||||
- perf(lsp): Pass code action trigger kind to TSC (#23466)
|
||||
- perf(lsp): cleanup document dependencies (#23426)
|
||||
- perf(lsp): only store parsed sources for open documents (#23454)
|
||||
- perf(lsp): release unused documents (#23398)
|
||||
- perf: v8 code cache (#23081)
|
||||
|
||||
### 1.42.4 / 2024.04.15
|
||||
|
||||
- fix(check): cache bust when changing nodeModulesDir setting (#23355)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_bench_util"
|
||||
version = "0.141.0"
|
||||
version = "0.142.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "1.42.4"
|
||||
version = "1.43.0"
|
||||
authors.workspace = true
|
||||
default-run = "deno"
|
||||
edition.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "napi_sym"
|
||||
version = "0.77.0"
|
||||
version = "0.78.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_broadcast_channel"
|
||||
version = "0.141.0"
|
||||
version = "0.142.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
2
ext/cache/Cargo.toml
vendored
2
ext/cache/Cargo.toml
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_cache"
|
||||
version = "0.79.0"
|
||||
version = "0.80.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_canvas"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_console"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_cron"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_crypto"
|
||||
version = "0.161.0"
|
||||
version = "0.162.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_fetch"
|
||||
version = "0.171.0"
|
||||
version = "0.172.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_ffi"
|
||||
version = "0.134.0"
|
||||
version = "0.135.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_fs"
|
||||
version = "0.57.0"
|
||||
version = "0.58.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_http"
|
||||
version = "0.144.0"
|
||||
version = "0.145.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_io"
|
||||
version = "0.57.0"
|
||||
version = "0.58.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_kv"
|
||||
version = "0.55.0"
|
||||
version = "0.56.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_napi"
|
||||
version = "0.77.0"
|
||||
version = "0.78.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_net"
|
||||
version = "0.139.0"
|
||||
version = "0.140.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_node"
|
||||
version = "0.84.0"
|
||||
version = "0.85.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_tls"
|
||||
version = "0.134.0"
|
||||
version = "0.135.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_url"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_web"
|
||||
version = "0.178.0"
|
||||
version = "0.179.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_webgpu"
|
||||
version = "0.114.0"
|
||||
version = "0.115.0"
|
||||
authors = ["the Deno authors"]
|
||||
edition.workspace = true
|
||||
license = "MIT"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_webidl"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_websocket"
|
||||
version = "0.152.0"
|
||||
version = "0.153.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_webstorage"
|
||||
version = "0.142.0"
|
||||
version = "0.143.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_runtime"
|
||||
version = "0.155.0"
|
||||
version = "0.156.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_permissions"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
Loading…
Reference in a new issue