Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"sh:version": "sh scripts/bump-version.sh"
"sh:version": "bash scripts/bump-version.sh"
},
"devDependencies": {
"prettier": "^3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mesh-midnight-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/midnight-core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Core",
"main": "./dist/index.cjs",
"browser": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/mesh-midnight-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/midnight-react",
"version": "0.0.2",
"version": "0.0.3",
"description": "React component library ",
"main": "./dist/index.cjs",
"browser": "./dist/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"prepack:all": "npm run clean && npm install && npm run build && npm run pack"
},
"dependencies": {
"@meshsdk/midnight-core": "*",
"@meshsdk/midnight-wallet": "*",
"@meshsdk/midnight-core": "0.0.3",
"@meshsdk/midnight-wallet": "0.0.3",
"@midnight-ntwrk/compact-runtime": "0.7.0",
"@midnight-ntwrk/dapp-connector-api": "1.2.2",
"@midnight-ntwrk/ledger": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/mesh-midnight-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/midnight-wallet",
"version": "0.0.2",
"version": "0.0.3",
"description": "Wallets",
"main": "./dist/index.cjs",
"browser": "./dist/index.js",
Expand Down Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"@meshsdk/configs": "*",
"@meshsdk/midnight-core": "*",
"@meshsdk/midnight-core": "0.0.3",
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"typedoc": "^0.26.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/midnight-core": "0.0.1",
"@meshsdk/midnight-core": "0.0.3",
"@midnight-ntwrk/compact-runtime": "0.7.0",
"@midnight-ntwrk/dapp-connector-api": "1.2.2",
"@midnight-ntwrk/ledger": "3.0.2",
Expand Down