Skip to content

Commit

Permalink
bad release, hotfix and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 20, 2022
1 parent c9d91ce commit cd1ade7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const config = {
nipsTotal: 40,
millis: {
connectTimeout: 15000,
readTimeout: 15000,
writeTimeout: 15000,
clearTimeoutBuffer: 1000
},
testEvent: {
id: "41ce9bc50da77dda5542f020370ecc2b056d8f2be93c1cedf1bf57efcab095b0",
pubkey: "5a462fa6044b4b8da318528a6987a45e3adf832bd1c64bd6910eacfecdf07541",
created_at: 1640305962,
kind: 1,
tags: [],
content: "running branle",
sig: "08e6303565e9282f32bed41eee4136f45418f366c0ec489ef4f90d13de1b3b9fb45e14c74f926441f8155236fb2f6fef5b48a5c52b19298a0585a2c06afe39ed"
}
}
export default config
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-relay-inspector",
"version": "0.0.13",
"version": "0.0.14",
"description": "js library for inspecting nostr relays",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit cd1ade7

Please sign in to comment.