ci: Fix repository url for provenance checks (no-changelog) (#9825)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-20 20:42:18 +02:00
committed by GitHub
parent 116e9fa800
commit 3703310b0f
4 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
{
"name": "@n8n/client-oauth2",
"version": "0.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,10 @@
{
"name": "@n8n/imap",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -6,7 +6,7 @@
"homepage": "https://n8n.io",
"repository": {
"type": "git",
"url": "https://github.com/n8n-io/n8n-nodes-langchain.git"
"url": "git+https://github.com/n8n-io/n8n.git"
},
"main": "index.js",
"scripts": {

View File

@@ -1,6 +1,10 @@
{
"name": "@n8n/permissions",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",