Skip to content

Commit 241a1a3

Browse files
authored
2025 (#6052)
* 2025 * change metadata script
1 parent c2dedea commit 241a1a3

File tree

928 files changed

+929
-929
lines changed

Some content is hidden

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

928 files changed

+929
-929
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api authors & contributors
1+
// Copyright 2017-2025 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/prettier.cjs');

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api authors & contributors
1+
// Copyright 2017-2025 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import baseConfig from '@polkadot/dev/config/eslint';

packages/api-augment/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// for the API, we decorate not only the endpoints, but all types

packages/api-augment/src/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './substrate/index.js';

packages/api-augment/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import './packageDetect.js';

packages/api-augment/src/kusama/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import '../base.js';

packages/api-augment/src/kusama/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import '@polkadot/types-augment/registry/substrate';

packages/api-augment/src/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
export * from './index.js';

packages/api-augment/src/packageDetect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

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

packages/api-augment/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2024 @polkadot/api-augment authors & contributors
1+
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

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

0 commit comments

Comments
 (0)