Skip to content

Commit e758848

Browse files
authored
fix: incorrect JS package versions (#2823)
1 parent 87a6ebf commit e758848

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
23.2 KB
Binary file not shown.

packages/dash-spv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-spv",
3-
"version": "2.1.1",
3+
"version": "3.1.1",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

packages/js-dash-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash",
3-
"version": "2.1.1",
3+
"version": "5.1.1",
44
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
55
"main": "build/index.js",
66
"unpkg": "dist/dash.min.js",

packages/wallet-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/wallet-lib",
3-
"version": "2.1.1",
3+
"version": "9.1.1",
44
"description": "Light wallet library for Dash",
55
"main": "src/index.js",
66
"unpkg": "dist/wallet-lib.min.js",

0 commit comments

Comments
 (0)