* Bump dev

* Adjust types ref
This commit is contained in:
Jaco
2023-03-15 17:14:29 +02:00
committed by GitHub
parent f8520f81f5
commit 2c8312bb98
6 changed files with 56 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2023 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev/node/test/node.d.ts" />
/// <reference types="@polkadot/dev-test/node.d.ts" />
import fs from 'node:fs';
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2023 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev/node/test/node.d.ts" />
/// <reference types="@polkadot/dev-test/node.d.ts" />
import fs from 'node:fs';
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2023 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev/node/test/node.d.ts" />
/// <reference types="@polkadot/dev-test/node.d.ts" />
import { load as yamlParse } from 'js-yaml';
import fs from 'node:fs';
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2023 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
/// <reference types="@polkadot/dev/node/test/node.d.ts" />
/// <reference types="@polkadot/dev-test/node.d.ts" />
import { checkAddress, checkIfDenied } from './index.js';