@gitbeaker/requester-utils
Advanced tools
Comparing version 18.0.0 to 18.1.0
@@ -0,1 +1,13 @@ | ||
# v18.1.0 (Wed Apr 22 2020) | ||
#### 🚀 Enhancement | ||
- Adding integration tests for the browser usage [#697](https://github.com/jdalrymple/gitbeaker/pull/697) ([@jdalrymple](https://github.com/jdalrymple)) | ||
#### Authors: 1 | ||
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) | ||
--- | ||
# v18.0.0 (Tue Apr 21 2020) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@gitbeaker/requester-utils", | ||
"description": "Utility functions for requester implementatons used in @gitbeaker", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"author": { | ||
@@ -13,11 +13,11 @@ "name": "Justin Dalrymple" | ||
"form-data": "^3.0.0", | ||
"query-string": "^6.11.1", | ||
"query-string": "^6.12.1", | ||
"xcase": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^13.9.3", | ||
"rollup": "^2.2.0", | ||
"@types/node": "^13.13.1", | ||
"rollup": "^2.6.1", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-typescript2": "^0.27.0", | ||
"ts-node": "^8.8.1", | ||
"ts-node": "^8.9.0", | ||
"typescript": "^3.8.3" | ||
@@ -45,5 +45,7 @@ }, | ||
"scripts": { | ||
"build": "tsc && rollup -c" | ||
"build": "tsc && rollup -c", | ||
"test:integration": "jest test/integration", | ||
"test:unit": "jest test/unit" | ||
}, | ||
"gitHead": "1687dc466f1635b828f66d049a76a74d9fcb32bd" | ||
"gitHead": "4b4b064004b7526aabac42c6fd7f750ab09cde42" | ||
} |
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
9167
Updatedquery-string@^6.12.1