File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " cashscript-examples" ,
33 "private" : true ,
4- "version" : " 0.8.0-next.4 " ,
4+ "version" : " 0.8.0" ,
55 "description" : " Usage examples of the CashScript SDK" ,
66 "main" : " p2pkh.js" ,
77 "type" : " module" ,
1111 "@bitauth/libauth" : " ^2.0.0-alpha.8" ,
1212 "@types/node" : " ^12.7.8" ,
1313 "bip39" : " ^3.0.4" ,
14- "cashc" : " ^0.8.0-next.4 " ,
15- "cashscript" : " ^0.8.0-next.4 " ,
14+ "cashc" : " ^0.8.0" ,
15+ "cashscript" : " ^0.8.0" ,
1616 "typescript" : " ^4.9.5"
1717 }
1818}
Original file line number Diff line number Diff line change 11{
22 "name" : " cashc" ,
3- "version" : " 0.8.0-next.4 " ,
3+ "version" : " 0.8.0" ,
44 "description" : " Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts" ,
55 "keywords" : [
66 " bitcoin" ,
5050 },
5151 "dependencies" : {
5252 "@bitauth/libauth" : " ^2.0.0-alpha.8" ,
53- "@cashscript/utils" : " ^0.8.0-next.4 " ,
53+ "@cashscript/utils" : " ^0.8.0" ,
5454 "antlr4ts" : " ^0.5.0-alpha.4" ,
5555 "commander" : " ^7.1.0" ,
5656 "semver" : " ^7.3.4"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export * from './Errors.js';
22export * as utils from '@cashscript/utils' ;
33export { compileFile , compileString } from './compiler.js' ;
44
5- export const version = '0.8.0-next.4 ' ;
5+ export const version = '0.8.0' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cashscript" ,
3- "version" : " 0.8.0-next.4 " ,
3+ "version" : " 0.8.0" ,
44 "description" : " Easily write and interact with Bitcoin Cash contracts" ,
55 "keywords" : [
66 " bitcoin cash" ,
4444 },
4545 "dependencies" : {
4646 "@bitauth/libauth" : " ^2.0.0-alpha.8" ,
47- "@cashscript/utils" : " ^0.8.0-next.4 " ,
47+ "@cashscript/utils" : " ^0.8.0" ,
4848 "bip68" : " ^1.0.4" ,
4949 "bitcoin-rpc-promise-retry" : " ^1.3.0" ,
5050 "delay" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cashscript/utils" ,
3- "version" : " 0.8.0-next.4 " ,
3+ "version" : " 0.8.0" ,
44 "description" : " CashScript utilities and types" ,
55 "keywords" : [
66 " bitcoin cash" ,
You can’t perform that action at this time.
0 commit comments