Update domain references to pezkuwichain.app

This commit is contained in:
2026-01-06 12:20:56 +03:00
parent 8d28b36f9c
commit 49a6fd372f
31 changed files with 216 additions and 57 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1"> <meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" /> <meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.app/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title> <title>Redirecting to https://js.pezkuwichain.app/docs/</title>
</head> </head>
<body> <body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a> Redirecting to <a href="https://js.pezkuwichain.app/docs/">https://js.pezkuwichain.app/docs/</a>
</body> </body>
</html> </html>
+3 -3
View File
@@ -3,10 +3,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1"> <meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" /> <meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.app/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title> <title>Redirecting to https://js.pezkuwichain.app/docs/</title>
</head> </head>
<body> <body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a> Redirecting to <a href="https://js.pezkuwichain.app/docs/">https://js.pezkuwichain.app/docs/</a>
</body> </body>
</html> </html>
+1 -1
View File
@@ -4,7 +4,7 @@
"engines": { "engines": {
"node": ">=18.14" "node": ">=18.14"
}, },
"homepage": "https://github.com/pezkuwichain/pezkuwi-dev#readme", "homepage": "https://github.com/pezkuwi/dev#readme",
"license": "Apache-2.0", "license": "Apache-2.0",
"packageManager": "yarn@4.6.0", "packageManager": "yarn@4.6.0",
"private": true, "private": true,
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { exposeEnv } from './env/index.js'; import { exposeEnv } from './env/index.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { browser } from './browser.js'; import { browser } from './browser.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { JSDOM } from 'jsdom'; import { JSDOM } from 'jsdom';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
describe('expect', () => { describe('expect', () => {
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import type { AnyFn, WithMock } from '../types.js'; import type { AnyFn, WithMock } from '../types.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { browser } from './browser.js'; import { browser } from './browser.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
describe('jest', () => { describe('jest', () => {
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import type { AnyFn, WithMock } from '../types.js'; import type { AnyFn, WithMock } from '../types.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { after, afterEach, before, beforeEach } from 'node:test'; import { after, afterEach, before, beforeEach } from 'node:test';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
describe('describe()', () => { describe('describe()', () => {
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { describe, it } from 'node:test'; import { describe, it } from 'node:test';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/* eslint-disable no-var */ /* eslint-disable no-var */
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
throw new Error('Use node --require @polkadot/dev-test/{node, browser} depending on the required environment'); throw new Error('Use node --require @pezkuwi/dev-test/{node, browser} depending on the required environment');
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import { exposeEnv } from './env/index.js'; import { exposeEnv } from './env/index.js';
+2 -2
View File
@@ -1,6 +1,6 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev // Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/dev-test', path: 'auto', type: 'auto', version: '0.84.2' }; export const packageInfo = { name: '@pezkuwi/dev-test', path: 'auto', type: 'auto', version: '0.84.2' };
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// eslint-disable-next-line @typescript-eslint/no-explicit-any // eslint-disable-next-line @typescript-eslint/no-explicit-any
+2 -2
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/globals.d.ts" /> /// <reference types="@pezkuwi/dev-test/globals.d.ts" />
import { enhanceObj, stubObj, warnObj } from './util.js'; import { enhanceObj, stubObj, warnObj } from './util.js';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev-test authors & contributors // Copyright 2017-2025 @pezkuwi/dev-test authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
import type { BaseFn, BaseObj, StubFn } from './types.js'; import type { BaseFn, BaseObj, StubFn } from './types.js';
+162 -3
View File
@@ -15,10 +15,169 @@
}, },
"sideEffects": false, "sideEffects": false,
"type": "module", "type": "module",
"version": "0.84.2", "version": "0.84.3",
"main": "./index.js", "main": "./cjs/index.js",
"exports": { "exports": {
"./globals.d.ts": "./src/globals.d.ts" "./cjs/package.json": "./cjs/package.json",
"./cjs/*": "./cjs/*.js",
".": {
"module": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.js"
},
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./cached": {
"module": {
"types": "./cached.d.ts",
"default": "./cached.js"
},
"require": {
"types": "./cjs/cached.d.ts",
"default": "./cjs/cached.js"
},
"default": {
"types": "./cached.d.ts",
"default": "./cached.js"
}
},
"./common": {
"module": {
"types": "./common.d.ts",
"default": "./common.js"
},
"require": {
"types": "./cjs/common.d.ts",
"default": "./cjs/common.js"
},
"default": {
"types": "./common.d.ts",
"default": "./common.js"
}
},
"./loader": {
"module": {
"types": "./loader.d.ts",
"default": "./loader.js"
},
"require": {
"types": "./cjs/loader.d.ts",
"default": "./cjs/loader.js"
},
"default": {
"types": "./loader.d.ts",
"default": "./loader.js"
}
},
"./package.json": {
"require": "./cjs/package.json",
"default": "./package.json"
},
"./packageInfo.js": {
"module": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
},
"require": {
"types": "./cjs/packageInfo.d.ts",
"default": "./cjs/packageInfo.js"
},
"default": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
}
},
"./packageInfo": {
"module": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
},
"require": {
"types": "./cjs/packageInfo.d.ts",
"default": "./cjs/packageInfo.js"
},
"default": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
}
},
"./resolver": {
"module": {
"types": "./resolver.d.ts",
"default": "./resolver.js"
},
"require": {
"types": "./cjs/resolver.d.ts",
"default": "./cjs/resolver.js"
},
"default": {
"types": "./resolver.d.ts",
"default": "./resolver.js"
}
},
"./testCached": {
"module": {
"types": "./testCached.d.ts",
"default": "./testCached.js"
},
"require": {
"types": "./cjs/testCached.d.ts",
"default": "./cjs/testCached.js"
},
"default": {
"types": "./testCached.d.ts",
"default": "./testCached.js"
}
},
"./testLoader": {
"module": {
"types": "./testLoader.d.ts",
"default": "./testLoader.js"
},
"require": {
"types": "./cjs/testLoader.d.ts",
"default": "./cjs/testLoader.js"
},
"default": {
"types": "./testLoader.d.ts",
"default": "./testLoader.js"
}
},
"./tsconfig": {
"module": {
"types": "./tsconfig.d.ts",
"default": "./tsconfig.js"
},
"require": {
"types": "./cjs/tsconfig.d.ts",
"default": "./cjs/tsconfig.js"
},
"default": {
"types": "./tsconfig.d.ts",
"default": "./tsconfig.js"
}
},
"./types": {
"module": {
"types": "./types.d.ts",
"default": "./types.js"
},
"require": {
"types": "./cjs/types.d.ts",
"default": "./cjs/types.js"
},
"default": {
"types": "./types.d.ts",
"default": "./types.js"
}
}
}, },
"dependencies": { "dependencies": {
"json5": "^2.2.3", "json5": "^2.2.3",
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @polkadot/dev-ts authors & contributors // Copyright 2017-2025 @polkadot/dev-ts authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/globals.d.ts" /> /// <reference types="@pezkuwi/dev-test/globals.d.ts" />
import path from 'node:path'; import path from 'node:path';
import { pathToFileURL } from 'node:url'; import { pathToFileURL } from 'node:url';
+2 -2
View File
@@ -1,6 +1,6 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors // Copyright 2017-2025 @pezkuwi/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
export {}; export {};
throw new Error('@polkadot/dev is not meant to be imported via root. Rather if provides a set of shared dependencies, a collection of scripts, base configs and some loaders accessed via the scripts. It is only meant to be used as a shared resource by all @polkadot/* projects'); throw new Error('@pezkuwi/dev is not meant to be imported via root. Rather if provides a set of shared dependencies, a collection of scripts, base configs and some loaders accessed via the scripts. It is only meant to be used as a shared resource by all @polkadot/* projects');
+3 -3
View File
@@ -1,6 +1,6 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors // Copyright 2017-2025 @pezkuwi/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev // Do not edit, auto-generated by @pezkuwi/dev
export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.84.2' }; export const packageInfo = { name: '@pezkuwi/dev', path: 'auto', type: 'auto', version: '0.84.2' };
+4 -4
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors // Copyright 2017-2025 @pezkuwi/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/globals.d.ts" /> /// <reference types="@pezkuwi/dev-test/globals.d.ts" />
import fs from 'node:fs'; import fs from 'node:fs';
import path from 'node:path'; import path from 'node:path';
@@ -74,7 +74,7 @@ describe('as-built output checks', (): void => {
idxTypes.forEach((type) => idxTypes.forEach((type) =>
it(`contains import(...) in ${type}`, (): void => { it(`contains import(...) in ${type}`, (): void => {
expect( expect(
jsIdx[type].includes("const { sum } = await import('@polkadot/dev/rootJs/dynamic.mjs');") jsIdx[type].includes("const { sum } = await import('@pezkuwi/dev/rootJs/dynamic.mjs');")
).toBe(true); ).toBe(true);
}) })
); );
@@ -86,7 +86,7 @@ describe('as-built output checks', (): void => {
expect( expect(
jsIdx[type].includes( jsIdx[type].includes(
type === 'cjs' type === 'cjs'
? 'require("@polkadot/dev/rootJs/testJson.json")' ? 'require("@pezkuwi/dev/rootJs/testJson.json")'
// eslint-disable-next-line no-useless-escape // eslint-disable-next-line no-useless-escape
: "import testJson from '@pezkuwi/dev/rootJs/testJson.json' assert { type: \'json\' };" : "import testJson from '@pezkuwi/dev/rootJs/testJson.json' assert { type: \'json\' };"
) )
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors // Copyright 2017-2025 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/globals.d.ts" /> /// <reference types="@pezkuwi/dev-test/globals.d.ts" />
import { fireEvent, render, screen } from '@testing-library/react'; import { fireEvent, render, screen } from '@testing-library/react';
import { strict as assert } from 'node:assert'; import { strict as assert } from 'node:assert';
+1 -1
View File
@@ -8,6 +8,6 @@ export interface Something {
foo: string; foo: string;
} }
declare module '@polkadot/dev/types' { declare module '@pezkuwi/dev/types' {
const blah: string; const blah: string;
} }
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors // Copyright 2017-2025 @pezkuwi/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/** This should appear as-is in the output with: 1. extension added, 2. augmented.d.ts correct */ /** This should appear as-is in the output with: 1. extension added, 2. augmented.d.ts correct */
@@ -20,7 +20,7 @@ export function bigIntExp (): bigint {
export async function dynamic (a: number, b: number): Promise<number> { export async function dynamic (a: number, b: number): Promise<number> {
// NOTE we go via this path so it points to the same location in both ESM // NOTE we go via this path so it points to the same location in both ESM
// and CJS output (a './dynamic' import would be different otherwise) // and CJS output (a './dynamic' import would be different otherwise)
const { sum } = await import('@polkadot/dev/rootJs/dynamic.mjs'); const { sum } = await import('@pezkuwi/dev/rootJs/dynamic.mjs');
// eslint-disable-next-line @typescript-eslint/no-unsafe-return // eslint-disable-next-line @typescript-eslint/no-unsafe-return
return sum(a, b); return sum(a, b);
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2017-2025 @polkadot/dev authors & contributors // Copyright 2017-2025 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev-test/globals.d.ts" /> /// <reference types="@pezkuwi/dev-test/globals.d.ts" />
/* global describe, expect, it */ /* global describe, expect, it */
+11 -11
View File
@@ -433,9 +433,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@polkadot/dev-test@npm:^0.84.2, @polkadot/dev-test@workspace:packages/dev-test": "@pezkuwi/dev-test@npm:^0.84.2, @pezkuwi/dev-test@workspace:packages/dev-test":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@polkadot/dev-test@workspace:packages/dev-test" resolution: "@pezkuwi/dev-test@workspace:packages/dev-test"
dependencies: dependencies:
"@types/jsdom": "npm:^21.1.6" "@types/jsdom": "npm:^21.1.6"
jsdom: "npm:^24.0.0" jsdom: "npm:^24.0.0"
@@ -443,9 +443,9 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@polkadot/dev-ts@npm:^0.84.2, @polkadot/dev-ts@workspace:packages/dev-ts": "@pezkuwi/dev-ts@npm:^0.84.2, @pezkuwi/dev-ts@workspace:packages/dev-ts":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@polkadot/dev-ts@workspace:packages/dev-ts" resolution: "@pezkuwi/dev-ts@workspace:packages/dev-ts"
dependencies: dependencies:
json5: "npm:^2.2.3" json5: "npm:^2.2.3"
tslib: "npm:^2.7.0" tslib: "npm:^2.7.0"
@@ -453,13 +453,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@polkadot/dev@workspace:packages/dev": "@pezkuwi/dev@workspace:packages/dev":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@polkadot/dev@workspace:packages/dev" resolution: "@pezkuwi/dev@workspace:packages/dev"
dependencies: dependencies:
"@eslint/js": "npm:^8.56.0" "@eslint/js": "npm:^8.56.0"
"@polkadot/dev-test": "npm:^0.84.2" "@pezkuwi/dev-test": "npm:^0.84.2"
"@polkadot/dev-ts": "npm:^0.84.2" "@pezkuwi/dev-ts": "npm:^0.84.2"
"@rollup/plugin-alias": "npm:^5.1.1" "@rollup/plugin-alias": "npm:^5.1.1"
"@rollup/plugin-commonjs": "npm:^25.0.8" "@rollup/plugin-commonjs": "npm:^25.0.8"
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.5" "@rollup/plugin-dynamic-import-vars": "npm:^2.1.5"
@@ -7613,9 +7613,9 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:." resolution: "root-workspace-0b6124@workspace:."
dependencies: dependencies:
"@polkadot/dev": "workspace:packages/dev" "@pezkuwi/dev": "workspace:packages/dev"
"@polkadot/dev-test": "workspace:packages/dev-test" "@pezkuwi/dev-test": "workspace:packages/dev-test"
"@polkadot/dev-ts": "workspace:packages/dev-ts" "@pezkuwi/dev-ts": "workspace:packages/dev-ts"
languageName: unknown languageName: unknown
linkType: soft linkType: soft