@ar.io/sdk 3.19.0-alpha.1 → 3.19.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,10 +24,14 @@ import { ANTRecords, AoANTState, HyperBeamANTState, SortedANTRecords } from '../
24
24
  * @param antRecords - The ANT records to sort.
25
25
  */
26
26
  export declare const sortANTRecords: (antRecords: ANTRecords) => SortedANTRecords;
27
+ /**
28
+ * @deprecated - this is no longer necessary because HyperBeam now uses the AoANTState type
29
+ */
27
30
  export declare const isHyperBeamANTState: (state: any) => state is HyperBeamANTState;
28
31
  /**
29
32
  * Convert HyperBeam serialized ANT state to backwards compatible format.
30
33
  *
34
+ * @deprecated - this is no longer necessary because HyperBeam now uses the AOANTState type
31
35
  * @param state - The HyperBeam serialized ANT state.
32
36
  */
33
37
  export declare const convertHyperBeamStateToAoANTState: (initialState: HyperBeamANTState) => AoANTState;
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "3.18.2";
16
+ export declare const version = "3.19.0-alpha.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "3.19.0-alpha.1",
3
+ "version": "3.19.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"