neru-alpha
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -102,3 +102,3 @@ "use strict"; | ||
} | ||
yield this.commandService.executeCommand(this.config.getExecutionUrl(constants_js_1.NeruProviders.LogPublisher), logAction); | ||
yield this.commandService.executeCommand(this.config.getExecutionUrl(constants_js_1.NeruProviders.LogPublisher), logAction, this.constructRequestHeaders()); | ||
} | ||
@@ -105,0 +105,0 @@ catch (e) { |
@@ -141,3 +141,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
return [4 /*yield*/, this.commandService.executeCommand(this.config.getExecutionUrl(NeruProviders.LogPublisher), logAction)]; | ||
return [4 /*yield*/, this.commandService.executeCommand(this.config.getExecutionUrl(NeruProviders.LogPublisher), logAction, this.constructRequestHeaders())]; | ||
case 1: | ||
@@ -144,0 +144,0 @@ _a.sent(); |
{ | ||
"name": "neru-alpha", | ||
"type": "module", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "", | ||
@@ -32,5 +32,2 @@ "main": "dist/cjs/neru.js", | ||
}, | ||
"lint-staged": { | ||
"*.{ts,js,json}": "npm run format" | ||
}, | ||
"dependencies": { | ||
@@ -51,3 +48,2 @@ "axios": "^0.26.0", | ||
"jest-ts-webcompat-resolver": "^1.0.0", | ||
"lint-staged": "^12.3.2", | ||
"prettier": "^2.3.1", | ||
@@ -54,0 +50,0 @@ "ts-jest": "^27.1.2", |
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
466903
11