Skip to content

Commit

Permalink
update to v0.12.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
morleyzhi authored Feb 25, 2019
1 parent 0a6635b commit fe4150d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
As this project is pre 1.0, breaking changes may happen for minor version bumps.
A breaking change will get clearly notified in this log.

## In `master`
## [v0.12.0](https://github.com/stellar/js-stellar-base/compare/v0.11.0...v0.12.0)

- _Warning_ Calling TransactionBuilder without a `fee` param is now deprecated
and will issue a warning. In a later release, it will throw an error.
and will issue a warning. In a later release, it will throw an error. Please
update your transaction builders as soon as you can!
- Add a `toXDR` function for transactions that lets you get the transaction as a
base64-encoded string (so you may enter it into the Stellar Laboratory XDR
viewer, for one)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "0.11.0",
"version": "0.12.0",
"description": "Low level stellar support library",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -99,7 +99,7 @@
"base32.js": "^0.1.0",
"bignumber.js": "^4.0.0",
"crc": "^3.5.0",
"js-xdr": "^1.1.0",
"js-xdr": "^1.1.1",
"lodash": "^4.17.11",
"sha.js": "^2.3.6",
"tweetnacl": "^1.0.0"
Expand Down
22 changes: 13 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1078,9 +1078,10 @@ balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"

base32.js@~0.1.0:
base32.js@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/base32.js/-/base32.js-0.1.0.tgz#b582dec693c2f11e893cf064ee6ac5b6131a2202"
integrity sha1-tYLexpPC8R6JPPBk7mrFthMaIgI=

[email protected]:
version "0.1.5"
Expand Down Expand Up @@ -1815,16 +1816,19 @@ crc32-stream@^2.0.0:
crc "^3.4.4"
readable-stream "^2.0.0"

[email protected]:
version "3.5.0"
resolved "https://registry.yarnpkg.com/crc/-/crc-3.5.0.tgz#98b8ba7d489665ba3979f59b21381374101a1964"

crc@^3.4.4:
version "3.7.0"
resolved "https://registry.yarnpkg.com/crc/-/crc-3.7.0.tgz#58b7083e32ba4b276e1f4cbce1a78b39a6ab63f9"
dependencies:
buffer "^5.1.0"

crc@^3.5.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6"
integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==
dependencies:
buffer "^5.1.0"

cross-spawn@^5.0.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -4215,10 +4219,10 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=

js-xdr@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/js-xdr/-/js-xdr-1.1.0.tgz#2b0d9373f58020a7061838a0eac75a408897a3d5"
integrity sha512-g2Q0ccis46I9IgyYhQDAC6P9vW9ceB0HW1UyzbVUPjr1Mpd63bbk3EjopTvjGbglCHO7Lx2ftcRzaXjKso95HA==
js-xdr@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/js-xdr/-/js-xdr-1.1.1.tgz#38b1dbba77e4b381b9603e564fe1d374649ce2e1"
integrity sha512-csYOkKC78umSY2r3oDUONGH1ZcyTex7VlzpfmjKdzlNoeqFQtOA1rhBE9/e3mFNiO0Do65EVvyWx2jHHtRYPPg==
dependencies:
core-js "^2.6.3"
cursor "^0.1.5"
Expand Down

0 comments on commit fe4150d

Please sign in to comment.