Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed May 19, 2024
1 parent ec544ba commit 6b77266
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Empty file added .yarn/versions/59e19890.yml
Empty file.
9 changes: 5 additions & 4 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "3.4.0",
"version": "3.4.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -18,15 +18,16 @@
"@subql/types-algorand": "workspace:*"
},
"peerDependencies": {
"algosdk": "*",
"class-transformer": "*",
"class-validator": "*",
"js-yaml": "*",
"algosdk": "*"
"js-yaml": "*"
},
"devDependencies": {
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
}
},
"stableVersion": "3.4.0"
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2789,6 +2789,7 @@ __metadata:
"@types/pino": ^6.3.12
"@types/semver": ^7
peerDependencies:
algosdk: "*"
class-transformer: "*"
class-validator: "*"
js-yaml: "*"
Expand Down

0 comments on commit 6b77266

Please sign in to comment.