From 49a6fd372fabf27b712a8d98e252908c25598634 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 6 Jan 2026 12:20:56 +0300 Subject: [PATCH] Update domain references to pezkuwichain.app --- docs/404.html | 6 +- docs/index.html | 6 +- package.json | 2 +- packages/dev-test/src/browser.ts | 2 +- packages/dev-test/src/env/browser.spec.ts | 2 +- packages/dev-test/src/env/browser.ts | 2 +- packages/dev-test/src/env/expect.spec.ts | 2 +- packages/dev-test/src/env/expect.ts | 2 +- packages/dev-test/src/env/index.ts | 2 +- packages/dev-test/src/env/jest.spec.ts | 2 +- packages/dev-test/src/env/jest.ts | 2 +- packages/dev-test/src/env/lifecycle.ts | 2 +- packages/dev-test/src/env/suite.spec.ts | 2 +- packages/dev-test/src/env/suite.ts | 2 +- packages/dev-test/src/globals.d.ts | 2 +- packages/dev-test/src/index.ts | 4 +- packages/dev-test/src/node.ts | 2 +- packages/dev-test/src/packageInfo.ts | 4 +- packages/dev-test/src/types.ts | 2 +- packages/dev-test/src/util.spec.ts | 4 +- packages/dev-test/src/util.ts | 2 +- packages/dev-ts/package.json | 165 +++++++++++++++++++++- packages/dev-ts/src/resolver.spec.ts | 2 +- packages/dev/src/index.ts | 4 +- packages/dev/src/packageInfo.ts | 6 +- packages/dev/src/rootEsm.spec.ts | 8 +- packages/dev/src/rootJs/Jsx.spec.tsx | 2 +- packages/dev/src/rootJs/augmented.ts | 2 +- packages/dev/src/rootJs/index.ts | 4 +- packages/dev/src/rootTests.ts | 2 +- yarn.lock | 22 +-- 31 files changed, 216 insertions(+), 57 deletions(-) diff --git a/docs/404.html b/docs/404.html index 9e86451..446b950 100644 --- a/docs/404.html +++ b/docs/404.html @@ -3,10 +3,10 @@ - - Redirecting to https://polkadot.js.org/docs/ + + Redirecting to https://js.pezkuwichain.app/docs/ - Redirecting to https://polkadot.js.org/docs/ + Redirecting to https://js.pezkuwichain.app/docs/ diff --git a/docs/index.html b/docs/index.html index 9e86451..446b950 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,10 +3,10 @@ - - Redirecting to https://polkadot.js.org/docs/ + + Redirecting to https://js.pezkuwichain.app/docs/ - Redirecting to https://polkadot.js.org/docs/ + Redirecting to https://js.pezkuwichain.app/docs/ diff --git a/package.json b/package.json index a4a9943..f8cebc4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=18.14" }, - "homepage": "https://github.com/pezkuwichain/pezkuwi-dev#readme", + "homepage": "https://github.com/pezkuwi/dev#readme", "license": "Apache-2.0", "packageManager": "yarn@4.6.0", "private": true, diff --git a/packages/dev-test/src/browser.ts b/packages/dev-test/src/browser.ts index 3ca1c33..90d5d5c 100644 --- a/packages/dev-test/src/browser.ts +++ b/packages/dev-test/src/browser.ts @@ -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 import { exposeEnv } from './env/index.js'; diff --git a/packages/dev-test/src/env/browser.spec.ts b/packages/dev-test/src/env/browser.spec.ts index af798ec..87fbf1d 100644 --- a/packages/dev-test/src/env/browser.spec.ts +++ b/packages/dev-test/src/env/browser.spec.ts @@ -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 import { browser } from './browser.js'; diff --git a/packages/dev-test/src/env/browser.ts b/packages/dev-test/src/env/browser.ts index fdb6e32..b8b98f7 100644 --- a/packages/dev-test/src/env/browser.ts +++ b/packages/dev-test/src/env/browser.ts @@ -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 import { JSDOM } from 'jsdom'; diff --git a/packages/dev-test/src/env/expect.spec.ts b/packages/dev-test/src/env/expect.spec.ts index b519932..8b518be 100644 --- a/packages/dev-test/src/env/expect.spec.ts +++ b/packages/dev-test/src/env/expect.spec.ts @@ -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 describe('expect', () => { diff --git a/packages/dev-test/src/env/expect.ts b/packages/dev-test/src/env/expect.ts index a209114..e10cd67 100644 --- a/packages/dev-test/src/env/expect.ts +++ b/packages/dev-test/src/env/expect.ts @@ -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 import type { AnyFn, WithMock } from '../types.js'; diff --git a/packages/dev-test/src/env/index.ts b/packages/dev-test/src/env/index.ts index 977f0cd..4b6691b 100644 --- a/packages/dev-test/src/env/index.ts +++ b/packages/dev-test/src/env/index.ts @@ -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 import { browser } from './browser.js'; diff --git a/packages/dev-test/src/env/jest.spec.ts b/packages/dev-test/src/env/jest.spec.ts index 351e695..dcb1244 100644 --- a/packages/dev-test/src/env/jest.spec.ts +++ b/packages/dev-test/src/env/jest.spec.ts @@ -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 describe('jest', () => { diff --git a/packages/dev-test/src/env/jest.ts b/packages/dev-test/src/env/jest.ts index 09284a4..70172e8 100644 --- a/packages/dev-test/src/env/jest.ts +++ b/packages/dev-test/src/env/jest.ts @@ -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 import type { AnyFn, WithMock } from '../types.js'; diff --git a/packages/dev-test/src/env/lifecycle.ts b/packages/dev-test/src/env/lifecycle.ts index 5554b88..c55d9db 100644 --- a/packages/dev-test/src/env/lifecycle.ts +++ b/packages/dev-test/src/env/lifecycle.ts @@ -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 import { after, afterEach, before, beforeEach } from 'node:test'; diff --git a/packages/dev-test/src/env/suite.spec.ts b/packages/dev-test/src/env/suite.spec.ts index b3922e2..b0ab881 100644 --- a/packages/dev-test/src/env/suite.spec.ts +++ b/packages/dev-test/src/env/suite.spec.ts @@ -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 describe('describe()', () => { diff --git a/packages/dev-test/src/env/suite.ts b/packages/dev-test/src/env/suite.ts index 5d77144..bc84394 100644 --- a/packages/dev-test/src/env/suite.ts +++ b/packages/dev-test/src/env/suite.ts @@ -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 import { describe, it } from 'node:test'; diff --git a/packages/dev-test/src/globals.d.ts b/packages/dev-test/src/globals.d.ts index 96ed5f7..d362e5d 100644 --- a/packages/dev-test/src/globals.d.ts +++ b/packages/dev-test/src/globals.d.ts @@ -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 /* eslint-disable no-var */ diff --git a/packages/dev-test/src/index.ts b/packages/dev-test/src/index.ts index e047396..18b7c8b 100644 --- a/packages/dev-test/src/index.ts +++ b/packages/dev-test/src/index.ts @@ -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 -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'); diff --git a/packages/dev-test/src/node.ts b/packages/dev-test/src/node.ts index 848af81..00e971c 100644 --- a/packages/dev-test/src/node.ts +++ b/packages/dev-test/src/node.ts @@ -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 import { exposeEnv } from './env/index.js'; diff --git a/packages/dev-test/src/packageInfo.ts b/packages/dev-test/src/packageInfo.ts index fe4c547..42320d1 100644 --- a/packages/dev-test/src/packageInfo.ts +++ b/packages/dev-test/src/packageInfo.ts @@ -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 // 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' }; diff --git a/packages/dev-test/src/types.ts b/packages/dev-test/src/types.ts index f8e23c9..ec52cdf 100644 --- a/packages/dev-test/src/types.ts +++ b/packages/dev-test/src/types.ts @@ -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 // eslint-disable-next-line @typescript-eslint/no-explicit-any diff --git a/packages/dev-test/src/util.spec.ts b/packages/dev-test/src/util.spec.ts index faff0b5..777371b 100644 --- a/packages/dev-test/src/util.spec.ts +++ b/packages/dev-test/src/util.spec.ts @@ -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 -/// +/// import { enhanceObj, stubObj, warnObj } from './util.js'; diff --git a/packages/dev-test/src/util.ts b/packages/dev-test/src/util.ts index e67300d..b62a464 100644 --- a/packages/dev-test/src/util.ts +++ b/packages/dev-test/src/util.ts @@ -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 import type { BaseFn, BaseObj, StubFn } from './types.js'; diff --git a/packages/dev-ts/package.json b/packages/dev-ts/package.json index 63bac34..ff2ec3f 100644 --- a/packages/dev-ts/package.json +++ b/packages/dev-ts/package.json @@ -15,10 +15,169 @@ }, "sideEffects": false, "type": "module", - "version": "0.84.2", - "main": "./index.js", + "version": "0.84.3", + "main": "./cjs/index.js", "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": { "json5": "^2.2.3", diff --git a/packages/dev-ts/src/resolver.spec.ts b/packages/dev-ts/src/resolver.spec.ts index d8166f4..bb16d87 100644 --- a/packages/dev-ts/src/resolver.spec.ts +++ b/packages/dev-ts/src/resolver.spec.ts @@ -1,7 +1,7 @@ // Copyright 2017-2025 @polkadot/dev-ts authors & contributors // SPDX-License-Identifier: Apache-2.0 -/// +/// import path from 'node:path'; import { pathToFileURL } from 'node:url'; diff --git a/packages/dev/src/index.ts b/packages/dev/src/index.ts index c041506..a2065c5 100644 --- a/packages/dev/src/index.ts +++ b/packages/dev/src/index.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2025 @polkadot/dev authors & contributors +// Copyright 2017-2025 @pezkuwi/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 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'); diff --git a/packages/dev/src/packageInfo.ts b/packages/dev/src/packageInfo.ts index 1677073..bc0607f 100644 --- a/packages/dev/src/packageInfo.ts +++ b/packages/dev/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2025 @polkadot/dev authors & contributors +// Copyright 2017-2025 @pezkuwi/dev authors & contributors // 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' }; diff --git a/packages/dev/src/rootEsm.spec.ts b/packages/dev/src/rootEsm.spec.ts index 5ace684..e1938b1 100644 --- a/packages/dev/src/rootEsm.spec.ts +++ b/packages/dev/src/rootEsm.spec.ts @@ -1,7 +1,7 @@ -// Copyright 2017-2025 @polkadot/dev authors & contributors +// Copyright 2017-2025 @pezkuwi/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 -/// +/// import fs from 'node:fs'; import path from 'node:path'; @@ -74,7 +74,7 @@ describe('as-built output checks', (): void => { idxTypes.forEach((type) => it(`contains import(...) in ${type}`, (): void => { 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); }) ); @@ -86,7 +86,7 @@ describe('as-built output checks', (): void => { expect( jsIdx[type].includes( type === 'cjs' - ? 'require("@polkadot/dev/rootJs/testJson.json")' + ? 'require("@pezkuwi/dev/rootJs/testJson.json")' // eslint-disable-next-line no-useless-escape : "import testJson from '@pezkuwi/dev/rootJs/testJson.json' assert { type: \'json\' };" ) diff --git a/packages/dev/src/rootJs/Jsx.spec.tsx b/packages/dev/src/rootJs/Jsx.spec.tsx index a87de7f..93bef78 100644 --- a/packages/dev/src/rootJs/Jsx.spec.tsx +++ b/packages/dev/src/rootJs/Jsx.spec.tsx @@ -1,7 +1,7 @@ // Copyright 2017-2025 @polkadot/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 -/// +/// import { fireEvent, render, screen } from '@testing-library/react'; import { strict as assert } from 'node:assert'; diff --git a/packages/dev/src/rootJs/augmented.ts b/packages/dev/src/rootJs/augmented.ts index 421f19c..860251d 100644 --- a/packages/dev/src/rootJs/augmented.ts +++ b/packages/dev/src/rootJs/augmented.ts @@ -8,6 +8,6 @@ export interface Something { foo: string; } -declare module '@polkadot/dev/types' { +declare module '@pezkuwi/dev/types' { const blah: string; } diff --git a/packages/dev/src/rootJs/index.ts b/packages/dev/src/rootJs/index.ts index 227a276..7adca41 100644 --- a/packages/dev/src/rootJs/index.ts +++ b/packages/dev/src/rootJs/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2025 @polkadot/dev authors & contributors +// Copyright 2017-2025 @pezkuwi/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 /** 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 { // 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) - 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 return sum(a, b); diff --git a/packages/dev/src/rootTests.ts b/packages/dev/src/rootTests.ts index 65b775e..8a46890 100644 --- a/packages/dev/src/rootTests.ts +++ b/packages/dev/src/rootTests.ts @@ -1,7 +1,7 @@ // Copyright 2017-2025 @polkadot/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 -/// +/// /* global describe, expect, it */ diff --git a/yarn.lock b/yarn.lock index cc4ebcb..ff2e41f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -433,9 +433,9 @@ __metadata: languageName: node 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 - resolution: "@polkadot/dev-test@workspace:packages/dev-test" + resolution: "@pezkuwi/dev-test@workspace:packages/dev-test" dependencies: "@types/jsdom": "npm:^21.1.6" jsdom: "npm:^24.0.0" @@ -443,9 +443,9 @@ __metadata: languageName: unknown 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 - resolution: "@polkadot/dev-ts@workspace:packages/dev-ts" + resolution: "@pezkuwi/dev-ts@workspace:packages/dev-ts" dependencies: json5: "npm:^2.2.3" tslib: "npm:^2.7.0" @@ -453,13 +453,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/dev@workspace:packages/dev": +"@pezkuwi/dev@workspace:packages/dev": version: 0.0.0-use.local - resolution: "@polkadot/dev@workspace:packages/dev" + resolution: "@pezkuwi/dev@workspace:packages/dev" dependencies: "@eslint/js": "npm:^8.56.0" - "@polkadot/dev-test": "npm:^0.84.2" - "@polkadot/dev-ts": "npm:^0.84.2" + "@pezkuwi/dev-test": "npm:^0.84.2" + "@pezkuwi/dev-ts": "npm:^0.84.2" "@rollup/plugin-alias": "npm:^5.1.1" "@rollup/plugin-commonjs": "npm:^25.0.8" "@rollup/plugin-dynamic-import-vars": "npm:^2.1.5" @@ -7613,9 +7613,9 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@polkadot/dev": "workspace:packages/dev" - "@polkadot/dev-test": "workspace:packages/dev-test" - "@polkadot/dev-ts": "workspace:packages/dev-ts" + "@pezkuwi/dev": "workspace:packages/dev" + "@pezkuwi/dev-test": "workspace:packages/dev-test" + "@pezkuwi/dev-ts": "workspace:packages/dev-ts" languageName: unknown linkType: soft