Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-kreios committed Dec 10, 2024
1 parent 8739320 commit 2c32aa5
Show file tree
Hide file tree
Showing 165 changed files with 817 additions and 662 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.10

* Add `EventSigner.privateKey` getter

## 0.0.9

* Breaking: `EventMessage.sig` is not optional
Expand Down
2 changes: 1 addition & 1 deletion doc/api/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h5><span class="package-name">nostr_dart</span> <span class="package-kind">pack
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h5 class="hidden-xs"><span class="package-name">nostr_dart</span> <span class="
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/api/nostr_dart/CloseMessage-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</li>
<li class="inherited"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html">hashCode</a></li>
<li><a href="nostr_dart/CloseMessage/props.html">props</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html">stringify</a></li>
<li><a href="nostr_dart/CloseMessage/subscriptionId.html">subscriptionId</a></li>

<li class="section-title"><a href="nostr_dart/CloseMessage-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="nostr_dart/CloseMessage/toJson.html">toJson</a></li>
<li class="inherited"><a href="nostr_dart/RelayMessage/toString.html">toString</a></li>

Expand Down
32 changes: 16 additions & 16 deletions doc/api/nostr_dart/CloseMessage-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1><span class="kind-class">CloseMessage</span> class
<dt>Inheritance</dt>
<dd>
<ul class="gt-separated dark clazz-relationships">
<li><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object-class.html">Object</a></li>
<li><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></li>
<li><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable-class.html">Equatable</a></li>
<li><a href="../nostr_dart/RelayMessage-class.html">RelayMessage</a></li>
<li>CloseMessage</li>
Expand All @@ -101,13 +101,13 @@ <h2>Constructors</h2>

