File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# @cryptography/sha256
2
- [ ![ Bundlephobia] ( https://img.shields.io/bundlephobia/minzip/@cryptography/sha256 )] ( https://bundlephobia.com/result?p=@cryptography/sha256@0.1.3 )
2
+ [ ![ Bundlephobia] ( https://img.shields.io/bundlephobia/minzip/@cryptography/sha256 )] ( https://bundlephobia.com/result?p=@cryptography/sha256@0.1.4 )
3
3
[ ![ Coverage] ( https://img.shields.io/codecov/c/github/js-cryptography/sha256?token=617017dc35344eb6b4637420457746c8 )] ( https://codecov.io/gh/js-cryptography/sha256 )
4
4
[ ![ Travis CI] ( https://img.shields.io/travis/js-cryptography/sha256 )] ( https://travis-ci.com/js-cryptography/sha256 )
5
5
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = (env, argv) => {
19
19
20
20
output : {
21
21
path : 'dist/umd' ,
22
- library : 'sha512 ' ,
22
+ library : 'sha256 ' ,
23
23
} ,
24
24
25
25
optimization : {
@@ -69,7 +69,7 @@ module.exports = (env, argv) => {
69
69
output : {
70
70
...commonConfig . output ,
71
71
path : path . resolve ( __dirname , 'dist/umd' ) ,
72
- filename : 'sha512 .min.js' ,
72
+ filename : 'sha256 .min.js' ,
73
73
libraryTarget : 'umd' ,
74
74
} ,
75
75
} ,
@@ -84,7 +84,7 @@ module.exports = (env, argv) => {
84
84
output : {
85
85
...commonConfig . output ,
86
86
path : path . resolve ( __dirname , 'dist/cjs' ) ,
87
- filename : 'sha512 .min.js' ,
87
+ filename : 'sha256 .min.js' ,
88
88
libraryTarget : 'commonjs2' ,
89
89
} ,
90
90
} ,
You can’t perform that action at this time.
0 commit comments