@1sat/wallet-toolbox 0.0.7 → 0.0.8

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.
@@ -1,4 +1,4 @@
1
- import { BSV21 } from "@bopen-io/ts-templates";
1
+ import { BSV21 } from "@bopen-io/templates";
2
2
  import { HD, Hash, Utils } from "@bsv/sdk";
3
3
  import { HttpError } from "../errors";
4
4
  import { Indexer, } from "./types";
@@ -1,4 +1,4 @@
1
- import { Cosign } from "@bopen-io/ts-templates";
1
+ import { Cosign } from "@bopen-io/templates";
2
2
  import { Indexer } from "./types";
3
3
  export class CosignIndexer extends Indexer {
4
4
  owners;
@@ -1,4 +1,4 @@
1
- import { Inscription as InscriptionTemplate } from "@bopen-io/ts-templates";
1
+ import { Inscription as InscriptionTemplate } from "@bopen-io/templates";
2
2
  import { OP, Script, Utils } from "@bsv/sdk";
3
3
  import { MapIndexer } from "./MapIndexer";
4
4
  import { parseAddress } from "./parseAddress";
@@ -1,4 +1,4 @@
1
- import { Lock } from "@bopen-io/ts-templates";
1
+ import { Lock } from "@bopen-io/templates";
2
2
  import { Indexer, } from "./types";
3
3
  export class LockIndexer extends Indexer {
4
4
  tag = "lock";
@@ -1,4 +1,4 @@
1
- import { MAP_PREFIX } from "@bopen-io/ts-templates";
1
+ import { MAP_PREFIX } from "@bopen-io/templates";
2
2
  import { OP, Script, Utils } from "@bsv/sdk";
3
3
  import { Indexer } from "./types";
4
4
  export class MapIndexer extends Indexer {
@@ -1,4 +1,4 @@
1
- import { OrdLock } from "@bopen-io/ts-templates";
1
+ import { OrdLock } from "@bopen-io/templates";
2
2
  import { Indexer, } from "./types";
3
3
  export class Listing {
4
4
  payout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/wallet-toolbox",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "BSV wallet library extending @bsv/wallet-toolbox with 1Sat Ordinals protocol support",
5
5
  "author": "1Sat Team",
6
6
  "license": "MIT",