Skip to content

Commit ccab3df

Browse files
authored
Merge pull request #73 from MisaelMa/publish/trigger-all
feat(core): piublish
2 parents 2ddcae6 + 8c3b086 commit ccab3df

21 files changed

Lines changed: 42 additions & 15 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ jobs:
2929
with:
3030
token: ${{ secrets.PAT_TOKEN }}
3131

32-
- name: Setup Node.js
32+
- name: Setup Node.js and npm for Trusted Publishing
3333
uses: actions/setup-node@v4
3434
with:
3535
node-version: '22'
3636
registry-url: 'https://registry.npmjs.org'
3737

38+
- name: Install npm 11+ for OIDC Trusted Publishing
39+
run: corepack install npm@latest
40+
3841
- name: Determine branch
3942
id: branch
4043
run: |

packages/cfdi/catalogos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/Misael/recreando"
18+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
1919
},
2020
"files": [
2121
"dist"

packages/cfdi/complementos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/MisaelMa/recreando"
27+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
2828
},
2929
"engines": {
3030
"node": ">=22"

packages/cfdi/csd/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@cfdi/csd",
33
"version": "4.0.15",
44
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
8+
},
59
"main": "./dist/index.cjs",
610
"module": "./dist/index.mjs",
711
"types": "./dist/index.d.ts",

packages/cfdi/csf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/MisaelMa/recreando"
28+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
2929
},
3030
"author": {
3131
"name": "Amir Misael Marin Coh, Signati",

packages/cfdi/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/MisaelMa/recreando"
27+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
2828
},
2929
"engines": {
3030
"node": ">=22"

packages/cfdi/expresiones/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/MisaelMa/recreando"
28+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
2929
},
3030
"scripts": {
3131
"build": "vite build --config node_modules/@recreando/vite/vite.config.lib.mts",

packages/cfdi/pdf/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@cfdi/pdf",
33
"version": "0.0.10-beta.4",
44
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
8+
},
59
"main": "./dist/index.cjs",
610
"module": "./dist/index.mjs",
711
"types": "./dist/index.d.ts",

packages/cfdi/rfc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@cfdi/rfc",
33
"version": "0.0.10-beta.2",
44
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
8+
},
59
"main": "./dist/index.cjs",
610
"module": "./dist/index.mjs",
711
"types": "./dist/index.d.ts",

packages/cfdi/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/MisaelMa/recreando"
28+
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
2929
},
3030
"author": {
3131
"name": "Amir Misael Marin Coh, Signati",

0 commit comments

Comments
 (0)