Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Jun 19, 2024
1 parent df8c564 commit b9cd198
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/8a413ac0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/common"
- "@subql/node-core"
- "@subql/types-core"
5 changes: 3 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "3.8.0",
"version": "3.8.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,5 +34,6 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
}
},
"stableVersion": "3.8.0"
}
5 changes: 3 additions & 2 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "10.6.0",
"version": "10.6.1-0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"devDependencies": {
"@types/async-lock": "^1"
}
},
"stableVersion": "10.6.0"
}
4 changes: 2 additions & 2 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.12.2-0",
"version": "2.12.2-1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -71,5 +71,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.12.1"
"stableVersion": "2.12.2-0"
}
5 changes: 3 additions & 2 deletions packages/types-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-core",
"version": "0.7.0",
"version": "0.7.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,5 +17,6 @@
],
"dependencies": {
"package-json-type": "^1.0.3"
}
},
"stableVersion": "0.7.0"
}
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6393,7 +6393,25 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@^3.5.1, @subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@npm:^3.5.1":
version: 3.8.0
resolution: "@subql/common@npm:3.8.0"
dependencies:
"@subql/types-core": 0.7.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: c4eb96996f99e5a47546613fbc177fba436b9cf62cebfd589898f734cca1fc463dd643acf56bc20319bf3bd256504084c4eef227b636be162a2da35d4e3350cd
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -6564,7 +6582,16 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@^0.7.0, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
"@subql/types-core@npm:0.7.0, @subql/types-core@npm:^0.7.0":
version: 0.7.0
resolution: "@subql/types-core@npm:0.7.0"
dependencies:
package-json-type: ^1.0.3
checksum: ba8d140333d315e80c28b44f29f56511302d0179001048e55ef2bbdded51deb7ddd37d77eee3d6fff1c18f2b944f2cd9f4e39da39e9f4bd9216d4e1b4bbf6378
languageName: node
linkType: hard

"@subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
version: 0.0.0-use.local
resolution: "@subql/types-core@workspace:packages/types-core"
dependencies:
Expand Down

0 comments on commit b9cd198

Please sign in to comment.