File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cashscript-examples" ,
3
3
"private" : true ,
4
- "version" : " 0.9.0 " ,
4
+ "version" : " 0.9.1 " ,
5
5
"description" : " Usage examples of the CashScript SDK" ,
6
6
"main" : " p2pkh.js" ,
7
7
"type" : " module" ,
11
11
"@bitauth/libauth" : " ^2.0.0-alpha.8" ,
12
12
"@types/node" : " ^12.7.8" ,
13
13
"bip39" : " ^3.0.4" ,
14
- "cashc" : " ^0.9.0 " ,
15
- "cashscript" : " ^0.9.0 " ,
14
+ "cashc" : " ^0.9.1 " ,
15
+ "cashscript" : " ^0.9.1 " ,
16
16
"typescript" : " ^4.9.5"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cashc" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts" ,
5
5
"keywords" : [
6
6
" bitcoin" ,
50
50
},
51
51
"dependencies" : {
52
52
"@bitauth/libauth" : " ^2.0.0-alpha.8" ,
53
- "@cashscript/utils" : " ^0.9.0 " ,
53
+ "@cashscript/utils" : " ^0.9.1 " ,
54
54
"antlr4ts" : " ^0.5.0-alpha.4" ,
55
55
"commander" : " ^7.1.0" ,
56
56
"semver" : " ^7.3.4"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export * from './Errors.js';
2
2
export * as utils from '@cashscript/utils' ;
3
3
export { compileFile , compileString } from './compiler.js' ;
4
4
5
- export const version = '0.9.0 ' ;
5
+ export const version = '0.9.1 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cashscript" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " Easily write and interact with Bitcoin Cash contracts" ,
5
5
"keywords" : [
6
6
" bitcoin cash" ,
44
44
},
45
45
"dependencies" : {
46
46
"@bitauth/libauth" : " ^2.0.0-alpha.8" ,
47
- "@cashscript/utils" : " ^0.9.0 " ,
47
+ "@cashscript/utils" : " ^0.9.1 " ,
48
48
"bip68" : " ^1.0.4" ,
49
49
"bitcoin-rpc-promise-retry" : " ^1.3.0" ,
50
50
"delay" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cashscript/utils" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " CashScript utilities and types" ,
5
5
"keywords" : [
6
6
" bitcoin cash" ,
Original file line number Diff line number Diff line change 2
2
title : Release Notes
3
3
---
4
4
5
+ ## v0.9.1
6
+
7
+ #### CashScript SDK
8
+ - :bug : Fix TransactionBuilder export bug.
9
+
5
10
## v0.9.0
6
11
7
12
#### CashScript SDK
You can’t perform that action at this time.
0 commit comments