<dl class="constructor-summary-list">
<dt id="CloseMessage" class="callable">
<span class="name"><a href="../nostr_dart/CloseMessage/CloseMessage.html">CloseMessage</a></span><span class="signature">({<span class="parameter" id="-param-subscriptionId"><span>required</span> <span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a></span> <span class="parameter-name">subscriptionId</span></span>})</span>
<span class="name"><a href="../nostr_dart/CloseMessage/CloseMessage.html">CloseMessage</a></span><span class="signature">({<span class="parameter" id="-param-subscriptionId"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">subscriptionId</span></span>})</span>
</dt>
<dd>

</dd>
<dt id="CloseMessage.fromJson" class="callable">
<span class="name"><a href="../nostr_dart/CloseMessage/CloseMessage.fromJson.html">CloseMessage.fromJson</a></span><span class="signature">(<span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.2/dart-core/List-class.html">List</a></span> <span class="parameter-name">json</span></span>)</span>
<span class="name"><a href="../nostr_dart/CloseMessage/CloseMessage.fromJson.html">CloseMessage.fromJson</a></span><span class="signature">(<span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a></span> <span class="parameter-name">json</span></span>)</span>
</dt>
<dd>

Expand All @@ -123,7 +123,7 @@ <h2>Properties</h2>
<dl class="properties">
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/int-class.html">int</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>


</dt>
Expand All @@ -135,7 +135,7 @@ <h2>Properties</h2>

<dt id="props" class="property">
<span class="name"><a href="../nostr_dart/CloseMessage/props.html">props</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object-class.html">Object</a></span>&gt;</span></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span>&gt;</span></span>


</dt>
Expand All @@ -147,8 +147,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>


</dt>
Expand All @@ -160,7 +160,7 @@ <h2>Properties</h2>

<dt id="stringify" class="property inherited">
<span class="name"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html">stringify</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/bool-class.html">bool</a>?</span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a>?</span>


</dt>
Expand All @@ -173,7 +173,7 @@ <h2>Properties</h2>

<dt id="subscriptionId" class="property">
<span class="name"><a href="../nostr_dart/CloseMessage/subscriptionId.html">subscriptionId</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>


</dt>
Expand All @@ -192,7 +192,7 @@ <h2>Properties</h2>
<h2>Methods</h2>
<dl class="callables">
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -206,7 +206,7 @@ <h2>Methods</h2>

<dt id="toJson" class="callable">
<span class="name"><a href="../nostr_dart/CloseMessage/toJson.html">toJson</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/List-class.html">List</a></span>
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a></span>
</span>


Expand All @@ -219,7 +219,7 @@ <h2>Methods</h2>

<dt id="toString" class="callable inherited">
<span class="name"><a href="../nostr_dart/RelayMessage/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a></span>
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -239,8 +239,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.2/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>


Expand All @@ -263,7 +263,7 @@ <h2>Constants</h2>
<dl class="properties">
<dt id="type" class="constant">
<span class="name "><a href="../nostr_dart/CloseMessage/type-constant.html">type</a></span>
<span class="signature">&#8594; const <a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; const <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>


</dt>
Expand Down Expand Up @@ -305,7 +305,7 @@ <h5>nostr_dart library</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
4 changes: 2 additions & 2 deletions doc/api/nostr_dart/CloseMessage/CloseMessage.fromJson.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1><span class="kind-constructor">CloseMessage.fromJson</span> constructor

<section class="multi-line-signature">

<span class="name ">CloseMessage.fromJson</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.2/dart-core/List-class.html">List</a></span> <span class="parameter-name">json</span></span></li>
<span class="name ">CloseMessage.fromJson</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a></span> <span class="parameter-name">json</span></span></li>
</ol>)
</section>

Expand Down Expand Up @@ -114,7 +114,7 @@ <h5>CloseMessage class</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
4 changes: 2 additions & 2 deletions doc/api/nostr_dart/CloseMessage/CloseMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1><span class="kind-constructor">CloseMessage</span> constructor

<section class="multi-line-signature">

<span class="name ">CloseMessage</span>(<wbr>{<ol class="parameter-list"> <li><span class="parameter" id="-param-subscriptionId"><span>required</span> <span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a></span> <span class="parameter-name">subscriptionId</span>, </span></li>
<span class="name ">CloseMessage</span>(<wbr>{<ol class="parameter-list"> <li><span class="parameter" id="-param-subscriptionId"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">subscriptionId</span>, </span></li>
</ol>})
</section>

Expand Down Expand Up @@ -108,7 +108,7 @@ <h5>CloseMessage class</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
6 changes: 3 additions & 3 deletions doc/api/nostr_dart/CloseMessage/props.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ <h1><span class="kind-property">props</span> property

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.5.2/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.flutter.dev/flutter/dart-core/override-constant.html">override</a></li>
</ol>
</div>
<span class="returntype"><a href="https://api.dart.dev/stable/3.5.2/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object-class.html">Object</a></span>&gt;</span></span>
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span>&gt;</span></span>
<span class="name ">props</span>
<div class="features"><span class="feature">override</span></div>

Expand Down Expand Up @@ -123,7 +123,7 @@ <h5>CloseMessage class</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
4 changes: 2 additions & 2 deletions doc/api/nostr_dart/CloseMessage/subscriptionId.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1><span class="kind-property">subscriptionId</span> property

<section class="multi-line-signature">

<a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a>
<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>
<span class="name ">subscriptionId</span>
<div class="features"><span class="feature">final</span></div>

Expand Down Expand Up @@ -106,7 +106,7 @@ <h5>CloseMessage class</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
6 changes: 3 additions & 3 deletions doc/api/nostr_dart/CloseMessage/toJson.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ <h1><span class="kind-method">toJson</span> method

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.5.2/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.flutter.dev/flutter/dart-core/override-constant.html">override</a></li>
</ol>
</div>

<span class="returntype"><a href="https://api.dart.dev/stable/3.5.2/dart-core/List-class.html">List</a></span>
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a></span>
<span class="name ">toJson</span>(<wbr>)

<div class="features"><span class="feature">override</span></div>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h5>CloseMessage class</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
4 changes: 2 additions & 2 deletions doc/api/nostr_dart/CloseMessage/type-constant.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1><span class="kind-property">type</span> constant

<section class="multi-line-signature">

<a href="https://api.dart.dev/stable/3.5.2/dart-core/String-class.html">String</a>
<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>
const <span class="name ">type</span>


Expand Down Expand Up @@ -106,7 +106,7 @@ <h5>CloseMessage class</h5>
<footer>
<span class="no-break">
nostr_dart
0.0.9
0.0.10
</span>


Expand Down
4 changes: 2 additions & 2 deletions doc/api/nostr_dart/EoseMessage-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</li>
<li class="inherited"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/hashCode.html">hashCode</a></li>
<li><a href="nostr_dart/EoseMessage/props.html">props</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://pub.dev/documentation/equatable/2.0.5/equatable/Equatable/stringify.html">stringify</a></li>
<li><a href="nostr_dart/EoseMessage/subscriptionId.html">subscriptionId</a></li>

<li class="section-title"><a href="nostr_dart/EoseMessage-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.2/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="nostr_dart/EoseMessage/toJson.html">toJson</a></li>
<li class="inherited"><a href="nostr_dart/RelayMessage/toString.html">toString</a></li>

Expand Down
Loading

0 comments on commit 2c32aa5

Please sign in to comment.