Skip to content

Commit

Permalink
chore: package,json
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Aug 22, 2024
1 parent 64d2a03 commit a22ad59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/dash-spv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dash-spv",
"version": "2.1.0-dev.1",
"version": "2.1.0-pr.2012.5",
"description": "Repository containing SPV functions used by @dashevo",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"should": "^13.2.3",
"sinon": "^17.0.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash",
"version": "4.1.0-dev.1",
"version": "4.1.0-pr.2012.5",
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
"main": "build/index.js",
"unpkg": "dist/dash.min.js",
Expand Down Expand Up @@ -110,4 +110,4 @@
"webpack": "^5.76.1",
"webpack-cli": "^4.9.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/wallet-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wallet-lib",
"version": "8.1.0-dev.1",
"version": "8.1.0-pr.2012.5",
"description": "Light wallet library for Dash",
"main": "src/index.js",
"unpkg": "dist/wallet-lib.min.js",
Expand Down Expand Up @@ -98,4 +98,4 @@
"webpack": "^5.76.1",
"webpack-cli": "^4.9.1"
}
}
}

0 comments on commit a22ad59

Please sign in to comment.