You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

changesets-gitlab

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changesets-gitlab - npm Package Compare versions

Comparing version

to
0.13.2

4

lib/run.js

@@ -41,3 +41,5 @@ import fs from 'node:fs/promises';

const pushAllTags = packages.length <= GITLAB_MAX_TAGS ||
(await api.FeatureFlags.show(context.projectId, 'git_push_create_all_pipelines').catch(() => false));
(await api.FeatureFlags.show(context.projectId, 'git_push_create_all_pipelines')
.then(({ active }) => active)
.catch(() => false));
if (pushAllTags) {

@@ -44,0 +46,0 @@ await gitUtils.pushTags();

{
"name": "changesets-gitlab",
"version": "0.13.1",
"version": "0.13.2",
"type": "module",

@@ -14,2 +14,3 @@ "repository": "https://github.com/un-ts/changesets-gitlab.git",

"main": "./lib/index.cjs",
"types": "./index.d.cts",
"module": "./lib/index.js",

@@ -33,3 +34,2 @@ "exports": {

},
"types": "./lib/index.d.ts",
"files": [

@@ -36,0 +36,0 @@ "index.d.cts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet