@gitbeaker/node
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/node", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"author": { | ||
@@ -12,14 +12,14 @@ "name": "Justin Dalrymple" | ||
"dependencies": { | ||
"@gitbeaker/core": "^18.0.0", | ||
"@gitbeaker/requester-utils": "^18.0.0", | ||
"@gitbeaker/core": "^18.1.0", | ||
"@gitbeaker/requester-utils": "^18.1.0", | ||
"form-data": "^3.0.0", | ||
"got": "^10.7.0", | ||
"got": "^11.0.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" | ||
@@ -49,5 +49,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
11933
+ Added@sindresorhus/is@4.6.0(transitive)
+ Addedcacheable-lookup@5.0.4(transitive)
+ Addeddecompress-response@6.0.0(transitive)
+ Addedgot@11.8.6(transitive)
+ Addedhttp2-wrapper@1.0.3(transitive)
+ Addedmimic-response@3.1.0(transitive)
+ Addedquick-lru@5.1.1(transitive)
+ Addedresolve-alpn@1.2.1(transitive)
- Removed@sindresorhus/is@2.1.1(transitive)
- Removedcacheable-lookup@2.0.1(transitive)
- Removeddecompress-response@5.0.0(transitive)
- Removedduplexer3@0.1.5(transitive)
- Removedgot@10.7.0(transitive)
- Removedmimic-response@2.1.0(transitive)
- Removedp-event@4.2.0(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedp-timeout@3.2.0(transitive)
- Removedto-readable-stream@2.1.0(transitive)
- Removedtype-fest@0.10.0(transitive)
Updated@gitbeaker/core@^18.1.0
Updatedgot@^11.0.1