diff --git a/package.json b/package.json index 2e3b2525..8c6a53e5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "db:migrate:up": "pnpm build && node --trace-warnings ./build/bin/migrate.js" }, "dependencies": { - "@atomichub/antelope-ship-utils": "^1.0.0", + "@atomichub/antelope-ship-utils": "^1.0.1", "@atomichub/atomicassets": "^2.0.2", "@wharfkit/antelope": "^1.1.1", "async-exit-hook": "^2.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b5d7bdf..d9c27781 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: .: dependencies: '@atomichub/antelope-ship-utils': - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^1.0.1 + version: 1.0.1 '@atomichub/atomicassets': specifier: ^2.0.2 version: 2.0.2 @@ -165,8 +165,8 @@ importers: packages: - '@atomichub/antelope-ship-utils@1.0.0': - resolution: {integrity: sha512-8w0AEF4DAfx0ZdiENb4NI3mJdNGJI3WI0qvRvOXcm7tEG8YlxWFZUEQn3OrYqFGpO3BxIVrlBDifyS9Cr/jhSA==} + '@atomichub/antelope-ship-utils@1.0.1': + resolution: {integrity: sha512-/renKdUrQbEhgmiIrI3CNT7Mrnc+jwGjdYl+kafYltNPdtGP45phw2qXJ4qy5tqW7p35GAoOPhmK91u7/GW3IA==} engines: {node: '>=22'} '@atomichub/atomicassets@2.0.2': @@ -2615,7 +2615,7 @@ packages: snapshots: - '@atomichub/antelope-ship-utils@1.0.0': + '@atomichub/antelope-ship-utils@1.0.1': dependencies: '@wharfkit/antelope': 1.2.0 common-tags: 1.8.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 597bfe34..198eedc8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,4 +19,4 @@ overrides: # depends on it staying. minimumReleaseAgeExclude: - '@atomichub/atomicassets@2.0.2' - - '@atomichub/antelope-ship-utils@1.0.0' + - '@atomichub/antelope-ship-utils@1.0.1'