@sdc224/gitlab-api
Advanced tools
Comparing version 1.0.0 to 1.1.0
/*! | ||
* @sdc224/gitlab-api v1.0.0 | ||
* @sdc224/gitlab-api v1.1.0 | ||
* (c) Sourodeep Chatterjee. All Rights Reserved | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* @sdc224/gitlab-api v1.0.0 | ||
* @sdc224/gitlab-api v1.1.0 | ||
* (c) Sourodeep Chatterjee. All Rights Reserved | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* @sdc224/gitlab-api v1.0.0 | ||
* @sdc224/gitlab-api v1.1.0 | ||
* (c) Sourodeep Chatterjee. All Rights Reserved | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* @sdc224/gitlab-api v1.0.0 | ||
* @sdc224/gitlab-api v1.1.0 | ||
* (c) Sourodeep Chatterjee. All Rights Reserved | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
@@ -0,1 +1,3 @@ | ||
import type { IControllerKey } from "./controller"; | ||
export type IEndpointSchema = { | ||
@@ -2,0 +4,0 @@ path: string; |
@@ -0,1 +1,4 @@ | ||
import type { AuthenticationToken } from "./authentication"; | ||
import type { IProjects } from "../models"; | ||
export type GitlabConstructor = { | ||
@@ -2,0 +5,0 @@ token: string; |
{ | ||
"name": "@sdc224/gitlab-api", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A Repository for using Gitlab API in NodeJS", | ||
@@ -5,0 +5,0 @@ "cdn": "dist/index.umd.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
98551
37
2019