Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent a468a81 commit b15d83b
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 48 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/109b0ac5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common"
- "@subql/utils"
28 changes: 14 additions & 14 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/4.1.1-1 linux-x64 node-v18.18.2
@subql/cli/4.2.2-0 linux-x64 node-v18.18.2
$ subql --help [COMMAND]
USAGE
$ subql COMMAND
Expand Down Expand Up @@ -69,7 +69,7 @@ DESCRIPTION
Build this SubQuery project code
```

_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/build/index.js)_
_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/build/index.js)_

## `subql codegen`

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

_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/codegen/index.js)_
_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/codegen/index.js)_

## `subql codegen:generate`

Expand All @@ -110,7 +110,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/v4.1.1-1/lib/commands/codegen/generate.js)_
_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/codegen/generate.js)_

## `subql deployment`

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

_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/deployment/index.js)_
_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/deployment/index.js)_

## `subql deployment:delete`

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

_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/deployment/delete.js)_
_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/deployment/delete.js)_

## `subql deployment:deploy`

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

_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/deployment/deploy.js)_
_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/deployment/deploy.js)_

## `subql deployment:promote`

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

_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/deployment/promote.js)_
_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/deployment/promote.js)_

## `subql init [PROJECTNAME]`

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

_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/init.js)_

## `subql multi-chain:add`

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

_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/multi-chain/add.js)_
_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/multi-chain/add.js)_

## `subql project`

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

_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/project/index.js)_
_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/project/index.js)_

## `subql project:create-project`

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

_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/project/create-project.js)_
_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/project/create-project.js)_

## `subql project:delete-project`

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

_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/project/delete-project.js)_
_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v4.2.2-0/lib/commands/project/delete-project.js)_

## `subql publish`

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

_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v4.1.1-1/lib/commands/publish.js)_
_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v4.2.2-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": "4.2.1",
"version": "4.2.2-0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,5 +90,6 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
}
},
"stableVersion": "4.2.1"
}
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.3.0",
"version": "3.3.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.3.0"
}
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.6.0",
"version": "2.6.1-0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -30,5 +30,6 @@
},
"devDependencies": {
"@types/semver": "^7"
}
},
"stableVersion": "2.6.0"
}
74 changes: 46 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6514,20 +6514,12 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@^3.1.0, @subql/common@^3.1.1, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
"@subql/common@npm:3.1.1":
version: 3.1.1
resolution: "@subql/common@npm:3.1.1"
dependencies:
"@subql/types-core": "workspace:*"
"@types/bn.js": 4.11.6
"@types/detect-port": ^1
"@types/fs-extra": ^9.0.13
"@types/js-yaml": ^4.0.5
"@types/pino": ^6.3.12
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
axios: ^1.6.0
"@subql/types-core": 0.1.1
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
Expand All @@ -6536,14 +6528,15 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
languageName: unknown
linkType: soft
checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0
languageName: node
linkType: hard

"@subql/common@npm:3.1.1":
version: 3.1.1
resolution: "@subql/common@npm:3.1.1"
"@subql/common@npm:^3.1.0, @subql/common@npm:^3.1.1":
version: 3.3.0
resolution: "@subql/common@npm:3.3.0"
dependencies:
"@subql/types-core": 0.1.1
"@subql/types-core": 0.3.0
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6553,7 +6546,7 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0
checksum: 50d904c0c7e0b8caeb1f53a968c9c5aa223fa8bc822ab164edbe7043a922e5c200d1ac67996358d9152d443e9288c3e5164c906181cc305a0471ffa6c8e2fdea
languageName: node
linkType: hard

Expand All @@ -6575,6 +6568,31 @@ __metadata:
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:
"@subql/types-core": "workspace:*"
"@types/bn.js": 4.11.6
"@types/detect-port": ^1
"@types/fs-extra": ^9.0.13
"@types/js-yaml": ^4.0.5
"@types/pino": ^6.3.12
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
axios: ^1.6.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
languageName: unknown
linkType: soft

"@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 @@ -6722,6 +6740,14 @@ __metadata:
languageName: node
linkType: hard

"@subql/[email protected], @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.1.1, @subql/types-core@npm:^0.1.0, @subql/types-core@npm:^0.1.1":
version: 0.1.1
resolution: "@subql/types-core@npm:0.1.1"
Expand All @@ -6740,14 +6766,6 @@ __metadata:
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.0.1":
version: 3.0.1
resolution: "@subql/types-cosmos@npm:3.0.1"
Expand Down

0 comments on commit b15d83b

Please sign in to comment.