File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "version" : " 0.0.5" ,
33 "name" : " @stdext/crypto" ,
4- "lock" : false ,
54 "exports" : {
65 "./hash" : " ./hash.ts"
76 },
Original file line number Diff line number Diff line change 11{
22 "lock" : false ,
33 "imports" : {
4- "@std/assert" : " jsr:@std/assert@^0.224.0" ,
5- "@std/path" : " jsr:@std/path@^0.224.0"
4+ "@std/assert" : " jsr:@std/assert@^1.0.2" ,
5+ "@std/path" : " jsr:@std/path@^1.0.2" ,
6+ "@std/encoding" : " jsr:@std/encoding@^1.0.1"
67 },
78 "tasks" : {
89 "bump_version" : " deno run --allow-env=VERSION --allow-read=. --allow-write=. ./_tools/bump_version.ts" ,
1617 "format" : " deno fmt && deno task --cwd crypto format" ,
1718 "format:check" : " deno fmt --check && deno task --cwd crypto format:check"
1819 },
19- "workspaces " : [
20+ "workspace " : [
2021 " ./crypto" ,
2122 " ./encoding" ,
2223 " ./http"
Original file line number Diff line number Diff line change 11{
22 "version" : " 0.0.5" ,
33 "name" : " @stdext/encoding" ,
4- "lock" : false ,
54 "exports" : {
65 "./hex" : " ./hex.ts"
76 }
Original file line number Diff line number Diff line change 11{
22 "version" : " 0.0.5" ,
33 "name" : " @stdext/http" ,
4- "lock" : false ,
54 "exports" : {
65 "./header" : " ./header.ts" ,
76 "./method" : " ./method.ts"
You can’t perform that action at this time.
0 commit comments