diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e07cada..ffc817bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,12 +29,15 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} - - name: Setup Node.js + - name: Setup Node.js and npm for Trusted Publishing uses: actions/setup-node@v4 with: node-version: '22' registry-url: 'https://registry.npmjs.org' + - name: Install npm 11+ for OIDC Trusted Publishing + run: corepack install npm@latest + - name: Determine branch id: branch run: | diff --git a/packages/cfdi/catalogos/package.json b/packages/cfdi/catalogos/package.json index eeb4085c..f12d8014 100644 --- a/packages/cfdi/catalogos/package.json +++ b/packages/cfdi/catalogos/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Misael/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "files": [ "dist" diff --git a/packages/cfdi/complementos/package.json b/packages/cfdi/complementos/package.json index 33b6b581..80f7a760 100644 --- a/packages/cfdi/complementos/package.json +++ b/packages/cfdi/complementos/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "engines": { "node": ">=22" diff --git a/packages/cfdi/csd/package.json b/packages/cfdi/csd/package.json index fe8041e8..5d51a6f0 100644 --- a/packages/cfdi/csd/package.json +++ b/packages/cfdi/csd/package.json @@ -2,6 +2,10 @@ "name": "@cfdi/csd", "version": "4.0.15", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/MisaelMa/node-cfdi.git" + }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cfdi/csf/package.json b/packages/cfdi/csf/package.json index 95aeb91c..06185301 100644 --- a/packages/cfdi/csf/package.json +++ b/packages/cfdi/csf/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/cfdi/elements/package.json b/packages/cfdi/elements/package.json index fc0d52db..ea94a013 100644 --- a/packages/cfdi/elements/package.json +++ b/packages/cfdi/elements/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "engines": { "node": ">=22" diff --git a/packages/cfdi/expresiones/package.json b/packages/cfdi/expresiones/package.json index e5673f7c..ae28f88a 100644 --- a/packages/cfdi/expresiones/package.json +++ b/packages/cfdi/expresiones/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "scripts": { "build": "vite build --config node_modules/@recreando/vite/vite.config.lib.mts", diff --git a/packages/cfdi/pdf/package.json b/packages/cfdi/pdf/package.json index ee655ca7..1f581a9c 100644 --- a/packages/cfdi/pdf/package.json +++ b/packages/cfdi/pdf/package.json @@ -2,6 +2,10 @@ "name": "@cfdi/pdf", "version": "0.0.10-beta.4", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/MisaelMa/node-cfdi.git" + }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cfdi/rfc/package.json b/packages/cfdi/rfc/package.json index f746698c..0a468a04 100644 --- a/packages/cfdi/rfc/package.json +++ b/packages/cfdi/rfc/package.json @@ -2,6 +2,10 @@ "name": "@cfdi/rfc", "version": "0.0.10-beta.2", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/MisaelMa/node-cfdi.git" + }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cfdi/schema/package.json b/packages/cfdi/schema/package.json index b81782dd..77ec8723 100644 --- a/packages/cfdi/schema/package.json +++ b/packages/cfdi/schema/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/cfdi/transform/package.json b/packages/cfdi/transform/package.json index 8635cf88..a0f96685 100644 --- a/packages/cfdi/transform/package.json +++ b/packages/cfdi/transform/package.json @@ -32,7 +32,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/cfdi/types/package.json b/packages/cfdi/types/package.json index e7422c7c..98131c37 100644 --- a/packages/cfdi/types/package.json +++ b/packages/cfdi/types/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "engines": { "node": ">=22" diff --git a/packages/cfdi/utils/package.json b/packages/cfdi/utils/package.json index 28689615..6643b180 100644 --- a/packages/cfdi/utils/package.json +++ b/packages/cfdi/utils/package.json @@ -41,7 +41,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/cfdi/validador/package.json b/packages/cfdi/validador/package.json index dfd87edd..145ba651 100644 --- a/packages/cfdi/validador/package.json +++ b/packages/cfdi/validador/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/cfdi" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/cfdi/xml/package.json b/packages/cfdi/xml/package.json index f00b73ca..6e228c97 100644 --- a/packages/cfdi/xml/package.json +++ b/packages/cfdi/xml/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "engines": { "node": ">=22" diff --git a/packages/cfdi/xml2json/package.json b/packages/cfdi/xml2json/package.json index 48fcafaf..700a71ff 100644 --- a/packages/cfdi/xml2json/package.json +++ b/packages/cfdi/xml2json/package.json @@ -32,7 +32,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/cfdi/xsd/package.json b/packages/cfdi/xsd/package.json index dd1a0afe..515bbf52 100644 --- a/packages/cfdi/xsd/package.json +++ b/packages/cfdi/xsd/package.json @@ -32,7 +32,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "author": { "name": "Amir Misael Marin Coh, Signati", diff --git a/packages/clir/openssl/package.json b/packages/clir/openssl/package.json index 8f4fbd52..da993754 100644 --- a/packages/clir/openssl/package.json +++ b/packages/clir/openssl/package.json @@ -2,6 +2,10 @@ "name": "@clir/openssl", "version": "0.0.16", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/MisaelMa/node-cfdi.git" + }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/clir/saxon-he/package.json b/packages/clir/saxon-he/package.json index 70a61a84..8bc6a964 100644 --- a/packages/clir/saxon-he/package.json +++ b/packages/clir/saxon-he/package.json @@ -1,6 +1,10 @@ { "version": "12.5.1", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/MisaelMa/node-cfdi.git" + }, "name": "@saxon-he/cli", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/packages/renapo/curp/package.json b/packages/renapo/curp/package.json index fa89e137..052289eb 100644 --- a/packages/renapo/curp/package.json +++ b/packages/renapo/curp/package.json @@ -2,6 +2,10 @@ "name": "@renapo/curp", "version": "0.0.10-beta.2", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/MisaelMa/node-cfdi.git" + }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/sat/pacs/package.json b/packages/sat/pacs/package.json index 20f45dae..6f17cb50 100644 --- a/packages/sat/pacs/package.json +++ b/packages/sat/pacs/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MisaelMa/recreando" + "url": "git+https://github.com/MisaelMa/node-cfdi.git" }, "engines": { "node": ">=22"