Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Feb 26, 2025
1 parent 418e188 commit a2cb933
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/0c630ddb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/types-core"
5 changes: 3 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/testing",
"version": "2.2.3",
"version": "2.2.4-0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,5 +14,6 @@
"packageManager": "[email protected]",
"dependencies": {
"@subql/types-core": "workspace:^"
}
},
"stableVersion": "2.2.3"
}
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": "2.0.1",
"version": "2.0.2-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": "2.0.1"
}
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7319,14 +7319,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@^2.0.0, @subql/types-core@^2.0.1, @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":
version: 0.10.0
resolution: "@subql/types-core@npm:0.10.0"
Expand All @@ -7345,6 +7337,21 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0, @subql/types-core@npm:^2.0.1":
version: 2.0.1
resolution: "@subql/types-core@npm:2.0.1"
checksum: e9727804c720bbb55f90afc220940da5ef31c2a3c659d22c3756b9dc6e48ed50bf54858c66e6e9a380a6996c26452f8cd3c055531d6af80fa23569df2fecfea0
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:4.1.0":
version: 4.1.0
resolution: "@subql/types-cosmos@npm:4.1.0"
Expand Down

0 comments on commit a2cb933

Please sign in to comment.