@low-systems/request-doer
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -1,2 +0,2 @@ | ||
import * as Request from 'request-promise-native'; | ||
import Request = require('request-promise-native'); | ||
import { Doer, TaskConfig, ConnectorContext } from 'low'; | ||
@@ -3,0 +3,0 @@ export declare class RequestDoer extends Doer<any, any> { |
{ | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"main": "lib/request-doer.js", | ||
@@ -8,3 +8,3 @@ "types": "lib/request-doer.d.ts", | ||
"test": "jest --coverage", | ||
"build": "npm run clean && tsc && npm test && typedoc" | ||
"build": "npm run clean && tsc && npm test" | ||
}, | ||
@@ -16,3 +16,3 @@ "license": "GPL-3.0", | ||
"dependencies": { | ||
"low": "file:../../core/low", | ||
"low": "^1.1.6", | ||
"request": "^2.88.0", | ||
@@ -32,3 +32,12 @@ "request-promise-native": "^1.0.8" | ||
}, | ||
"gitHead": "5619c75a2b664f915f0f6ba995c05cb37391abd0" | ||
"gitHead": "35a8c602a51f3daae5ce502f34d672fb2757fd9c", | ||
"devDependencies": { | ||
"@types/jest": "^24.9.0", | ||
"@types/request": "^2.48.4", | ||
"@types/request-promise-native": "^1.0.17", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.3.0", | ||
"typedoc": "^0.16.6", | ||
"typescript": "^3.7.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as Request from 'request-promise-native'; | ||
import Request = require('request-promise-native'); | ||
@@ -3,0 +3,0 @@ import { Doer, TaskConfig, ConnectorContext } from 'low'; |
{ | ||
"extends": "../../../tsconfig.json", | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"noImplicitReturns": true, | ||
"noUnusedLocals": true, | ||
"declaration": true, | ||
"outDir": "lib", | ||
"sourceMap": true, | ||
"strict": true, | ||
"target": "es6", | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true | ||
"outDir": "lib" | ||
}, | ||
@@ -14,0 +6,0 @@ "compileOnSave": true, |
Sorry, the diff of this file is not supported yet
9336
7
154
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcommander@6.2.1(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addeddot-object@2.1.5(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedlow@1.1.92(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)
Updatedlow@^1.1.6