diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 948096c6398f0..8b42a72541de2 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -5,7 +5,7 @@ import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts"; // 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 = 79; +const cacheVersion = 80; const ubuntuX86Runner = "ubuntu-22.04"; const ubuntuX86XlRunner = "ubuntu-22.04-xl"; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87b8d7dfdf92e..df2ea10f8bf0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -356,8 +356,8 @@ jobs: path: |- ~/.cargo/registry/index ~/.cargo/registry/cache - key: '79-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}' - restore-keys: '79-cargo-home-${{ matrix.os }}-${{ matrix.arch }}' + key: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}' + restore-keys: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}' if: '!(matrix.skip)' - name: Restore cache build output (PR) uses: actions/cache/restore@v4 @@ -369,7 +369,7 @@ jobs: !./target/*/*.zip !./target/*/*.tar.gz key: never_saved - restore-keys: '79-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-' + restore-keys: '80-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 @@ -663,7 +663,7 @@ jobs: !./target/*/gn_out !./target/*/*.zip !./target/*/*.tar.gz - key: '79-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}' + key: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}' publish-canary: name: publish canary runs-on: ubuntu-22.04 diff --git a/Cargo.lock b/Cargo.lock index c3060ce9d5596..1f6014abbb44c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.41.3" +version = "1.42.0" dependencies = [ "async-trait", "base32", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "deno_bench_util" -version = "0.136.0" +version = "0.137.0" dependencies = [ "bencher", "deno_core", @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "deno_broadcast_channel" -version = "0.136.0" +version = "0.137.0" dependencies = [ "async-trait", "deno_core", @@ -1194,7 +1194,7 @@ dependencies = [ [[package]] name = "deno_cache" -version = "0.74.0" +version = "0.75.0" dependencies = [ "async-trait", "deno_core", @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "deno_canvas" -version = "0.11.0" +version = "0.12.0" dependencies = [ "deno_core", "deno_webgpu", @@ -1254,7 +1254,7 @@ dependencies = [ [[package]] name = "deno_console" -version = "0.142.0" +version = "0.143.0" dependencies = [ "deno_core", ] @@ -1299,7 +1299,7 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1" [[package]] name = "deno_cron" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-trait", @@ -1312,7 +1312,7 @@ dependencies = [ [[package]] name = "deno_crypto" -version = "0.156.0" +version = "0.157.0" dependencies = [ "aes", "aes-gcm", @@ -1387,7 +1387,7 @@ dependencies = [ [[package]] name = "deno_fetch" -version = "0.166.0" +version = "0.167.0" dependencies = [ "bytes", "data-url", @@ -1405,7 +1405,7 @@ dependencies = [ [[package]] name = "deno_ffi" -version = "0.129.0" +version = "0.130.0" dependencies = [ "deno_core", "dlopen2", @@ -1421,7 +1421,7 @@ dependencies = [ [[package]] name = "deno_fs" -version = "0.52.0" +version = "0.53.0" dependencies = [ "async-trait", "base32", @@ -1471,7 +1471,7 @@ dependencies = [ [[package]] name = "deno_http" -version = "0.139.0" +version = "0.140.0" dependencies = [ "async-compression", "async-trait", @@ -1510,7 +1510,7 @@ dependencies = [ [[package]] name = "deno_io" -version = "0.52.0" +version = "0.53.0" dependencies = [ "async-trait", "deno_core", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "deno_kv" -version = "0.50.0" +version = "0.51.0" dependencies = [ "anyhow", "async-trait", @@ -1597,7 +1597,7 @@ dependencies = [ [[package]] name = "deno_napi" -version = "0.72.0" +version = "0.73.0" dependencies = [ "deno_core", "libloading 0.7.4", @@ -1618,7 +1618,7 @@ dependencies = [ [[package]] name = "deno_net" -version = "0.134.0" +version = "0.135.0" dependencies = [ "deno_core", "deno_tls", @@ -1635,7 +1635,7 @@ dependencies = [ [[package]] name = "deno_node" -version = "0.79.0" +version = "0.80.0" dependencies = [ "aead-gcm-stream", "aes", @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "deno_permissions" -version = "0.2.0" +version = "0.3.0" dependencies = [ "console_static_text", "deno_core", @@ -1753,7 +1753,7 @@ dependencies = [ [[package]] name = "deno_runtime" -version = "0.150.0" +version = "0.151.0" dependencies = [ "console_static_text", "deno_ast", @@ -1859,7 +1859,7 @@ dependencies = [ [[package]] name = "deno_tls" -version = "0.129.0" +version = "0.130.0" dependencies = [ "deno_core", "deno_native_certs", @@ -1892,7 +1892,7 @@ dependencies = [ [[package]] name = "deno_url" -version = "0.142.0" +version = "0.143.0" dependencies = [ "deno_bench_util", "deno_console", @@ -1904,7 +1904,7 @@ dependencies = [ [[package]] name = "deno_web" -version = "0.173.0" +version = "0.174.0" dependencies = [ "async-trait", "base64-simd", @@ -1925,7 +1925,7 @@ dependencies = [ [[package]] name = "deno_webgpu" -version = "0.109.0" +version = "0.110.0" dependencies = [ "deno_core", "raw-window-handle", @@ -1938,7 +1938,7 @@ dependencies = [ [[package]] name = "deno_webidl" -version = "0.142.0" +version = "0.143.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "deno_websocket" -version = "0.147.0" +version = "0.148.0" dependencies = [ "bytes", "deno_core", @@ -1966,7 +1966,7 @@ dependencies = [ [[package]] name = "deno_webstorage" -version = "0.137.0" +version = "0.138.0" dependencies = [ "deno_core", "deno_web", @@ -4094,7 +4094,7 @@ dependencies = [ [[package]] name = "napi_sym" -version = "0.72.0" +version = "0.73.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f047740c024d1..7e2adef31b125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,13 +46,13 @@ repository = "https://github.com/denoland/deno" deno_ast = { version = "0.34.1", features = ["transpiling"] } deno_core = { version = "0.272.0" } -deno_bench_util = { version = "0.136.0", path = "./bench_util" } +deno_bench_util = { version = "0.137.0", path = "./bench_util" } deno_lockfile = "0.19.0" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } -deno_permissions = { version = "0.2.0", path = "./runtime/permissions" } -deno_runtime = { version = "0.150.0", path = "./runtime" } +deno_permissions = { version = "0.3.0", path = "./runtime/permissions" } +deno_runtime = { version = "0.151.0", path = "./runtime" } deno_terminal = "0.1.1" -napi_sym = { version = "0.72.0", path = "./cli/napi/sym" } +napi_sym = { version = "0.73.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.136.0", path = "./ext/broadcast_channel" } -deno_cache = { version = "0.74.0", path = "./ext/cache" } -deno_canvas = { version = "0.11.0", path = "./ext/canvas" } -deno_console = { version = "0.142.0", path = "./ext/console" } -deno_cron = { version = "0.22.0", path = "./ext/cron" } -deno_crypto = { version = "0.156.0", path = "./ext/crypto" } -deno_fetch = { version = "0.166.0", path = "./ext/fetch" } -deno_ffi = { version = "0.129.0", path = "./ext/ffi" } -deno_fs = { version = "0.52.0", path = "./ext/fs" } -deno_http = { version = "0.139.0", path = "./ext/http" } -deno_io = { version = "0.52.0", path = "./ext/io" } -deno_kv = { version = "0.50.0", path = "./ext/kv" } -deno_napi = { version = "0.72.0", path = "./ext/napi" } -deno_net = { version = "0.134.0", path = "./ext/net" } -deno_node = { version = "0.79.0", path = "./ext/node" } -deno_tls = { version = "0.129.0", path = "./ext/tls" } -deno_url = { version = "0.142.0", path = "./ext/url" } -deno_web = { version = "0.173.0", path = "./ext/web" } -deno_webgpu = { version = "0.109.0", path = "./ext/webgpu" } -deno_webidl = { version = "0.142.0", path = "./ext/webidl" } -deno_websocket = { version = "0.147.0", path = "./ext/websocket" } -deno_webstorage = { version = "0.137.0", path = "./ext/webstorage" } +deno_broadcast_channel = { version = "0.137.0", path = "./ext/broadcast_channel" } +deno_cache = { version = "0.75.0", path = "./ext/cache" } +deno_canvas = { version = "0.12.0", path = "./ext/canvas" } +deno_console = { version = "0.143.0", path = "./ext/console" } +deno_cron = { version = "0.23.0", path = "./ext/cron" } +deno_crypto = { version = "0.157.0", path = "./ext/crypto" } +deno_fetch = { version = "0.167.0", path = "./ext/fetch" } +deno_ffi = { version = "0.130.0", path = "./ext/ffi" } +deno_fs = { version = "0.53.0", path = "./ext/fs" } +deno_http = { version = "0.140.0", path = "./ext/http" } +deno_io = { version = "0.53.0", path = "./ext/io" } +deno_kv = { version = "0.51.0", path = "./ext/kv" } +deno_napi = { version = "0.73.0", path = "./ext/napi" } +deno_net = { version = "0.135.0", path = "./ext/net" } +deno_node = { version = "0.80.0", path = "./ext/node" } +deno_tls = { version = "0.130.0", path = "./ext/tls" } +deno_url = { version = "0.143.0", path = "./ext/url" } +deno_web = { version = "0.174.0", path = "./ext/web" } +deno_webgpu = { version = "0.110.0", path = "./ext/webgpu" } +deno_webidl = { version = "0.143.0", path = "./ext/webidl" } +deno_websocket = { version = "0.148.0", path = "./ext/websocket" } +deno_webstorage = { version = "0.138.0", path = "./ext/webstorage" } aes = "=0.8.3" anyhow = "1.0.57" diff --git a/Releases.md b/Releases.md index ecd458e35c5f1..29dacf5cf9d39 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,70 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.42.0 / 2024.03.28 + +- feat(add): always produce multiline config file (#23077) +- feat(ext/node): add riscv64 in process.arch (#23016) +- feat(init): use jsr specifier for @std/assert (#23073) +- feat(install): require -g / --global flag (#23060) +- feat(lint): `deno lint --fix` and lsp quick fixes (#22615) +- feat(lint): automatically opt-in packages to `jsr` lint tag (#23072) +- feat(node): load ES modules defined as CJS (#22945) +- feat(publish): check for uncommitted files in `deno publish --dry-run` + (#22981) +- feat(task): Task description in the form of comments (#23101) +- feat(task): cross-platform shebang support (#23091) +- feat(unstable/publish): error when a package's module is excluded from + publishing (#22948) +- feat: TypeScript 5.4 (#23086) +- feat: add `--watch-exclude` flag (#21935) +- feat: deno_task_shell 0.15 (#23019) +- feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075) +- feat: type declarations for new Set methods (#23090) +- fix(bench): Fix group header printing logic + don't filter out the warmup + benchmark (#23083) +- fix(check): do not suggest running with `--unstable` (#23092) +- fix(cli): output more detailed information for steps when using JUnit reporter + (#22797) +- fix(cli): sanitizer should ignore count of ops started before tests begin + (#22932) +- fix(coverage): Error if no files are included in the report (#22952) +- fix(ext/fetch): do not truncate field value in `EventSource` (#22368) +- fix(ext/fetch): make `EventSource` more robust (#22493) +- fix(ext/node): ECDH.publicKey() point encoding (#23013) +- fix(ext/node): FsWatcher ref and unref (#22987) +- fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933) +- fix(ext/node): add crypto.getRandomValues (#23028) +- fix(ext/node): add crypto.subtle (#23027) +- fix(ext/node): add process.setSourceMapsEnabled noop (#22993) +- fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026) +- fix(ext/node): handle `null` in stdio array (#23048) +- fix(ext/node): implement EventEmitterAsyncResource (#22994) +- fix(ext/node): implement v8 serialize and deserialize (#22975) +- fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011) +- fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940) +- fix(ext/node): spread args in setImmediate (#22998) +- fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()` + (#22984) +- fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950) +- fix(ext/node): support public key point encoding in ECDH.generateKeys() + (#22976) +- fix(ext/node): worker_threads ESM handling (#22841) +- fix(ext/node): worker_threads doesn't exit if there are message listeners + (#22944) +- fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) + (#22968) +- fix(jupyter): Do not increase counter if store_history=false (#20848) +- fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582) +- fix(lsp): prefer cache over tsc quick fixes (#23093) +- fix(lsp): use registry cache for completion search (#23094) +- fix(runtime): use FQDN in NetDescriptor (#23084) +- fix: do not memoize `Deno.ppid` (#23006) +- fix: don't panic in test and bench if ops not available (#23055) +- fix: handle cache body file not existing when using etag (#22931) +- fix: less aggressive vendor folder ignoring (#23100) +- perf: warm expensive init code at snapshot time (#22714) + ### 1.41.3 / 2024.03.14 - fix(cli): occasional panics on progress bar (#22809) diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 7ebf23f546b37..38fbbc4e4d781 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_bench_util" -version = "0.136.0" +version = "0.137.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 44204fea7242a..32ede89abad5d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.41.3" +version = "1.42.0" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 614d1be43d90f..57f6eb3c608f8 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.72.0" +version = "0.73.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index b71a4c3e103c5..27a064e228311 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.136.0" +version = "0.137.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 11449cee9318a..d38501be74869 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.74.0" +version = "0.75.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml index c677363f20534..69af07875cbb9 100644 --- a/ext/canvas/Cargo.toml +++ b/ext/canvas/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_canvas" -version = "0.11.0" +version = "0.12.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index cf534d001220c..898a10a36b99b 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.142.0" +version = "0.143.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml index 80c5722f98e4e..2eaf8707a0368 100644 --- a/ext/cron/Cargo.toml +++ b/ext/cron/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cron" -version = "0.22.0" +version = "0.23.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 7bc14c72255e6..0c1be46d24687 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.156.0" +version = "0.157.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 505309c524199..c87fb4a0f0e6a 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.166.0" +version = "0.167.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 5f981d737d197..53c2b1c813a92 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.129.0" +version = "0.130.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index 8093289bc9335..211bea4faac5b 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fs" -version = "0.52.0" +version = "0.53.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index cbd07a388745e..a1541ab909939 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.139.0" +version = "0.140.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index c262bc435175e..7e8edb7e50c79 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_io" -version = "0.52.0" +version = "0.53.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 2a61aad8ec3c3..1545d2dc28bf9 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_kv" -version = "0.50.0" +version = "0.51.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index e0bc25a01aad0..6033f177d1394 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.72.0" +version = "0.73.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index c1aeabac7b660..c4c1411ad1aca 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.134.0" +version = "0.135.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 7213c4f5e03a1..fd01db482b954 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_node" -version = "0.79.0" +version = "0.80.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index d8191a94592d2..f9faf40bb2202 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.129.0" +version = "0.130.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 51c8200dd4fce..5699e3fa06a4e 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.142.0" +version = "0.143.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 8fb8a2d94f270..b368efb8be5a3 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.173.0" +version = "0.174.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index a208b101bd441..01b8c398a5fc4 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.109.0" +version = "0.110.0" authors = ["the Deno authors"] edition.workspace = true license = "MIT" diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index 40eb35c33da0d..f34c100f7f097 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.142.0" +version = "0.143.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 348460749ba84..0dc69481c967d 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.147.0" +version = "0.148.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index f981e5aa2a384..9bf02e7dbe98e 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.137.0" +version = "0.138.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 719b998f0123e..8fdc1c8279586 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.150.0" +version = "0.151.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml index 87b3358a6e3a3..075b7b4aee74a 100644 --- a/runtime/permissions/Cargo.toml +++ b/runtime/permissions/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_permissions" -version = "0.2.0" +version = "0.3.0" authors.workspace = true edition.workspace = true license.workspace = true