* Bump dev

* Adjust node/test/node.d.ts import
This commit is contained in:
Jaco
2023-03-12 11:36:50 +02:00
committed by GitHub
parent 3228f691f7
commit e896a8c7df
6 changed files with 54 additions and 36 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" />
/// <reference types="@polkadot/dev/node/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" />
/// <reference types="@polkadot/dev/node/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" />
/// <reference types="@polkadot/dev/node/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" />
/// <reference types="@polkadot/dev/node/test/node.d.ts" />
import { checkAddress, checkIfDenied } from './index.js';