-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dev w/ packageDetect adjustments (#5775)
- Loading branch information
Showing
67 changed files
with
166 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/api-augment authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
8 changes: 7 additions & 1 deletion
8
packages/api-augment/src/detectOther.ts → packages/api-augment/src/packageDetect.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
// Copyright 2017-2023 @polkadot/api-augment authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Do not edit, auto-generated by @polkadot/dev | ||
// (packageInfo imports will be kept as-is, user-editable) | ||
|
||
import { packageInfo as baseInfo } from '@polkadot/api-base/packageInfo'; | ||
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo'; | ||
import { packageInfo as codecInfo } from '@polkadot/types-codec/packageInfo'; | ||
import { detectPackage } from '@polkadot/util'; | ||
|
||
import { packageInfo } from './packageInfo.js'; | ||
|
||
export default [baseInfo, typesInfo, codecInfo]; | ||
detectPackage(packageInfo, null, [baseInfo, codecInfo, typesInfo]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/api-base authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright 2017-2023 @polkadot/api-base authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Do not edit, auto-generated by @polkadot/dev | ||
// (packageInfo imports will be kept as-is, user-editable) | ||
|
||
import { packageInfo as rpcInfo } from '@polkadot/rpc-core/packageInfo'; | ||
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo'; | ||
import { detectPackage } from '@polkadot/util'; | ||
|
||
import { packageInfo } from './packageInfo.js'; | ||
|
||
detectPackage(packageInfo, null, [rpcInfo, typesInfo]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/api-contract authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/api-derive authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/api authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
8 changes: 7 additions & 1 deletion
8
packages/api/src/detectOther.ts → packages/api/src/packageDetect.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
// Copyright 2017-2023 @polkadot/api authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Do not edit, auto-generated by @polkadot/dev | ||
// (packageInfo imports will be kept as-is, user-editable) | ||
|
||
import { packageInfo as deriveInfo } from '@polkadot/api-derive/packageInfo'; | ||
import { packageInfo as coreInfo } from '@polkadot/rpc-core/packageInfo'; | ||
import { packageInfo as providerInfo } from '@polkadot/rpc-provider/packageInfo'; | ||
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo'; | ||
import { packageInfo as knownInfo } from '@polkadot/types-known/packageInfo'; | ||
import { detectPackage } from '@polkadot/util'; | ||
|
||
import { packageInfo } from './packageInfo.js'; | ||
|
||
export default [deriveInfo, coreInfo, providerInfo, typesInfo, knownInfo]; | ||
detectPackage(packageInfo, null, [coreInfo, deriveInfo, knownInfo, providerInfo, typesInfo]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/rpc-augment authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright 2017-2023 @polkadot/rpc-augment authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Do not edit, auto-generated by @polkadot/dev | ||
// (packageInfo imports will be kept as-is, user-editable) | ||
|
||
import { packageInfo as coreInfo } from '@polkadot/rpc-core/packageInfo'; | ||
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo'; | ||
import { detectPackage } from '@polkadot/util'; | ||
|
||
import { packageInfo } from './packageInfo.js'; | ||
|
||
detectPackage(packageInfo, null, [coreInfo, typesInfo]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/rpc-core authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright 2017-2023 @polkadot/rpc-core authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Do not edit, auto-generated by @polkadot/dev | ||
// (packageInfo imports will be kept as-is, user-editable) | ||
|
||
import { packageInfo as providerInfo } from '@polkadot/rpc-provider/packageInfo'; | ||
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo'; | ||
import { detectPackage } from '@polkadot/util'; | ||
|
||
import { packageInfo } from './packageInfo.js'; | ||
|
||
detectPackage(packageInfo, null, [providerInfo, typesInfo]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2017-2023 @polkadot/rpc-provider authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
|
||
export * from './bundle.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.