Skip to content

Commit dbf21d2

Browse files
authored
Bump dev (#4405)
* Bump dev * adjust
1 parent f8b54dd commit dbf21d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+224
-125
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.16.7",
3535
"@babel/register": "^7.16.7",
3636
"@babel/runtime": "^7.16.7",
37-
"@polkadot/dev": "^0.64.27",
37+
"@polkadot/dev": "^0.65.2",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.0",
4040
"copyfiles": "^2.4.1"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright 2017-2022 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
// Do not edit, auto-generated by @polkadot/dev
5+
46
declare const __dirname: string | undefined;
57

68
export default __dirname;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright 2017-2022 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
// Do not edit, auto-generated by @polkadot/dev
5+
46
module.exports = typeof __dirname === 'string'
57
? __dirname.replace('/cjs', '')
68
: undefined;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"type": "commonjs"
3-
}
2+
"type":"commonjs"
3+
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Copyright 2017-2022 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import { packageInfo as baseInfo } from '@polkadot/api-base/packageInfo';
5-
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo';
6-
import { packageInfo as codecInfo } from '@polkadot/types-codec/packageInfo';
4+
// Do not edit, auto-generated by @polkadot/dev
5+
76
import { detectPackage } from '@polkadot/util';
87

9-
import __dirname from './cjs/dirname';
8+
import dirname from './cjs/dirname';
9+
import others from './detectOther';
1010
import { packageInfo } from './packageInfo';
1111

12-
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname, [baseInfo, typesInfo, codecInfo]);
12+
detectPackage(packageInfo, dirname, others);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2017-2021 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2022 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Auto-generated by @polkadot/dev, do not edit
4+
// Do not edit, auto-generated by @polkadot/dev
55

66
export const packageInfo = { name: '@polkadot/api-augment', version: '7.1.2-5' };
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// Copyright 2017-2022 @polkadot/api-contract authors & contributors
1+
// Copyright 2017-2022 @polkadot/api-base authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
// Do not edit, auto-generated by @polkadot/dev
5+
46
declare const __dirname: string | undefined;
57

68
export default __dirname;
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// Copyright 2017-2022 @polkadot/api-contract authors & contributors
1+
// Copyright 2017-2022 @polkadot/api-base authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
// Do not edit, auto-generated by @polkadot/dev
5+
46
module.exports = typeof __dirname === 'string'
57
? __dirname.replace('/cjs', '')
68
: undefined;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"type": "commonjs"
3-
}
2+
"type":"commonjs"
3+
}
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
// Copyright 2017-2022 @polkadot/api-contract authors & contributors
1+
// Copyright 2017-2022 @polkadot/api-base authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import { packageInfo as rpcInfo } from '@polkadot/rpc-core/packageInfo';
5-
import { packageInfo as typesInfo } from '@polkadot/types/packageInfo';
4+
// Do not edit, auto-generated by @polkadot/dev
5+
66
import { detectPackage } from '@polkadot/util';
77

8-
import __dirname from './cjs/dirname';
8+
import dirname from './cjs/dirname';
9+
import others from './detectOther';
910
import { packageInfo } from './packageInfo';
1011

11-
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname, [rpcInfo, typesInfo]);
12+
detectPackage(packageInfo, dirname, others);

0 commit comments

Comments
 (0)