Skip to content

Commit d64dcda

Browse files
Merge pull request #40 from DIG-Network/release/v0.0.1-alpha.41
Release/v0.0.1 alpha.41
2 parents b2bbbd5 + 42a8dae commit d64dcda

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [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)
6+
57
### [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)
68

79
### [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)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dignetwork/dig-chia-cli",
3-
"version": "0.0.1-alpha.40",
3+
"version": "0.0.1-alpha.41",
44
"description": "",
55
"type": "commonjs",
66
"main": "./dist/cli.js",
@@ -24,7 +24,7 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@dignetwork/dig-sdk": "^0.0.1-alpha.169",
27+
"@dignetwork/dig-sdk": "^0.0.1-alpha.170",
2828
"bip39": "^3.1.0",
2929
"datalayer-driver": "^0.1.21",
3030
"inquirer": "^10.1.8",

src/actions/push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const push = async (): Promise<void> => {
5050

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

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

0 commit comments

Comments
 (0)