@calibur/skr-template
Advanced tools
Comparing version 0.0.38-alpha.0 to 0.0.39-alpha.0
@@ -13,3 +13,3 @@ import * as dotenv from 'dotenv' | ||
const config: HardhatUserConfig = { | ||
solidity: '0.8.4', | ||
solidity: '<%= solidity %>', | ||
gasReporter: { | ||
@@ -16,0 +16,0 @@ currency: 'USD', |
@@ -49,3 +49,2 @@ { | ||
"shx": "<%= shx %>", | ||
"solc": "<%= solc %>", | ||
"solhint": "<%= solhint %>", | ||
@@ -52,0 +51,0 @@ "solhint-plugin-prettier": "<%= solhint-plugin-prettier %>", |
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.0.38-alpha.0", | ||
"version": "0.0.39-alpha.0", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "39518ec6272b5853ccec9f4269c605e1cc2184c0" | ||
"gitHead": "6bab34286331a87b59451c34378f82962e075c57" | ||
} |
@@ -1,7 +0,7 @@ | ||
const beforeCheckVersion = async (opts, axios) => { | ||
// console.log('this hook called before check version', opts, axios); | ||
const beforeCheckVersion = async (opts, fetch) => { | ||
// console.log('this hook called before check version', opts, fetch); | ||
} | ||
const afterCheckVersion = async (opts, axios) => { | ||
// console.log('this hook called after check version', opts, axios); | ||
const afterCheckVersion = async (opts, fetch) => { | ||
// console.log('this hook called after check version', opts, fetch); | ||
return { | ||
@@ -12,4 +12,4 @@ currentTime: Date.now() | ||
const beforeCopyFiles = async (opts, files, axios) => { | ||
// console.log('this hook called before copy files', opts, axios); | ||
const beforeCopyFiles = async (opts, files, fetch) => { | ||
// console.log('this hook called before copy files', opts, fetch); | ||
if (opts.isMonorepo) { | ||
@@ -20,4 +20,4 @@ return files.filter(_ => !_.startsWith('_')) | ||
const afterCopyFiles = async (opts, axios) => { | ||
// console.log('this hook called after copy files', opts, axios); | ||
const afterCopyFiles = async (opts, fetch) => { | ||
// console.log('this hook called after copy files', opts, fetch); | ||
} | ||
@@ -24,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50389
63
923
1