File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ yarn add bnc-assist
43
43
#### Script Tag
44
44
45
45
The library uses [ semantic versioning] ( https://semver.org/spec/v2.0.0.html ) .
46
- The current version is 0.10.0 .
46
+ The current version is 0.10.1 .
47
47
There are minified and non-minified versions.
48
48
Put this script at the top of your ` <head> `
49
49
50
50
``` html
51
- <script src =" https://assist.blocknative.com/0-9-6 /assist.js" ></script >
51
+ <script src =" https://assist.blocknative.com/0-10-1 /assist.js" ></script >
52
52
53
53
<!-- OR... -->
54
54
55
- <script src =" https://assist.blocknative.com/0-9-6 /assist.min.js" ></script >
55
+ <script src =" https://assist.blocknative.com/0-10-1 /assist.min.js" ></script >
56
56
```
57
57
58
58
### Initialize the Library
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bnc-assist" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Blocknative Assist js library for Dapp developers" ,
5
5
"main" : " lib/assist.min.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -4807,9 +4807,9 @@ lodash.sortby@^4.7.0:
4807
4807
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
4808
4808
4809
4809
lodash@^4.17.11, lodash@^4.17.4 :
4810
- version "4.17.11 "
4811
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11 .tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d "
4812
- integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg ==
4810
+ version "4.17.15 "
4811
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15 .tgz#b447f6670a0455bbfeedd11392eff330ea097548 "
4812
+ integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A ==
4813
4813
4814
4814
loose-envify@^1.0.0 :
4815
4815
version "1.4.0"
You can’t perform that action at this time.
0 commit comments