@burstjs/http
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@burstjs/http", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Send commands to BURST over HTTP", | ||
@@ -34,3 +34,7 @@ "contributors": [ | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12" | ||
"@types/jest": "^24.0.12", | ||
"bili": "^4.8.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-resolve": "^5.0.1", | ||
"rollup-plugin-typescript2": "^0.21.1" | ||
}, | ||
@@ -40,2 +44,3 @@ "scripts": { | ||
"tsc": "tsc", | ||
"bundle": "bili", | ||
"doc": "./node_modules/.bin/esdoc", | ||
@@ -45,3 +50,3 @@ "readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md" | ||
"dependencies": { | ||
"axios": "^0.18.0" | ||
"axios": "^0.19.0" | ||
}, | ||
@@ -53,3 +58,3 @@ "husky": { | ||
}, | ||
"gitHead": "9faca336766edb3bb7339aa9bd6822551a1db497", | ||
"gitHead": "e129c3f0d0384d8635258f0219d78159dd3bf2e5", | ||
"publishConfig": { | ||
@@ -56,0 +61,0 @@ "access": "public" |
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
270487
110
2642
5
+ Addedaxios@0.19.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedaxios@^0.19.0