Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 8, 2024
1 parent 797ed50 commit 56c40c9
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/fbe61a9b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/types"
- "@subql/types-core"
4 changes: 2 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": "14.1.1-0",
"version": "14.1.1-1",
"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,5 @@
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "14.1.0"
"stableVersion": "14.1.1-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": "1.1.0",
"version": "1.1.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,5 +17,6 @@
],
"devDependencies": {
"package-json-type": "^1.0.3"
}
},
"stableVersion": "1.1.0"
}
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.11.0",
"version": "3.11.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,5 +24,6 @@
},
"devDependencies": {
"@polkadot/api": "^12.2.3"
}
},
"stableVersion": "3.11.0"
}
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6972,14 +6972,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@^1.0.0, @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:
package-json-type: ^1.0.3
languageName: unknown
linkType: soft

"@subql/types-core@npm:0.10.0, @subql/types-core@npm:^0.10.0":
version: 0.10.0
resolution: "@subql/types-core@npm:0.10.0"
Expand All @@ -6998,6 +6990,23 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^1.0.0":
version: 1.0.0
resolution: "@subql/types-core@npm:1.0.0"
dependencies:
package-json-type: ^1.0.3
checksum: 3bed1a6a0b2b8f68d5c13306ee59f68d049d0917eb1588594f96cb125eebc51f321f910157b068a0b5f8a3a36a72fae8c96a22ea77b5adc0410e84330d887405
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:
package-json-type: ^1.0.3
languageName: unknown
linkType: soft

"@subql/types-cosmos@npm:3.5.1":
version: 3.5.1
resolution: "@subql/types-cosmos@npm:3.5.1"
Expand Down

0 comments on commit 56c40c9

Please sign in to comment.