Skip to content

Commit

Permalink
Merge pull request #40 from DIG-Network/release/v0.0.1-alpha.41
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.41
  • Loading branch information
MichaelTaylor3D authored Oct 10, 2024
2 parents b2bbbd5 + 42a8dae commit d64dcda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.41](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.40...v0.0.1-alpha.41) (2024-10-10)

### [0.0.1-alpha.40](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.39...v0.0.1-alpha.40) (2024-10-10)

### [0.0.1-alpha.39](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.38...v0.0.1-alpha.39) (2024-10-08)
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dignetwork/dig-chia-cli",
"version": "0.0.1-alpha.40",
"version": "0.0.1-alpha.41",
"description": "",
"type": "commonjs",
"main": "./dist/cli.js",
Expand All @@ -24,7 +24,7 @@
"LICENSE"
],
"dependencies": {
"@dignetwork/dig-sdk": "^0.0.1-alpha.169",
"@dignetwork/dig-sdk": "^0.0.1-alpha.170",
"bip39": "^3.1.0",
"datalayer-driver": "^0.1.21",
"inquirer": "^10.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/actions/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const push = async (): Promise<void> => {

const digPeer = new DigPeer(formatHost(config.remote), dataStore.StoreId);
console.log(`Pushing to ${config.remote}...`);
await digPeer.syncStore();
await digPeer.syncStore("asc");

} catch (error: any) {
console.error(`Push failed: ${error.message}`);
Expand Down

0 comments on commit d64dcda

Please sign in to comment.