Skip to content

Commit 8b39a33

Browse files
committed
dependencies updated
1 parent 9664f32 commit 8b39a33

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
"xl1": "xl1 ."
2525
},
2626
"dependencies": {
27-
"@xylabs/assert": "~4.15.3",
28-
"@xylabs/delay": "~4.15.3",
29-
"@xylabs/typeof": "~4.15.3",
30-
"@xyo-network/payload-builder": "~4.3.0",
31-
"@xyo-network/wallet": "~4.3.0",
32-
"@xyo-network/xl1-protocol": "~1.7.33",
33-
"@xyo-network/xl1-protocol-sdk": "~1.8.4",
34-
"@xyo-network/xl1-rpc": "~1.8.4",
27+
"@xylabs/assert": "~5.0.0",
28+
"@xylabs/delay": "~5.0.0",
29+
"@xylabs/typeof": "~5.0.0",
30+
"@xyo-network/payload-builder": "~5.0.0",
31+
"@xyo-network/wallet": "~5.0.0",
32+
"@xyo-network/xl1-protocol": "~1.8.0",
33+
"@xyo-network/xl1-protocol-sdk": "~1.9.0",
34+
"@xyo-network/xl1-rpc": "~1.9.0",
3535
"dotenv": "~17.2.1"
3636
},
3737
"devDependencies": {
3838
"@types/node": "~24.1.0",
3939
"@xylabs/eslint-config-flat": "~7.0.2",
40-
"@xyo-network/payload-model": "~4.3.0",
41-
"@xyo-network/xl1-cli": "~1.8.4",
40+
"@xyo-network/payload-model": "~5.0.0",
41+
"@xyo-network/xl1-cli": "~1.9.0",
4242
"eslint": "~9.32.0",
4343
"eslint-import-resolver-typescript": "~4.4.4",
4444
"tsx": "~4.20.3",
4545
"typedoc": "~0.28.8",
46-
"typedoc-plugin-markdown": "~4.7.1",
46+
"typedoc-plugin-markdown": "~4.8.0",
4747
"typescript": "~5.8.3"
4848
},
4949
"engines": {

src/submitTransaction.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { assertEx } from '@xylabs/assert'
22
import type { Payload } from '@xyo-network/payload-model'
3-
import type {
4-
AllowedBlockPayload, HydratedTransaction, XyoConnectionProvider,
3+
import {
4+
type AllowedBlockPayload,
5+
type HydratedTransaction, type XyoConnectionProvider,
56
} from '@xyo-network/xl1-protocol'
67

78
export const submitTransaction = async (

0 commit comments

Comments
 (0)