File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"imports" : {
3
3
"@deno/dnt" : " jsr:@deno/dnt@^0.41.2" ,
4
- // "@hpke/core": "npm:@hpke/core@^1.2.9",
5
- "@hpke/core" : " ../core/mod.ts" ,
6
- // "@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.2.9",
7
- "@hpke/chacha20poly1305" : " ../chacha20poly1305/mod.ts" ,
8
- // "@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.2.9",
4
+ "@hpke/core" : " npm:@hpke/core@^1.2.9" ,
5
+ "@hpke/chacha20poly1305" : " npm:@hpke/chacha20poly1305@^1.2.9" ,
9
6
"@hpke/dhkem-x25519" : " ../dhkem-x25519/mod.ts" ,
10
- // "@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.2.9",
11
- "@hpke/dhkem-x448" : " ../dhkem-x448/mod.ts" ,
7
+ "@hpke/dhkem-x448" : " npm:@hpke/dhkem-x448@^1.2.9" ,
12
8
"@std/assert" :
" jsr:@std/[email protected] " ,
13
9
"@std/testing" : " jsr:@std/testing@^1.0.0"
14
10
}
You can’t perform that action at this time.
0 commit comments