@rjgf/http-client
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -8,2 +8,3 @@ "use strict"; | ||
const axios_1 = __importDefault(require("axios")); | ||
// eslint-disable-next-line import/no-unused-modules | ||
class HTTPClient { | ||
@@ -10,0 +11,0 @@ constructor(baseURL, store) { |
@@ -18,3 +18,3 @@ { | ||
], | ||
"gitHead": "1581e89c92c1d98fb74428cde1a264548a3b3d2f", | ||
"gitHead": "e12286157784a732b1e3dbbb8efbaeb0553862e0", | ||
"license": "Apache-2.0", | ||
@@ -29,7 +29,7 @@ "main": "./dist/index.js", | ||
"dev": "yarn tsc -w", | ||
"lint": "yarn eslint --config .eslintrc.js --ignore-path .eslintignore --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./", | ||
"lint": "yarn eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./src", | ||
"prepublish": "yarn build", | ||
"test": "echo 'test skip' && exit 0" | ||
}, | ||
"version": "0.1.7" | ||
"version": "0.1.8" | ||
} |
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
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
13623
253