Skip to content

Commit 8f986ef

Browse files
committed
Bump version to 0.1.91
- Replace bundled bsv-templates tgz with @bopen-io/templates@1.1.2 - Update @bsv/sdk 1.9.9 -> 1.9.29 - Update @types/bun 1.3.4 -> 1.3.5 - Update satoshi-token 0.0.4 -> 0.0.7
1 parent dff92d6 commit 8f986ef

4 files changed

Lines changed: 16 additions & 17 deletions

File tree

bsv-templates-1.1.0.tgz

-206 KB
Binary file not shown.

bun.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-1sat-ord",
3-
"version": "0.1.89",
3+
"version": "0.1.91",
44
"author": "Luke Rohenaz",
55
"repository": {
66
"type": "git",
@@ -9,14 +9,14 @@
99
"main": "dist/index.cjs",
1010
"module": "dist/index.module.js",
1111
"dependencies": {
12-
"@bsv/templates": "./bsv-templates-1.1.0.tgz",
12+
"@bopen-io/templates": "^1.1.2",
1313
"image-meta": "^0.2.2",
14-
"satoshi-token": "^0.0.4",
14+
"satoshi-token": "^0.0.7",
1515
"sigma-protocol": "^0.1.6"
1616
},
1717
"devDependencies": {
18-
"@bsv/sdk": "1.9.9",
19-
"@types/bun": "^1.3.4",
18+
"@bsv/sdk": "1.9.29",
19+
"@types/bun": "^1.3.5",
2020
"rimraf": "^6.1.2",
2121
"typescript": "^5.9.3"
2222
},
@@ -29,8 +29,7 @@
2929
},
3030
"description": "1Sat Ordinals library",
3131
"files": [
32-
"/dist",
33-
"bsv-templates-1.1.0.tgz"
32+
"/dist"
3433
],
3534
"keywords": [],
3635
"license": "MIT",

src/sendOrdinals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { SendOrdinalsConfig, Utxo, ChangeResult } from "./types";
1111
import { inputFromB64Utxo } from "./utils/utxo";
1212
import { signData } from "./signData";
1313
import stringifyMetaData from "./utils/subtypeData";
14-
import { MAP } from "@bsv/templates";
14+
import { MAP } from "@bopen-io/templates";
1515

1616
/**
1717
* Sends ordinals to the given destinations

0 commit comments

Comments
 (0)