@gitbeaker/core
Advanced tools
Comparing version 19.1.0 to 19.2.0
@@ -0,1 +1,17 @@ | ||
# v19.2.0 (Wed Apr 29 2020) | ||
:tada: This release contains work from a new contributor! :tada: | ||
Thank you, Daniel Moore ([@danielmoore](https://github.com/danielmoore)), for all your work! | ||
#### 🐛 Bug Fix | ||
- Add types field to node and browser package.json [#737](https://github.com/jdalrymple/gitbeaker/pull/737) ([@danielmoore](https://github.com/danielmoore)) | ||
#### Authors: 1 | ||
- Daniel Moore ([@danielmoore](https://github.com/danielmoore)) | ||
--- | ||
# v19.1.0 (Mon Apr 27 2020) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@gitbeaker/core", | ||
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"version": "19.1.0", | ||
"version": "19.2.0", | ||
"author": { | ||
@@ -12,3 +12,3 @@ "name": "Justin Dalrymple" | ||
"dependencies": { | ||
"@gitbeaker/requester-utils": "^19.1.0", | ||
"@gitbeaker/requester-utils": "^19.2.0", | ||
"form-data": "^3.0.0", | ||
@@ -45,2 +45,3 @@ "li": "^1.3.0", | ||
"module": "dist/index.es.js", | ||
"types": "dist/types/index.d.ts", | ||
"repository": { | ||
@@ -57,4 +58,3 @@ "type": "git", | ||
}, | ||
"types": "dist/types/index.d.ts", | ||
"gitHead": "6132395b2ccbab027a6c1966362dbeb73a18a27a" | ||
"gitHead": "63d1eaf12ccaa213362b482a213b59ffa0eff633" | ||
} |
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
314143