nostr-tools
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -399,3 +399,3 @@ "use strict"; | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -402,0 +402,0 @@ } |
@@ -397,3 +397,3 @@ "use strict"; | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -400,0 +400,0 @@ } |
@@ -528,3 +528,3 @@ "use strict"; | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -531,0 +531,0 @@ } |
@@ -483,3 +483,3 @@ "use strict"; | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -486,0 +486,0 @@ } |
@@ -485,3 +485,3 @@ "use strict"; | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -488,0 +488,0 @@ } |
@@ -373,3 +373,3 @@ // kinds.ts | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -376,0 +376,0 @@ } |
@@ -369,3 +369,3 @@ // kinds.ts | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -372,0 +372,0 @@ } |
@@ -775,3 +775,3 @@ var __defProp = Object.defineProperty; | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -778,0 +778,0 @@ } |
@@ -496,3 +496,3 @@ // pure.ts | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -499,0 +499,0 @@ } |
@@ -456,3 +456,3 @@ // pure.ts | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -459,0 +459,0 @@ } |
@@ -455,3 +455,3 @@ // pure.ts | ||
}); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters) + "]"); | ||
this.send('["COUNT","' + id + '",' + JSON.stringify(filters).substring(1)); | ||
return ret; | ||
@@ -458,0 +458,0 @@ } |
{ | ||
"type": "module", | ||
"name": "nostr-tools", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Tools for making a Nostr client.", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2830653