Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

module.exports = require('@polkadot/dev/config/prettier.cjs');
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import baseConfig from '@polkadot/dev/config/eslint';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { exposeEnv } from './env/index.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/browser.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { browser } from './browser.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { JSDOM } from 'jsdom';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/expect.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

describe('expect', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/expect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { AnyFn, WithMock } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { browser } from './browser.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/jest.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

describe('jest', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/jest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { AnyFn, WithMock } from '../types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/lifecycle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { after, afterEach, before, beforeEach } from 'node:test';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/suite.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

describe('describe()', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/env/suite.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { describe, it } from 'node:test';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/globals.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

module.exports = {};
2 changes: 1 addition & 1 deletion packages/dev-test/src/globals.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

/* eslint-disable no-var */
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

throw new Error('Use node --require @polkadot/dev-test/{node, browser} depending on the required environment');
2 changes: 1 addition & 1 deletion packages/dev-test/src/node.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { exposeEnv } from './env/index.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/util.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

/// <reference types="@polkadot/dev-test/globals.d.ts" />
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors
// Copyright 2017-2026 @polkadot/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { BaseFn, BaseObj, StubFn } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/cached.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { loaderOptions } from './common.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/common.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { LoaderOptions } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Adapted from: https://nodejs.org/api/esm.html#esm_transpiler_loader
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/loader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

import crypto from 'node:crypto';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/resolver.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

/// <reference types="@polkadot/dev-test/globals.d.ts" />
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/resolver.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/testCached.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Adapted from: https://nodejs.org/api/esm.html#esm_transpiler_loader
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/testLoader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

import crypto from 'node:crypto';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/tsconfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { TsAlias } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// Copyright 2017-2026 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0

export interface TsAlias {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/config/eslint.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

// @ts-expect-error No definition for this one
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/config/eslint.rules.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import JSON5 from 'json5';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/config/prettier.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/config/rollup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import pluginAlias from '@rollup/plugin-alias';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/config/typedoc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

module.exports = {
Expand Down
6 changes: 1 addition & 5 deletions packages/dev/scripts/polkadot-ci-ghact-build.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down Expand Up @@ -473,10 +473,6 @@ function gitPush () {

skip-checks: true"`);

// Make sure the release commit is on top of the latest master
execGit(`pull --rebase ${repo} master`);

// Now push normally
execGit(`push ${repo} HEAD:${process.env['GITHUB_REF']}`, true);

if (doGHRelease) {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-ci-ghact-docs.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { execPm, GITHUB_REPO, GITHUB_TOKEN_URL, gitSetup, logBin } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-ci-ghpages-force.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-build-docs.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-build-ts.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import JSON5 from 'json5';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-circular.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

// @ts-expect-error For scripts we don't include @types/* definitions
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-clean-build.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-contrib.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-copy-dir.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { copyDirSync, exitFatal, logBin } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-copy-to.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-deno-map.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-run-lint.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import process from 'node:process';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-run-node-ts.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { execNodeTs, logBin } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-run-test.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import process from 'node:process';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-version.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import fs from 'node:fs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-dev-yarn-only.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import process from 'node:process';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-eslint.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { importRelative } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-ghpages.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { importRelative } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-ghrelease.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { importRelative } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-node-test.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

// For Node 18, earliest usable is 18.14:
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-rollup.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { execViaNode } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-tsc.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { importDirect } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/polkadot-exec-webpack.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { importDirect } from './util.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/scripts/util.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors
// Copyright 2017-2026 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0

import cp from 'node:child_process';
Expand Down
Loading