@managed-api/gitlab-v4-stitch-it
Advanced tools
Comparing version 0.2.0 to 2.1.0
{ | ||
"name": "@managed-api/gitlab-v4-stitch-it", | ||
"description": "Adaptavist Managed API for GitLab API v4 for Stitch It environment", | ||
"version": "0.2.0", | ||
"description": "Adaptavist Managed API for GitLab API v4 for ScriptRunner Connect environment", | ||
"version": "2.1.0", | ||
"main": "index.js", | ||
"type": "module", | ||
"dependencies": { | ||
"@managed-api/commons-core": "^0.3.11", | ||
"@managed-api/gitlab-v4-core": "^0.2.0", | ||
"@managed-api/commons-core": "^0.3.12", | ||
"@managed-api/gitlab-v4-core": "^2.1.0", | ||
"@stitch-it/runtime": "^0.2.0" | ||
@@ -11,0 +11,0 @@ }, |
@@ -1,8 +0,8 @@ | ||
# Stitch It Managed API for GitLab | ||
Managed API for GitLab is an API Client for GitLab by [Adaptavist](https://www.adaptavist.com/). You can read more about Managed APIs [here](https://docs.adaptavist.com/stitchit/managed-apis). | ||
# ScriptRunner Connect Managed API for GitLab | ||
Managed API for GitLab is an API Client for GitLab by [Adaptavist](https://www.adaptavist.com/). You can read more about Managed APIs [here](https://docs.adaptavist.com/src/managed-apis). | ||
This is [Stitch It](https://www.adaptavist.com/products/other-apps/stitch-it) runtime specific version of the Managed API (with `stitch-it` suffix). If you want to use Managed API in any other runtime, have a look at the [runtime agnostic version](https://www.npmjs.com/package/@managed-api/gitlab-v4-core). | ||
This is [ScriptRunner Connect](https://scriptrunnerconnect.com) runtime specific version of the Managed API (with `sr-connect` suffix). If you want to use Managed API in any other runtime, have a look at the [runtime agnostic version](https://www.npmjs.com/package/@managed-api/gitlab-v4-core). | ||
# Supported API calls | ||
- [fetch](https://docs.adaptavist.com/stitchit/managed-apis/managed-api-abstractions) | ||
- [fetch](https://docs.adaptavist.com/src/managed-apis/managed-api-abstractions) | ||
- Branch | ||
@@ -86,5 +86,5 @@ - [createBranch](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch) | ||
# Constructing Managed API | ||
In Stitch It a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it: | ||
In ScriptRunner Connect a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it: | ||
```typescript | ||
import { GitlabApi } from '@managed-api/gitlab-v4-stitch-it'; | ||
import { GitlabApi } from '@managed-api/gitlab-v4-sr-connect'; | ||
@@ -97,3 +97,3 @@ export default async function() { | ||
# Contact | ||
Feel free to drop ideas, suggestions or improvements into our [Slack community channel](https://join.slack.com/t/stitchitcommunity/shared_invite/zt-1c6u4gbyq-KJV_e78H0io7yctNZTBc0A). | ||
Feel free to drop ideas, suggestions or improvements into our [Slack community channel](https://join.slack.com/t/srconnectcommunity/shared_invite/zt-1c6u4gbyq-KJV_e78H0io7yctNZTBc0A). | ||
@@ -100,0 +100,0 @@ # Changelog |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11282
1
1
+ Added@managed-api/gitlab-v4-core@2.2.0(transitive)
- Removed@managed-api/gitlab-v4-core@0.2.0(transitive)