@tenderly/api-client
Advanced tools
Comparing version 1.0.1-beta.2 to 1.0.1-beta.3
@@ -1,2 +0,1 @@ | ||
export declare const HARDHAT_TENDERLY_VERSION = "1.0.1-beta.2"; | ||
//# sourceMappingURL=hardhat-tenderly-version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HARDHAT_TENDERLY_VERSION = void 0; | ||
// autogenerated by version-generator.js | ||
exports.HARDHAT_TENDERLY_VERSION = "1.0.1-beta.2"; | ||
//# sourceMappingURL=hardhat-tenderly-version.js.map |
@@ -31,3 +31,3 @@ "use strict"; | ||
const constants_1 = require("../../../common/constants"); | ||
const hardhat_tenderly_version_1 = require("./hardhat-tenderly-version"); | ||
const dotenv = __importStar(require("dotenv")); | ||
class TenderlyApiService { | ||
@@ -44,2 +44,5 @@ static configureInstance(providedAccessKey) { | ||
} | ||
dotenv.config(); | ||
const hardhatTenderlyVersion = process.env.HARDHAT_TENDERLY_VERSION; | ||
console.log("hardhatTenderlyVersion", hardhatTenderlyVersion); | ||
const params = { | ||
@@ -49,3 +52,3 @@ baseURL: constants_1.TENDERLY_API_BASE_URL, | ||
"x-access-key": accessKey, | ||
"x-user-agent": `@tenderly/hardhat-tenderly/${hardhat_tenderly_version_1.HARDHAT_TENDERLY_VERSION}`, | ||
"x-user-agent": `@tenderly/hardhat-tenderly/${hardhatTenderlyVersion}`, | ||
}, | ||
@@ -52,0 +55,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"description": "", | ||
"version": "1.0.1-beta.2", | ||
"version": "1.0.1-beta.3", | ||
"main": "internal/lib/tenderly-lib.js", | ||
@@ -16,3 +16,3 @@ "types": "internal/lib/tenderly-lib.d.ts", | ||
"scripts": { | ||
"build": "rm -rf build-test && rm -f tsconfig.tsbuildinfo && node version-generator.js && tsc --build .", | ||
"build": "rm -rf build-test && rm -f tsconfig.tsbuildinfo && tsc --build .", | ||
"clean": "rm -rf node_modules && rm -rf build-test && rm -rf common && rm -rf internal && rm -rf types && rm -rf utils && rm -f tsconfig.tsbuildinfo", | ||
@@ -19,0 +19,0 @@ "lint": "yarn run prettier --check && yarn run eslint", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
132029
96
1684