This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-12-12 02:27:46 -05:00
Code
Issues
Packages
1
Wiki
Activity
60b3f3742d
denoland-deno
/
tests
/
registry
/
jsr
/
@std
/
assert
/
meta.json
10 lines
118 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(init): use jsr specifier for @std/assert (#23073) This commit changes "deno init" subcommand to use "jsr:" specifier for standard library "assert" module. It is unversioned, but we will change it to `@^1` once `@std/assert` release version 1.0. This allows us to start decoupling `deno` and `deno_std` release. The release scripts have been updated to take that into account.
2024-03-27 13:51:52 -04:00
{
"scope"
:
"std"
,
"name"
:
"assert"
,
fix(init): use bare specifier for `jsr:@std/assert` (#24581) Closes #24580
2024-07-14 13:22:43 -04:00
"latest"
:
"1.0.0"
,
feat(init): use jsr specifier for @std/assert (#23073) This commit changes "deno init" subcommand to use "jsr:" specifier for standard library "assert" module. It is unversioned, but we will change it to `@^1` once `@std/assert` release version 1.0. This allows us to start decoupling `deno` and `deno_std` release. The release scripts have been updated to take that into account.
2024-03-27 13:51:52 -04:00
"versions"
:
{
fix(init): use bare specifier for `jsr:@std/assert` (#24581) Closes #24580
2024-07-14 13:22:43 -04:00
"1.0.0"
:
{
}
,
feat(init): use jsr specifier for @std/assert (#23073) This commit changes "deno init" subcommand to use "jsr:" specifier for standard library "assert" module. It is unversioned, but we will change it to `@^1` once `@std/assert` release version 1.0. This allows us to start decoupling `deno` and `deno_std` release. The release scripts have been updated to take that into account.
2024-03-27 13:51:52 -04:00
"0.220.1"
:
{
}
}
}
Copy permalink