Skip to content

Commit

Permalink
2025
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 2, 2025
1 parent 1001083 commit ebffbf7
Show file tree
Hide file tree
Showing 62 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto 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-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

// A number of functions are "unsafe" and purposefully so - it is
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-bridge/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2019-2025 @polkadot/wasm-bridge authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './bridge.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-bridge/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2019-2025 @polkadot/wasm-bridge authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-bridge/src/init.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2019-2025 @polkadot/wasm-bridge authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { InitFn, InitPromise, InitResult, WasmBaseInstance, WasmImports } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-bridge/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2019-2025 @polkadot/wasm-bridge authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './index.js';
2 changes: 1 addition & 1 deletion packages/wasm-bridge/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2017-2025 @polkadot/wasm-bridge 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/wasm-bridge/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2017-2025 @polkadot/wasm-bridge 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/wasm-bridge/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2019-2025 @polkadot/wasm-bridge authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Use non-strong types instead of WasmImports which may not
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-bridge/src/wbg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-bridge authors & contributors
// Copyright 2019-2025 @polkadot/wasm-bridge authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { BridgeBase, WasmBaseInstance } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { asmJsInit } from './cjs/data.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/cjs/data.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0

export declare const asmJsInit: null;
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/deno/data.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0

export declare const asmJsInit: null;
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './index.js';
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto-asmjs 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/wasm-crypto-asmjs/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto-asmjs 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/wasm-crypto-init/src/asm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { InitFn } from '@polkadot/wasm-bridge/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/src/both.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { InitFn } from '@polkadot/wasm-bridge/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './wasm.js';
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './wasm.js';
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/src/none.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { InitFn } from '@polkadot/wasm-bridge/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto-init 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/wasm-crypto-init/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto-init 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/wasm-crypto-init/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { WasmBaseInstance } from '@polkadot/wasm-bridge/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/src/wasm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-init authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { InitFn } from '@polkadot/wasm-bridge/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { base64Decode, unzlibSync } from '@polkadot/wasm-util';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/cjs/bytes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0

export declare const bytes: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/deno/bytes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0

export declare const bytes: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './index.js';
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto-wasm 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/wasm-crypto-wasm/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto-wasm 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/wasm-crypto/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/init.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { InitFn } from '@polkadot/wasm-bridge/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/initNone.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { createWasm } from '@polkadot/wasm-crypto-init/none';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/initOnlyAsm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { createWasm } from '@polkadot/wasm-crypto-init/asm';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/initOnlyWasm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { createWasm } from '@polkadot/wasm-crypto-init/wasm';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/initWasmAsm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { createWasm } from '@polkadot/wasm-crypto-init/both';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './index.js';
2 changes: 1 addition & 1 deletion packages/wasm-crypto/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto 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/wasm-crypto/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2017-2025 @polkadot/wasm-crypto 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/wasm-crypto/test/deno.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

// This is a Deno file, so we can allow .ts imports
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/test/jest.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto 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/wasm-util/src/base64.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-util authors & contributors
// Copyright 2019-2025 @polkadot/wasm-util 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/wasm-util/src/base64.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-util authors & contributors
// Copyright 2019-2025 @polkadot/wasm-util authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Use an array for our indexer - this is faster than using map access. In
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-util/src/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-util authors & contributors
// Copyright 2019-2025 @polkadot/wasm-util authors & contributors
// SPDX-License-Identifier: Apache-2.0

export { base64Decode } from './base64.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-util/src/fflate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-util authors & contributors
// Copyright 2019-2025 @polkadot/wasm-util authors & contributors
// SPDX-License-Identifier: Apache-2.0

// MIT License
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-util/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-util authors & contributors
// Copyright 2019-2025 @polkadot/wasm-util authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './packageDetect.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-util/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-util authors & contributors
// Copyright 2019-2025 @polkadot/wasm-util authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './index.js';
2 changes: 1 addition & 1 deletion packages/wasm-util/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-util authors & contributors
// Copyright 2017-2025 @polkadot/wasm-util 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/wasm-util/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/wasm-util authors & contributors
// Copyright 2017-2025 @polkadot/wasm-util authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { createBundle } from '@polkadot/dev/config/rollup';
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-js.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2024 @polkadot/wasm authors & contributors
# Copyright 2019-2025 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-wasm.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2024 @polkadot/wasm authors & contributors
# Copyright 2019-2025 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2024 @polkadot/wasm authors & contributors
# Copyright 2019-2025 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion scripts/clean.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2024 @polkadot/wasm authors & contributors
# Copyright 2019-2025 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion scripts/install-build-deps.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2024 @polkadot/wasm authors & contributors
# Copyright 2019-2025 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion scripts/pack-wasm-base.mjs
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2025 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { zlibSync } from 'fflate/node';
Expand Down
2 changes: 1 addition & 1 deletion scripts/rust-version.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2024 @polkadot/wasm authors & contributors
# Copyright 2019-2025 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

Expand Down

0 comments on commit ebffbf7

Please sign in to comment.