blockly @ blockly-v8.0.3
integrity
- size
- 29.5 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
This patch releases fixes certain errors with TypeScript declaration files. In v8.0.0-8.0.2, you might have seen a TypeScript error such as: node_modules/blockly/blocks.d.ts:14:26 - error TS2497: This module can only be referenced with ECMAScript imports/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default export. This was due to an error in our declaration files. After this patch, this error should be resolved. You may still have TypeScript type errors even after this patch, as our declarations don't exactly match reality; in such cases you will have to silence the compiler or cast the problematic types to any.
- fix: Fix errors in TS declarations with blocks and generators by @maribethb in https://github.com/google/blockly/pull/6200
Full Changelog: https://github.com/google/blockly/compare/blockly-v8.0.2...blockly-v8.0.3
download
unix · zip
curl -fL -o blockly-v8.0.3.zip https://ratatoskr.space/pkg/blockly/blockly-v8.0.3.zip
printf '%s %s\n' '9c5595c159b1242a176404562b84bbf84255816d675f97c29ca44b7a5f1f7f2d' 'blockly-v8.0.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/blockly-v8.0.3.zip"
$out = "blockly-v8.0.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c5595c159b1242a176404562b84bbf84255816d675f97c29ca44b7a5f1f7f2d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v8.0.3.tar.gz https://ratatoskr.space/pkg/blockly/blockly-v8.0.3.tar.gz
printf '%s %s\n' '9d0f6729939d214e8e79e6cd7d1ac90cc95a13debb6d9b71d6b6578e36c9806b' 'blockly-v8.0.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/blockly-v8.0.3.tar.gz"
$out = "blockly-v8.0.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d0f6729939d214e8e79e6cd7d1ac90cc95a13debb6d9b71d6b6578e36c9806b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o blockly-v8.0.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v8.0.3.zip
printf '%s %s\n' '9c5595c159b1242a176404562b84bbf84255816d675f97c29ca44b7a5f1f7f2d' 'blockly-v8.0.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v8.0.3.zip"
$out = "blockly-v8.0.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c5595c159b1242a176404562b84bbf84255816d675f97c29ca44b7a5f1f7f2d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v8.0.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v8.0.3.tar.gz
printf '%s %s\n' '9d0f6729939d214e8e79e6cd7d1ac90cc95a13debb6d9b71d6b6578e36c9806b' 'blockly-v8.0.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v8.0.3.tar.gz"
$out = "blockly-v8.0.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d0f6729939d214e8e79e6cd7d1ac90cc95a13debb6d9b71d6b6578e36c9806b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| blockly-v8.0.3.zip | zip | 29.5 MiB |
blake3-24 f7ca9d18c0387f020efe197d22596a48df976257f14863d2
sha256 9c5595c159b1242a176404562b84bbf84255816d675f97c29ca44b7a5f1f7f2d
sha1 c357fe1f804f10cdb07677a3825e0607160c9de1
|
| blockly-v8.0.3.tar.gz | tar.gz | 28.8 MiB |
blake3-24 99b7ee18692e4c4eec2eef86bd77b8ecad862087a785d1be
sha256 9d0f6729939d214e8e79e6cd7d1ac90cc95a13debb6d9b71d6b6578e36c9806b
sha1 90b4f4ef345521c7ec0c099388e5c8adb1d5b4bf
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/blockly-v8.0.3.tar.gz"],
integrity = "sha256-nQ9nKZOdIU6OeebNfRrJDMlaE967bZtx1rZXjjbJgGs=",
strip_prefix = "blockly-blockly-v8.0.3",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/blockly-v8.0.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v8.0.3.tar.gz"],
integrity = "sha256-nQ9nKZOdIU6OeebNfRrJDMlaE967bZtx1rZXjjbJgGs=",
strip_prefix = "blockly-blockly-v8.0.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v8.0.3.tar.gz",