Skip to content

Commit

Permalink
Merge branch 'master' of github.com:polkadot-js/tools into tarik-yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Feb 17, 2024
2 parents 3d7bcb9 + 6aa678d commit 1776f47
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: jacogr/action-approve@795afd1dd096a2071d7ec98740661af4e853b7da
with:
authors: jacogr
authors: jacogr, TarikGul
labels: -auto
token: ${{ secrets.GH_PAT_BOT }}
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
1 Keith Ingram Allow passing tx params in file (#91)
1 Pierre Besson add example to explicit the automatic parsing of JSON arguments by the CLI fix fix #275 (#276)
1 Stefanie Doll Add support for v4 metadata (#23)
1 Svyatoslav Nikolsky Added nonce argument to polkadot-js-api (#511)
1 Svyatoslav Nikolsky Added nonce argument to polkadot-js-api (#511)
1 Tarik Gul ci: add user (TarikGul) to auto-approve (#517)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"versions": {
"git": "0.56.3-0-x",
"git": "0.56.3-1-x",
"npm": "0.56.2"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"main": "index.js",
"bin": {
"polkadot-js-api": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.56.3-0-x' };
export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.56.3-1-x' };
2 changes: 1 addition & 1 deletion packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"main": "index.js",
"bin": {
"polkadot-js-json-serve": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.56.3-0-x' };
export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.56.3-1-x' };
2 changes: 1 addition & 1 deletion packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"main": "index.js",
"bin": {
"polkadot-js-metadata-cmp": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.56.3-0-x' };
export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.56.3-1-x' };
2 changes: 1 addition & 1 deletion packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"main": "index.js",
"bin": {
"polkadot-js-monitor": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.56.3-0-x' };
export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.56.3-1-x' };
4 changes: 2 additions & 2 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"main": "index.js",
"bin": {
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.11.2",
"@polkadot/api-cli": "^0.56.3-0-x",
"@polkadot/api-cli": "^0.56.3-1-x",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/signer-cli', path: 'auto', type: 'auto', version: '0.56.3-0-x' };
export const packageInfo = { name: '@polkadot/signer-cli', path: 'auto', type: 'auto', version: '0.56.3-1-x' };
2 changes: 1 addition & 1 deletion packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.3-0-x",
"version": "0.56.3-1-x",
"main": "index.js",
"bin": {
"polkadot-js-vanitygen": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/vanitygen', path: 'auto', type: 'auto', version: '0.56.3-0-x' };
export const packageInfo = { name: '@polkadot/vanitygen', path: 'auto', type: 'auto', version: '0.56.3-1-x' };
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-cli@npm:^0.56.3-0-x, @polkadot/api-cli@workspace:packages/api-cli":
"@polkadot/api-cli@npm:^0.56.3-1-x, @polkadot/api-cli@workspace:packages/api-cli":
version: 0.0.0-use.local
resolution: "@polkadot/api-cli@workspace:packages/api-cli"
dependencies:
Expand Down Expand Up @@ -706,7 +706,7 @@ __metadata:
resolution: "@polkadot/signer-cli@workspace:packages/signer-cli"
dependencies:
"@polkadot/api": "npm:^10.11.2"
"@polkadot/api-cli": "npm:^0.56.3-0-x"
"@polkadot/api-cli": "npm:^0.56.3-1-x"
"@polkadot/keyring": "npm:^12.6.2"
"@polkadot/types": "npm:^10.11.2"
"@polkadot/util": "npm:^12.6.2"
Expand Down

0 comments on commit 1776f47

Please sign in to comment.