mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-22 06:29:00 -04:00
bump version to v0.0.16 and update dist
This commit is contained in:
parent
e730243c1d
commit
f7cbbf725d
5 changed files with 5 additions and 39 deletions
4
dist/protobuf/pb_pb.d.ts
vendored
4
dist/protobuf/pb_pb.d.ts
vendored
|
@ -7170,9 +7170,6 @@ export class BlockChainExplorer extends jspb.Message {
|
||||||
getTxUrl(): string;
|
getTxUrl(): string;
|
||||||
setTxUrl(value: string): BlockChainExplorer;
|
setTxUrl(value: string): BlockChainExplorer;
|
||||||
|
|
||||||
getAddressUrl(): string;
|
|
||||||
setAddressUrl(value: string): BlockChainExplorer;
|
|
||||||
|
|
||||||
serializeBinary(): Uint8Array;
|
serializeBinary(): Uint8Array;
|
||||||
toObject(includeInstance?: boolean): BlockChainExplorer.AsObject;
|
toObject(includeInstance?: boolean): BlockChainExplorer.AsObject;
|
||||||
static toObject(includeInstance: boolean, msg: BlockChainExplorer): BlockChainExplorer.AsObject;
|
static toObject(includeInstance: boolean, msg: BlockChainExplorer): BlockChainExplorer.AsObject;
|
||||||
|
@ -7185,7 +7182,6 @@ export namespace BlockChainExplorer {
|
||||||
export type AsObject = {
|
export type AsObject = {
|
||||||
name: string,
|
name: string,
|
||||||
txUrl: string,
|
txUrl: string,
|
||||||
addressUrl: string,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
32
dist/protobuf/pb_pb.js
vendored
32
dist/protobuf/pb_pb.js
vendored
|
@ -57918,8 +57918,7 @@ proto.io.haveno.protobuffer.BlockChainExplorer.prototype.toObject = function(opt
|
||||||
proto.io.haveno.protobuffer.BlockChainExplorer.toObject = function(includeInstance, msg) {
|
proto.io.haveno.protobuffer.BlockChainExplorer.toObject = function(includeInstance, msg) {
|
||||||
var f, obj = {
|
var f, obj = {
|
||||||
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
||||||
txUrl: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
txUrl: jspb.Message.getFieldWithDefault(msg, 2, "")
|
||||||
addressUrl: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (includeInstance) {
|
if (includeInstance) {
|
||||||
|
@ -57964,10 +57963,6 @@ proto.io.haveno.protobuffer.BlockChainExplorer.deserializeBinaryFromReader = fun
|
||||||
var value = /** @type {string} */ (reader.readString());
|
var value = /** @type {string} */ (reader.readString());
|
||||||
msg.setTxUrl(value);
|
msg.setTxUrl(value);
|
||||||
break;
|
break;
|
||||||
case 3:
|
|
||||||
var value = /** @type {string} */ (reader.readString());
|
|
||||||
msg.setAddressUrl(value);
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
reader.skipField();
|
reader.skipField();
|
||||||
break;
|
break;
|
||||||
|
@ -58011,13 +58006,6 @@ proto.io.haveno.protobuffer.BlockChainExplorer.serializeBinaryToWriter = functio
|
||||||
f
|
f
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
f = message.getAddressUrl();
|
|
||||||
if (f.length > 0) {
|
|
||||||
writer.writeString(
|
|
||||||
3,
|
|
||||||
f
|
|
||||||
);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -58057,24 +58045,6 @@ proto.io.haveno.protobuffer.BlockChainExplorer.prototype.setTxUrl = function(val
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* optional string address_url = 3;
|
|
||||||
* @return {string}
|
|
||||||
*/
|
|
||||||
proto.io.haveno.protobuffer.BlockChainExplorer.prototype.getAddressUrl = function() {
|
|
||||||
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param {string} value
|
|
||||||
* @return {!proto.io.haveno.protobuffer.BlockChainExplorer} returns this
|
|
||||||
*/
|
|
||||||
proto.io.haveno.protobuffer.BlockChainExplorer.prototype.setAddressUrl = function(value) {
|
|
||||||
return jspb.Message.setProto3StringField(this, 3, value);
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of repeated fields within this message type.
|
* List of repeated fields within this message type.
|
||||||
|
|
2
dist/protobuf/pb_pb.js.map
vendored
2
dist/protobuf/pb_pb.js.map
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "haveno-ts",
|
"name": "haveno-ts",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "haveno-ts",
|
"name": "haveno-ts",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^18.14.2",
|
"@types/node": "^18.14.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "haveno-ts",
|
"name": "haveno-ts",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"description": "Haveno TypeScript interface",
|
"description": "Haveno TypeScript interface",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue