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 2, 2025
1 parent 7e733b6 commit abc9c91
Show file tree
Hide file tree
Showing 13 changed files with 98 additions and 54 deletions.
10 changes: 10 additions & 0 deletions .yarn/versions/104b6218.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/testing"
- "@subql/types"
- "@subql/types-core"
- "@subql/utils"
32 changes: 16 additions & 16 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @subql/cli
$ subql COMMAND
running command...
$ subql (--version)
@subql/cli/5.4.1-3 linux-x64 node-v18.20.5
@subql/cli/5.5.1-0 linux-x64 node-v18.20.6
$ subql --help [COMMAND]
USAGE
$ subql COMMAND
Expand Down Expand Up @@ -71,7 +71,7 @@ DESCRIPTION
Build this SubQuery project code
```

_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/build/index.js)_
_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/build/index.js)_

## `subql codegen`

Expand All @@ -89,7 +89,7 @@ DESCRIPTION
Generate schemas for graph node
```

_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/codegen/index.js)_
_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/codegen/index.js)_

## `subql codegen:generate`

Expand All @@ -112,7 +112,7 @@ DESCRIPTION
Generate Project.yaml and mapping functions based on provided ABI
```

_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/codegen/generate.js)_
_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/codegen/generate.js)_

## `subql deployment`

Expand Down Expand Up @@ -161,7 +161,7 @@ DESCRIPTION
Deploy to hosted service
```

_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/deployment/index.js)_
_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/deployment/index.js)_

## `subql deployment:delete`

Expand All @@ -180,7 +180,7 @@ DESCRIPTION
Delete Deployment
```

_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/deployment/delete.js)_
_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/deployment/delete.js)_

## `subql deployment:deploy`

Expand Down Expand Up @@ -225,7 +225,7 @@ DESCRIPTION
Deployment to hosted service
```

_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/deployment/deploy.js)_
_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/deployment/deploy.js)_

## `subql deployment:promote`

Expand All @@ -244,7 +244,7 @@ DESCRIPTION
Promote Deployment
```

_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/deployment/promote.js)_
_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/deployment/promote.js)_

## `subql init [PROJECTNAME]`

Expand All @@ -268,7 +268,7 @@ DESCRIPTION
Initialize a scaffold subquery project
```

_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/init.js)_

## `subql migrate`

Expand All @@ -287,7 +287,7 @@ DESCRIPTION
Schema subgraph project to subquery project
```

_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/migrate.js)_
_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/migrate.js)_

## `subql multi-chain:add`

Expand All @@ -306,7 +306,7 @@ DESCRIPTION
Add new chain manifest to multi-chain configuration
```

_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/multi-chain/add.js)_
_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/multi-chain/add.js)_

## `subql multi-chain:deploy`

Expand Down Expand Up @@ -352,7 +352,7 @@ DESCRIPTION
Multi-chain deployment to hosted service
```

_See code: [lib/commands/multi-chain/deploy.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/multi-chain/deploy.js)_
_See code: [lib/commands/multi-chain/deploy.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/multi-chain/deploy.js)_

## `subql project`

Expand All @@ -377,7 +377,7 @@ DESCRIPTION
Create/Delete project
```

_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/project/index.js)_
_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/project/index.js)_

## `subql project:create-project`

Expand All @@ -401,7 +401,7 @@ DESCRIPTION
Create Project on Hosted Service
```

_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/project/create-project.js)_
_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/project/create-project.js)_

## `subql project:delete-project`

Expand All @@ -419,7 +419,7 @@ DESCRIPTION
Delete Project on Hosted Service
```

_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/project/delete-project.js)_
_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/project/delete-project.js)_

## `subql publish`

Expand All @@ -438,6 +438,6 @@ DESCRIPTION
Upload this SubQuery project to IPFS
```

_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v5.4.1-3/lib/commands/publish.js)_
_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v5.5.1-0/lib/commands/publish.js)_

<!-- commandsstop -->
5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "5.5.0",
"version": "5.5.1-0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -89,5 +89,6 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
}
},
"stableVersion": "5.5.0"
}
5 changes: 3 additions & 2 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "4.3.6",
"version": "4.3.7-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -20,5 +20,6 @@
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*"
}
},
"stableVersion": "4.3.6"
}
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": "5.3.0",
"version": "5.3.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,5 +28,6 @@
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6"
}
},
"stableVersion": "5.3.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": "16.2.0",
"version": "16.2.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 @@ -47,5 +47,6 @@
},
"devDependencies": {
"@types/yargs": "^16.0.9"
}
},
"stableVersion": "16.2.0"
}
5 changes: 3 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "5.7.1",
"version": "5.7.2-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,5 +50,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "5.7.1"
}
5 changes: 3 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.20.0",
"version": "2.20.1-0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -70,5 +70,6 @@
"@types/ws": "^8",
"@types/yargs": "^16.0.9",
"nodemon": "^3.1.4"
}
},
"stableVersion": "2.20.0"
}
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.2",
"version": "2.2.3-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.2"
}
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.0",
"version": "2.0.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": "2.0.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.4",
"version": "3.11.5-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,5 +24,6 @@
},
"devDependencies": {
"@polkadot/api": "^14.3.1"
}
},
"stableVersion": "3.11.4"
}
5 changes: 3 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.17.1",
"version": "2.17.2-0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -28,5 +28,6 @@
"devDependencies": {
"@types/detect-port": "^1.3.5",
"@types/pino": "^6.3.12"
}
},
"stableVersion": "2.17.1"
}
60 changes: 42 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6763,7 +6763,41 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@^5.0.0, @subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1":
version: 4.1.1
resolution: "@subql/common@npm:4.1.1"
dependencies:
"@subql/types-core": 0.10.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2f578678b5af8190639ada7e2f22401b3ca7b7c7cab1bfdeb5860365c14e6c6a8724b02c95f1f8fedfcc01205d02d3de45cd486e2c3ee10ff5f898f973d6e0dc
languageName: node
linkType: hard

"@subql/common@npm:^5.0.0":
version: 5.3.0
resolution: "@subql/common@npm:5.3.0"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
form-data: ^4.0.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 2f21993d5d0c841c5bb93c1493dcc04d1978383e18f705ed3642fdf8e3370f28f3acbabf8e81fc3d27b0878dc22845487a5cb3b3cd342502ec315a575f26dd8c
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 All @@ -6782,23 +6816,6 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1":
version: 4.1.1
resolution: "@subql/common@npm:4.1.1"
dependencies:
"@subql/types-core": 0.10.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2f578678b5af8190639ada7e2f22401b3ca7b7c7cab1bfdeb5860365c14e6c6a8724b02c95f1f8fedfcc01205d02d3de45cd486e2c3ee10ff5f898f973d6e0dc
languageName: node
linkType: hard

"@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
resolution: "@subql/node-core@workspace:packages/node-core"
Expand Down Expand Up @@ -6949,6 +6966,13 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-core@npm:^0.9.0":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
Expand Down

0 comments on commit abc9c91

Please sign in to comment.