mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-26 04:08:01 +00:00
Bump dev (#880)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
"@polkadot/dev": "^0.64.27",
|
||||
"@polkadot/dev": "^0.65.2",
|
||||
"@types/jest": "^27.4.0"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
+3
-1
@@ -1,6 +1,8 @@
|
||||
// Copyright 2020-2022 @polkadot/phishing authors & contributors
|
||||
// Copyright 2017-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
declare const __dirname: string | undefined;
|
||||
|
||||
export default __dirname;
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
// Copyright 2020-2022 @polkadot/phishing authors & contributors
|
||||
// Copyright 2017-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
module.exports = typeof __dirname === 'string'
|
||||
? __dirname.replace('/cjs', '')
|
||||
: undefined;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"type": "commonjs"
|
||||
}
|
||||
"type":"commonjs"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// Copyright 2017-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Empty template, auto-generated by @polkadot/dev
|
||||
|
||||
export default [];
|
||||
@@ -1,9 +1,12 @@
|
||||
// Copyright 2020-2022 @polkadot/phishing authors & contributors
|
||||
// Copyright 2017-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
import { detectPackage } from '@polkadot/util';
|
||||
|
||||
import __dirname from './cjs/dirname';
|
||||
import dirname from './cjs/dirname';
|
||||
import others from './detectOther';
|
||||
import { packageInfo } from './packageInfo';
|
||||
|
||||
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname, []);
|
||||
detectPackage(packageInfo, dirname, others);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Copyright 2017-2021 @polkadot/phishing authors & contributors
|
||||
// Copyright 2017-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/phishing', version: '0.7.2' };
|
||||
|
||||
@@ -1881,9 +1881,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.64.27":
|
||||
version: 0.64.27
|
||||
resolution: "@polkadot/dev@npm:0.64.27"
|
||||
"@polkadot/dev@npm:^0.65.2":
|
||||
version: 0.65.2
|
||||
resolution: "@polkadot/dev@npm:0.65.2"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.16.7
|
||||
"@babel/core": ^7.16.7
|
||||
@@ -1968,7 +1968,7 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 9fd3c48aa9fcfeae71bafb110abbdd6668076d3bd92af9c72d355b720575f1091ec34e5ccb71769d6ebb2868fda8ef544c73d8d0951966b867148c836ea29330
|
||||
checksum: 7ce4e87bd8d47265b2c7bbdf447693c316b7b3de6016ce785c8c7795764a71fb2da9bdd7716ef89766e8c1bc4bcbd791cdd4cbcde62e94c8e1e88cc14fc48e3b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -9032,7 +9032,7 @@ resolve@^2.0.0-next.3:
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.7
|
||||
"@pinata/sdk": ^1.1.23
|
||||
"@polkadot/dev": ^0.64.27
|
||||
"@polkadot/dev": ^0.65.2
|
||||
"@types/jest": ^27.4.0
|
||||
dnslink-cloudflare: ^3.0.0
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user