From f92f2ea35772b5914c9d000a483174bd0c1f9068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:21:05 +0000 Subject: [PATCH] [CI Skip] bump/beta 12.1.2-1-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 +- packages/api-augment/package.json | 12 +- packages/api-augment/src/packageInfo.ts | 2 +- packages/api-augment/src/substrate/events.ts | 2 +- packages/api-augment/src/substrate/query.ts | 2 +- packages/api-augment/src/substrate/tx.ts | 2 +- packages/api-base/package.json | 6 +- packages/api-base/src/packageInfo.ts | 2 +- packages/api-contract/package.json | 16 +- packages/api-contract/src/packageInfo.ts | 2 +- packages/api-derive/package.json | 24 +-- packages/api-derive/src/packageInfo.ts | 2 +- packages/api/package.json | 28 ++-- packages/api/src/packageInfo.ts | 2 +- packages/rpc-augment/package.json | 8 +- packages/rpc-augment/src/packageInfo.ts | 2 +- packages/rpc-core/package.json | 10 +- packages/rpc-core/src/packageInfo.ts | 2 +- packages/rpc-provider/package.json | 6 +- packages/rpc-provider/src/packageInfo.ts | 2 +- packages/typegen/package.json | 20 +-- packages/typegen/src/packageInfo.ts | 2 +- packages/types-augment/package.json | 6 +- packages/types-augment/src/packageInfo.ts | 2 +- packages/types-codec/package.json | 8 +- packages/types-codec/src/packageInfo.ts | 2 +- packages/types-create/package.json | 6 +- packages/types-create/src/packageInfo.ts | 2 +- packages/types-known/package.json | 10 +- packages/types-known/src/packageInfo.ts | 2 +- packages/types-support/package.json | 2 +- packages/types-support/src/packageInfo.ts | 2 +- packages/types/package.json | 10 +- packages/types/src/packageInfo.ts | 2 +- yarn.lock | 158 +++++++++---------- 36 files changed, 186 insertions(+), 186 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 639824834449..2135f89abfb2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 3512 Jaco Bump deps (#5785) 83 Amaury Martiny StatementKind: Regular and Saft (#2303) - 73 Tarik Gul Bump common to 13.0.2 (#5935) + 74 Tarik Gul Bump substrate to latest (#5936) 37 Keith Ingram Update contract types and rpc (#4541) 35 Stefanie Doll Updated child storage parameters (#1709) 20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970) diff --git a/package.json b/package.json index 29e764684034..310bd59d3220 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "versions": { - "git": "12.1.2-0-x", + "git": "12.1.2-1-x", "npm": "12.1.1" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 5aa00396bb4d..967c7947e605 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "12.1.2-0-x", - "@polkadot/rpc-augment": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-augment": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", + "@polkadot/api-base": "12.1.2-1-x", + "@polkadot/rpc-augment": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-augment": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 32303fc7952d..11c7e923b34c 100644 --- a/packages/api-augment/src/packageInfo.ts +++ b/packages/api-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/api-augment/src/substrate/events.ts b/packages/api-augment/src/substrate/events.ts index f578339e8b7f..a49b9f113bab 100644 --- a/packages/api-augment/src/substrate/events.ts +++ b/packages/api-augment/src/substrate/events.ts @@ -9,7 +9,7 @@ import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec'; import type { ITuple } from '@polkadot/types-codec/types'; import type { AccountId32, H256, Perbill, Permill, Perquintill } from '@polkadot/types/interfaces/runtime'; -import type { FrameSupportDispatchDispatchInfo, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PalletAllianceCid, PalletAllianceUnscrupulousItem, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsOrigin, PalletConvictionVotingTally, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSafeModeExitReason, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpStakingExposure, SpStatementStoreStatement, SpWeightsWeightV2Weight } from '@polkadot/types/lookup'; +import type { FrameSupportDispatchDispatchInfo, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PalletAllianceCid, PalletAllianceUnscrupulousItem, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsOrigin, PalletConvictionVotingTally, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSafeModeExitReason, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpStakingExposure, SpStatementStoreStatement, SpWeightsWeightV2Weight } from '@polkadot/types/lookup'; export type __AugmentedEvent = AugmentedEvent; diff --git a/packages/api-augment/src/substrate/query.ts b/packages/api-augment/src/substrate/query.ts index 266d98753b2a..37c83ee5a4de 100644 --- a/packages/api-augment/src/substrate/query.ts +++ b/packages/api-augment/src/substrate/query.ts @@ -10,7 +10,7 @@ import type { Data } from '@polkadot/types'; import type { BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec'; import type { AnyNumber, ITuple } from '@polkadot/types-codec/types'; import type { AccountId32, Call, H256, Perbill, Percent } from '@polkadot/types/interfaces/runtime'; -import type { FrameSupportDispatchPerDispatchClassWeight, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceMemberRole, PalletAssetConversionPoolInfo, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBountiesBounty, PalletBrokerConfigRecord, PalletBrokerContributionRecord, PalletBrokerInstaPoolHistoryRecord, PalletBrokerLeaseRecordItem, PalletBrokerPoolIoRecord, PalletBrokerPotentialRenewalId, PalletBrokerPotentialRenewalRecord, PalletBrokerRegionId, PalletBrokerRegionRecord, PalletBrokerSaleInfoRecord, PalletBrokerScheduleItem, PalletBrokerStatusRecord, PalletChildBountiesChildBounty, PalletCollectiveVotes, PalletContractsStorageContractInfo, PalletContractsStorageDeletionQueueManager, PalletContractsWasmCodeInfo, PalletConvictionVotingVoteVoting, PalletCoreFellowshipMemberStatus, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityAuthorityProperties, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineSr25519AppSr25519Public, PalletLotteryLotteryConfig, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMigrationsMigrationCursor, PalletMixnetBoundedMixnode, PalletMultisigMultisig, PalletNftFractionalizationDetails, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletSalaryClaimantStatus, PalletSalaryStatusType, PalletSchedulerRetryConfig, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyCandidacy, PalletSocietyGroupParams, PalletSocietyIntakeRecord, PalletSocietyMemberRecord, PalletSocietyPayoutRecord, PalletSocietyTally, PalletSocietyVote, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletTipsOpenTip, PalletTransactionPaymentReleases, PalletTransactionStorageTransactionInfo, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUniquesCollectionDetails, PalletUniquesCollectionMetadata, PalletUniquesItemDetails, PalletUniquesItemMetadata, PalletVestingReleases, PalletVestingVestingInfo, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBeefyEcdsaCryptoPublic, SpConsensusBeefyMmrBeefyAuthoritySet, SpConsensusGrandpaAppPublic, SpCoreCryptoKeyTypeId, SpMixnetAppPublic, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingExposure, SpStakingExposurePage, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata } from '@polkadot/types/lookup'; +import type { FrameSupportDispatchPerDispatchClassWeight, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceMemberRole, PalletAssetConversionPoolInfo, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBountiesBounty, PalletBrokerConfigRecord, PalletBrokerContributionRecord, PalletBrokerInstaPoolHistoryRecord, PalletBrokerLeaseRecordItem, PalletBrokerOnDemandRevenueRecord, PalletBrokerPoolIoRecord, PalletBrokerPotentialRenewalId, PalletBrokerPotentialRenewalRecord, PalletBrokerRegionId, PalletBrokerRegionRecord, PalletBrokerSaleInfoRecord, PalletBrokerScheduleItem, PalletBrokerStatusRecord, PalletChildBountiesChildBounty, PalletCollectiveVotes, PalletContractsStorageContractInfo, PalletContractsStorageDeletionQueueManager, PalletContractsWasmCodeInfo, PalletConvictionVotingVoteVoting, PalletCoreFellowshipMemberStatus, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityAuthorityProperties, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineSr25519AppSr25519Public, PalletLotteryLotteryConfig, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMigrationsMigrationCursor, PalletMixnetBoundedMixnode, PalletMultisigMultisig, PalletNftFractionalizationDetails, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletSalaryClaimantStatus, PalletSalaryStatusType, PalletSchedulerRetryConfig, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyCandidacy, PalletSocietyGroupParams, PalletSocietyIntakeRecord, PalletSocietyMemberRecord, PalletSocietyPayoutRecord, PalletSocietyTally, PalletSocietyVote, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletTipsOpenTip, PalletTransactionPaymentReleases, PalletTransactionStorageTransactionInfo, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUniquesCollectionDetails, PalletUniquesCollectionMetadata, PalletUniquesItemDetails, PalletUniquesItemMetadata, PalletVestingReleases, PalletVestingVestingInfo, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBeefyEcdsaCryptoPublic, SpConsensusBeefyMmrBeefyAuthoritySet, SpConsensusGrandpaAppPublic, SpCoreCryptoKeyTypeId, SpMixnetAppPublic, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingExposure, SpStakingExposurePage, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata } from '@polkadot/types/lookup'; import type { Observable } from '@polkadot/types/types'; export type __AugmentedQuery = AugmentedQuery unknown>; diff --git a/packages/api-augment/src/substrate/tx.ts b/packages/api-augment/src/substrate/tx.ts index 00eb6602f377..7e9210a712a0 100644 --- a/packages/api-augment/src/substrate/tx.ts +++ b/packages/api-augment/src/substrate/tx.ts @@ -10,7 +10,7 @@ import type { Data } from '@polkadot/types'; import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec'; import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types'; import type { AccountId32, Call, H256, MultiAddress, Perbill, Percent, Perquintill } from '@polkadot/types/interfaces/runtime'; -import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensFungibleUnionOfNativeOrWithId, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceDisbandWitness, PalletAllianceUnscrupulousItem, PalletBalancesAdjustmentDirection, PalletBrokerConfigRecord, PalletBrokerCoreMask, PalletBrokerFinality, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsWasmDeterminism, PalletConvictionVotingConviction, PalletConvictionVotingVoteAccountVote, PalletCoreFellowshipWish, PalletDemocracyConviction, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, PalletMigrationsHistoricCleanupSelector, PalletMigrationsMigrationCursor, PalletMixnetRegistration, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsDestroyWitness, PalletNftsItemConfig, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintWitness, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceWithDirection, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsPoolState, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingRewardDestination, PalletStakingUnlockChunk, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletUniquesDestroyWitness, PalletVestingVestingInfo, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBeefyDoubleVotingProof, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpMixnetAppSignature, SpNposElectionsElectionScore, SpNposElectionsSupport, SpRuntimeMultiSignature, SpSessionMembershipProof, SpTransactionStorageProofTransactionStorageProof, SpWeightsWeightV2Weight } from '@polkadot/types/lookup'; +import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensFungibleUnionOfNativeOrWithId, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceDisbandWitness, PalletAllianceUnscrupulousItem, PalletBalancesAdjustmentDirection, PalletBrokerConfigRecord, PalletBrokerCoreMask, PalletBrokerFinality, PalletBrokerOnDemandRevenueRecord, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsWasmDeterminism, PalletConvictionVotingConviction, PalletConvictionVotingVoteAccountVote, PalletCoreFellowshipParamsTypeOption, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyConviction, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, PalletMigrationsHistoricCleanupSelector, PalletMigrationsMigrationCursor, PalletMixnetRegistration, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsDestroyWitness, PalletNftsItemConfig, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintWitness, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceWithDirection, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsPoolState, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingRewardDestination, PalletStakingUnlockChunk, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletUniquesDestroyWitness, PalletVestingVestingInfo, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBeefyDoubleVotingProof, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpMixnetAppSignature, SpNposElectionsElectionScore, SpNposElectionsSupport, SpRuntimeMultiSignature, SpSessionMembershipProof, SpTransactionStorageProofTransactionStorageProof, SpWeightsWeightV2Weight } from '@polkadot/types/lookup'; export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; export type __SubmittableExtrinsic = SubmittableExtrinsic; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 5c6ea31be32e..d7f0f8a53658 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", + "@polkadot/rpc-core": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index d828edc9048f..617c54931b94 100644 --- a/packages/api-base/src/packageInfo.ts +++ b/packages/api-base/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 33969163ab4e..bf9eeb6c70f0 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "12.1.2-0-x", - "@polkadot/api-augment": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", - "@polkadot/types-create": "12.1.2-0-x", + "@polkadot/api": "12.1.2-1-x", + "@polkadot/api-augment": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", + "@polkadot/types-create": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "12.1.2-0-x", + "@polkadot/api-augment": "12.1.2-1-x", "@polkadot/keyring": "^13.0.2", - "@polkadot/types-support": "12.1.2-0-x" + "@polkadot/types-support": "12.1.2-1-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index f85c48a8ebe8..b572b83a162b 100644 --- a/packages/api-contract/src/packageInfo.ts +++ b/packages/api-contract/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 36fd82912c17..26c753b2cdbc 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "12.1.2-0-x", - "@polkadot/api-augment": "12.1.2-0-x", - "@polkadot/api-base": "12.1.2-0-x", - "@polkadot/rpc-core": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", + "@polkadot/api": "12.1.2-1-x", + "@polkadot/api-augment": "12.1.2-1-x", + "@polkadot/api-base": "12.1.2-1-x", + "@polkadot/rpc-core": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "12.1.2-0-x", - "@polkadot/api-augment": "12.1.2-0-x", - "@polkadot/rpc-augment": "12.1.2-0-x", - "@polkadot/rpc-provider": "12.1.2-0-x", - "@polkadot/types-support": "12.1.2-0-x" + "@polkadot/api": "12.1.2-1-x", + "@polkadot/api-augment": "12.1.2-1-x", + "@polkadot/rpc-augment": "12.1.2-1-x", + "@polkadot/rpc-provider": "12.1.2-1-x", + "@polkadot/types-support": "12.1.2-1-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 81629e05f704..738ee5bda1b9 100644 --- a/packages/api-derive/src/packageInfo.ts +++ b/packages/api-derive/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index cb84eb97222a..a7281a634c5b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "12.1.2-0-x", - "@polkadot/api-base": "12.1.2-0-x", - "@polkadot/api-derive": "12.1.2-0-x", + "@polkadot/api-augment": "12.1.2-1-x", + "@polkadot/api-base": "12.1.2-1-x", + "@polkadot/api-derive": "12.1.2-1-x", "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.1.2-0-x", - "@polkadot/rpc-core": "12.1.2-0-x", - "@polkadot/rpc-provider": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-augment": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", - "@polkadot/types-create": "12.1.2-0-x", - "@polkadot/types-known": "12.1.2-0-x", + "@polkadot/rpc-augment": "12.1.2-1-x", + "@polkadot/rpc-core": "12.1.2-1-x", + "@polkadot/rpc-provider": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-augment": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", + "@polkadot/types-create": "12.1.2-1-x", + "@polkadot/types-known": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "12.1.2-0-x", - "@polkadot/types-support": "12.1.2-0-x" + "@polkadot/api-augment": "12.1.2-1-x", + "@polkadot/types-support": "12.1.2-1-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 0f903a8cf7df..ab7f033ca76d 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 4b0e7b6f3435..227c4d17fe89 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", + "@polkadot/rpc-core": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 7ff4e5ae902a..42bc974e8ae9 100644 --- a/packages/rpc-augment/src/packageInfo.ts +++ b/packages/rpc-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 398ac7b56d89..6e8d08b3d788 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "12.1.2-0-x", - "@polkadot/rpc-provider": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", + "@polkadot/rpc-augment": "12.1.2-1-x", + "@polkadot/rpc-provider": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.1.2-0-x" + "@polkadot/rpc-augment": "12.1.2-1-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index cd0e37117bc2..08e6074d94f0 100644 --- a/packages/rpc-core/src/packageInfo.ts +++ b/packages/rpc-core/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 8df340a46c27..e0e657b0698c 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-support": "12.1.2-0-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-support": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-fetch": "^13.0.2", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 00e5a998b44a..0e26ec844bdb 100644 --- a/packages/rpc-provider/src/packageInfo.ts +++ b/packages/rpc-provider/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 83d213ff546f..8d179dd858bf 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,15 +28,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "12.1.2-0-x", - "@polkadot/api-augment": "12.1.2-0-x", - "@polkadot/rpc-augment": "12.1.2-0-x", - "@polkadot/rpc-provider": "12.1.2-0-x", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-augment": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", - "@polkadot/types-create": "12.1.2-0-x", - "@polkadot/types-support": "12.1.2-0-x", + "@polkadot/api": "12.1.2-1-x", + "@polkadot/api-augment": "12.1.2-1-x", + "@polkadot/rpc-augment": "12.1.2-1-x", + "@polkadot/rpc-provider": "12.1.2-1-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-augment": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", + "@polkadot/types-create": "12.1.2-1-x", + "@polkadot/types-support": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-ws": "^13.0.2", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 46ca7cb752f4..b196c35e338e 100644 --- a/packages/typegen/src/packageInfo.ts +++ b/packages/typegen/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index daa1d1de0c1e..96399cac548d 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index c82e812204ad..a80ce511b85f 100644 --- a/packages/types-augment/src/packageInfo.ts +++ b/packages/types-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 94ea173f60b2..3cca2f22d8e6 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", @@ -26,9 +26,9 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-augment": "12.1.2-0-x", - "@polkadot/types-support": "12.1.2-0-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-augment": "12.1.2-1-x", + "@polkadot/types-support": "12.1.2-1-x", "@polkadot/util-crypto": "^13.0.2" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 86875c1da991..47eb982a3b96 100644 --- a/packages/types-codec/src/packageInfo.ts +++ b/packages/types-codec/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 9df893cebafb..3028995b0558 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "12.1.2-0-x", + "@polkadot/types-codec": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "12.1.2-0-x" + "@polkadot/types": "12.1.2-1-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index 9a14b2166170..ba839c51ed78 100644 --- a/packages/types-create/src/packageInfo.ts +++ b/packages/types-create/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 6a3324e3bc10..7dc2011f8eca 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.0.2", - "@polkadot/types": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", - "@polkadot/types-create": "12.1.2-0-x", + "@polkadot/types": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", + "@polkadot/types-create": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "12.1.2-0-x" + "@polkadot/api": "12.1.2-1-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index afe96c4e86d3..b8989d44d35f 100644 --- a/packages/types-known/src/packageInfo.ts +++ b/packages/types-known/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 41681b5334d7..7157f18d07c4 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index 2e325d2dafd6..1b2999ae2d9f 100644 --- a/packages/types-support/src/packageInfo.ts +++ b/packages/types-support/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index aa0759e0fee7..195d183d3fc9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-0-x", + "version": "12.1.2-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.1.2-0-x", - "@polkadot/types-codec": "12.1.2-0-x", - "@polkadot/types-create": "12.1.2-0-x", + "@polkadot/types-augment": "12.1.2-1-x", + "@polkadot/types-codec": "12.1.2-1-x", + "@polkadot/types-create": "12.1.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types-support": "12.1.2-0-x" + "@polkadot/types-support": "12.1.2-1-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 45c1f3658e41..d8fbbc34b014 100644 --- a/packages/types/src/packageInfo.ts +++ b/packages/types/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '12.1.2-0-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '12.1.2-1-x' }; diff --git a/yarn.lock b/yarn.lock index a6232be6b5c5..27474851feeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,26 +444,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:12.1.2-0-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:12.1.2-1-x, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: - "@polkadot/api-base": "npm:12.1.2-0-x" - "@polkadot/rpc-augment": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-augment": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" + "@polkadot/api-base": "npm:12.1.2-1-x" + "@polkadot/rpc-augment": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-augment": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-base@npm:12.1.2-0-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:12.1.2-1-x, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: - "@polkadot/rpc-core": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" + "@polkadot/rpc-core": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" @@ -474,13 +474,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:12.1.2-0-x" - "@polkadot/api-augment": "npm:12.1.2-0-x" + "@polkadot/api": "npm:12.1.2-1-x" + "@polkadot/api-augment": "npm:12.1.2-1-x" "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" - "@polkadot/types-create": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" + "@polkadot/types-create": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" @@ -488,19 +488,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:12.1.2-0-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:12.1.2-1-x, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": "npm:12.1.2-0-x" - "@polkadot/api-augment": "npm:12.1.2-0-x" - "@polkadot/api-base": "npm:12.1.2-0-x" - "@polkadot/rpc-augment": "npm:12.1.2-0-x" - "@polkadot/rpc-core": "npm:12.1.2-0-x" - "@polkadot/rpc-provider": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/api": "npm:12.1.2-1-x" + "@polkadot/api-augment": "npm:12.1.2-1-x" + "@polkadot/api-base": "npm:12.1.2-1-x" + "@polkadot/rpc-augment": "npm:12.1.2-1-x" + "@polkadot/rpc-core": "npm:12.1.2-1-x" + "@polkadot/rpc-provider": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" @@ -508,23 +508,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:12.1.2-0-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:12.1.2-1-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:12.1.2-0-x" - "@polkadot/api-base": "npm:12.1.2-0-x" - "@polkadot/api-derive": "npm:12.1.2-0-x" + "@polkadot/api-augment": "npm:12.1.2-1-x" + "@polkadot/api-base": "npm:12.1.2-1-x" + "@polkadot/api-derive": "npm:12.1.2-1-x" "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/rpc-augment": "npm:12.1.2-0-x" - "@polkadot/rpc-core": "npm:12.1.2-0-x" - "@polkadot/rpc-provider": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-augment": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" - "@polkadot/types-create": "npm:12.1.2-0-x" - "@polkadot/types-known": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/rpc-augment": "npm:12.1.2-1-x" + "@polkadot/rpc-core": "npm:12.1.2-1-x" + "@polkadot/rpc-provider": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-augment": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" + "@polkadot/types-create": "npm:12.1.2-1-x" + "@polkadot/types-known": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" eventemitter3: "npm:^5.0.1" @@ -654,39 +654,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:12.1.2-0-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:12.1.2-1-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: - "@polkadot/rpc-core": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" + "@polkadot/rpc-core": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:12.1.2-0-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:12.1.2-1-x, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/rpc-augment": "npm:12.1.2-0-x" - "@polkadot/rpc-provider": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" + "@polkadot/rpc-augment": "npm:12.1.2-1-x" + "@polkadot/rpc-provider": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:12.1.2-0-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:12.1.2-1-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-fetch": "npm:^13.0.2" @@ -707,15 +707,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:12.1.2-0-x" - "@polkadot/api-augment": "npm:12.1.2-0-x" - "@polkadot/rpc-augment": "npm:12.1.2-0-x" - "@polkadot/rpc-provider": "npm:12.1.2-0-x" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-augment": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" - "@polkadot/types-create": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/api": "npm:12.1.2-1-x" + "@polkadot/api-augment": "npm:12.1.2-1-x" + "@polkadot/rpc-augment": "npm:12.1.2-1-x" + "@polkadot/rpc-provider": "npm:12.1.2-1-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-augment": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" + "@polkadot/types-create": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-ws": "npm:^13.0.2" @@ -732,24 +732,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:12.1.2-0-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:12.1.2-1-x, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:12.1.2-0-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:12.1.2-1-x, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-augment": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-augment": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-bigint": "npm:^13.0.2" @@ -757,32 +757,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:12.1.2-0-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:12.1.2-1-x, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-known@npm:12.1.2-0-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:12.1.2-1-x, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": "npm:12.1.2-0-x" + "@polkadot/api": "npm:12.1.2-1-x" "@polkadot/networks": "npm:^13.0.2" - "@polkadot/types": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" - "@polkadot/types-create": "npm:12.1.2-0-x" + "@polkadot/types": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" + "@polkadot/types-create": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-support@npm:12.1.2-0-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:12.1.2-1-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -791,15 +791,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:12.1.2-0-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:12.1.2-1-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types-augment": "npm:12.1.2-0-x" - "@polkadot/types-codec": "npm:12.1.2-0-x" - "@polkadot/types-create": "npm:12.1.2-0-x" - "@polkadot/types-support": "npm:12.1.2-0-x" + "@polkadot/types-augment": "npm:12.1.2-1-x" + "@polkadot/types-codec": "npm:12.1.2-1-x" + "@polkadot/types-create": "npm:12.1.2-1-x" + "@polkadot/types-support": "npm:12.1.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1"