Skip to content

Commit 062d71b

Browse files
committedJun 2, 2023
fix bug
1 parent b35c0f9 commit 062d71b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.4.14
2+
- fix: reimport from npm: directive
3+
14
# v0.4.13
25
- fix: import chains from esm.sh instead of using npm: directive
36

‎cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from './cli/mod.ts'
1515
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
1616

17-
export const version = 'v0.4.13'
17+
export const version = 'v0.4.14'
1818

1919
const command = new Command()
2020
.name('arkiver')

‎src/chains.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
polygon,
1010
polygonMumbai,
1111
sepolia,
12-
} from 'https://esm.sh/viem@0.3.44/chains'
12+
} from 'npm:viem/chains'
1313

1414
export const supportedChains = {
1515
arbitrum,

0 commit comments

Comments
 (0)