Skip to content

Commit

Permalink
Merge pull request #62 from CityOfZion/CU-86drw584r-2
Browse files Browse the repository at this point in the history
CU-86drw584r Swap Multi Invoke - Implement SwapController without routes
  • Loading branch information
raulduartep authored Jun 27, 2024
2 parents e7753bd + 4713a71 commit 93891a4
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/blockchain-service",
"comment": "Lint project",
"type": "none"
}
],
"packageName": "@cityofzion/blockchain-service"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/bs-asteroid-sdk",
"comment": "Lint project",
"type": "none"
}
],
"packageName": "@cityofzion/bs-asteroid-sdk"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/bs-neo3",
"comment": "Lint project",
"type": "none"
}
],
"packageName": "@cityofzion/bs-neo3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"author": "Coz",
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/blockchain-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"axios": "1.5.1",
"typed-emitter": "~2.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/bs-asteroid-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"typescript": "4.9.5",
"@types/node": "~20.12.12"
}
}
}
2 changes: 1 addition & 1 deletion packages/bs-neo3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"shouldPublish": true
}
]
}
}

0 comments on commit 93891a4

Please sign in to comment.