diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1a2c838..80878fe71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## master +- api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 12.2.2 - phishing 0.23.1 - api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 12.2.1 - hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 13.0.2 diff --git a/api-augment/packageInfo.ts b/api-augment/packageInfo.ts index 95d4d3ad4..5e88260a1 100644 --- a/api-augment/packageInfo.ts +++ b/api-augment/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/api-augment', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/api-augment', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/api-base/packageInfo.ts b/api-base/packageInfo.ts index 21e3643dd..60abe31f0 100644 --- a/api-base/packageInfo.ts +++ b/api-base/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/api-base', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/api-base', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/api-contract/packageInfo.ts b/api-contract/packageInfo.ts index b86d946d8..fbf87f14c 100644 --- a/api-contract/packageInfo.ts +++ b/api-contract/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/api-contract', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/api-contract', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/api-derive/packageInfo.ts b/api-derive/packageInfo.ts index 9c4d031a8..d8d317f39 100644 --- a/api-derive/packageInfo.ts +++ b/api-derive/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/api-derive', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/api-derive', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/api/packageInfo.ts b/api/packageInfo.ts index 075ca519d..74329db18 100644 --- a/api/packageInfo.ts +++ b/api/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/api', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/api', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/rpc-augment/packageInfo.ts b/rpc-augment/packageInfo.ts index 2db201b27..c710b17ce 100644 --- a/rpc-augment/packageInfo.ts +++ b/rpc-augment/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/rpc-augment', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/rpc-core/packageInfo.ts b/rpc-core/packageInfo.ts index 147ec98f3..2a21a95b2 100644 --- a/rpc-core/packageInfo.ts +++ b/rpc-core/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/rpc-core', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/rpc-provider/packageInfo.ts b/rpc-provider/packageInfo.ts index d63cdc6ab..1d8f8e478 100644 --- a/rpc-provider/packageInfo.ts +++ b/rpc-provider/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/rpc-provider', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/types-augment/packageInfo.ts b/types-augment/packageInfo.ts index f9dff3745..c4e70c547 100644 --- a/types-augment/packageInfo.ts +++ b/types-augment/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/types-augment', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/types-augment', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/types-codec/packageInfo.ts b/types-codec/packageInfo.ts index a675f79f0..e914fad00 100644 --- a/types-codec/packageInfo.ts +++ b/types-codec/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/types-codec', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/types-codec', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/types-create/packageInfo.ts b/types-create/packageInfo.ts index 4e67fee09..13c5e6c51 100644 --- a/types-create/packageInfo.ts +++ b/types-create/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/types-create', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/types-create', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/types-known/packageInfo.ts b/types-known/packageInfo.ts index bca2b4acb..e48b7c7b2 100644 --- a/types-known/packageInfo.ts +++ b/types-known/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/types-known', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/types-known', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' }; diff --git a/types/extrinsic/Extrinsic.ts b/types/extrinsic/Extrinsic.ts index 1d62749c8..ba2d24968 100644 --- a/types/extrinsic/Extrinsic.ts +++ b/types/extrinsic/Extrinsic.ts @@ -337,7 +337,7 @@ export class GenericExtrinsic extends ExtrinsicBa assetId: this.assetId ? this.assetId.toHuman(isExpanded, disableAscii) : null, era: this.era.toHuman(isExpanded, disableAscii), metadataHash: this.metadataHash ? this.metadataHash.toHex() : null, - mode: this.mode.toHuman(), + mode: this.mode ? this.mode.toHuman() : null, nonce: this.nonce.toHuman(isExpanded, disableAscii), signature: this.signature.toHex(), signer: this.signer.toHuman(isExpanded, disableAscii), diff --git a/types/packageInfo.ts b/types/packageInfo.ts index 84b42fd13..9c38385f2 100644 --- a/types/packageInfo.ts +++ b/types/packageInfo.ts @@ -1,3 +1,3 @@ -export const packageInfo = { name: '@polkadot/types', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.1' }; +export const packageInfo = { name: '@polkadot/types', path: new URL(import.meta.url).pathname, type: 'deno', version: '12.2.2' };