File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3030 "ci" : " run-s test build"
3131 },
3232 "dependencies" : {
33- "@47ng/codec" : " ^0.4 .0" ,
33+ "@47ng/codec" : " ^0.5 .0" ,
3434 "tweetnacl" : " ^1.0.3"
3535 },
3636 "devDependencies" : {
Original file line number Diff line number Diff line change 11import nacl from 'tweetnacl'
2- import { utf8 , b64 } from '@47ng/codec'
2+ import utf8 from '@47ng/codec/dist/utf8'
3+ import b64 from '@47ng/codec/dist/b64'
34
45// --
56
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @47ng/codec@^0.4 .0 " :
6- version "0.4 .0"
7- resolved "https://registry.yarnpkg.com/@47ng/codec/-/codec-0.4 .0.tgz#27322699f285d8ce6dfa124f7785b7c70570cffa "
8- integrity sha512-3PBp7/MQHaukgmsAm2+++sQ14zg3ywJjkCJwbiw8W16ZR7CTsDw18IRRaeze3U2DanOeg7ImTTFaIdvTaUhMxA ==
5+ " @47ng/codec@^0.5 .0 " :
6+ version "0.5 .0"
7+ resolved "https://registry.yarnpkg.com/@47ng/codec/-/codec-0.5 .0.tgz#28294e5c76170ed9a1403a5bbbb9e129c11b94ce "
8+ integrity sha512-k/+OCuagLqv52RLrbzrRv+4qL68Y/1xm1EGu4N0nUXTjzVHZ6YQmo/aWNDAChcL+CP+fyNq1BDqLttHDzbfzSA ==
99 dependencies :
1010 " @stablelib/base64" " ^1.0.0"
1111 " @stablelib/hex" " ^1.0.0"
You can’t perform that action at this time.
0 commit comments