@gitbeaker/core
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/core", | ||
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"author": { | ||
@@ -12,3 +12,3 @@ "name": "Justin Dalrymple" | ||
"dependencies": { | ||
"@gitbeaker/requester-utils": "^18.0.0", | ||
"@gitbeaker/requester-utils": "^18.1.0", | ||
"form-data": "^3.0.0", | ||
@@ -19,10 +19,10 @@ "li": "^1.3.0", | ||
"devDependencies": { | ||
"@types/node": "^13.9.3", | ||
"@types/node": "^13.13.1", | ||
"esm": "^3.2.25", | ||
"fs-extra": "^9.0.0", | ||
"get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality", | ||
"rollup": "^2.2.0", | ||
"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" | ||
@@ -53,6 +53,8 @@ }, | ||
"build": "yarn run generate-map && yarn run build:self", | ||
"generate-map": "ESM_DISABLE_CACHE=true TS_NODE_PROJECT=scripts/tsconfig.json node -r esm -r ts-node/register scripts/generate.ts" | ||
"generate-map": "ESM_DISABLE_CACHE=true TS_NODE_PROJECT=scripts/tsconfig.json node -r esm -r ts-node/register scripts/generate.ts", | ||
"test:integration": "jest test/integration", | ||
"test:unit": "jest test/unit" | ||
}, | ||
"types": "dist/types/index.d.ts", | ||
"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
312284