changesets-gitlab
Advanced tools
Comparing version
@@ -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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
130795
0.11%2157
0.09%