@rafikidota/cuba-ofertas-scraping 0.47.0 → 0.47.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rafikidota/cuba-ofertas-scraping",
3
- "version": "0.47.0",
3
+ "version": "0.47.2",
4
4
  "description": "Sometimes, the best way to solve your own problems is to help someone else.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,37 +0,0 @@
1
- name: Publish Package
2
-
3
- on:
4
- push:
5
- tags:
6
- - 'v*'
7
-
8
- permissions:
9
- id-token: write # Required for OIDC
10
- contents: read
11
-
12
- jobs:
13
- publish:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/checkout@v4
17
-
18
- - uses: pnpm/action-setup@v4
19
- with:
20
- version: 10
21
- - uses: actions/setup-node@v4
22
- with:
23
- node-version: '24'
24
- registry-url: 'https://registry.npmjs.org'
25
- cache: 'pnpm'
26
-
27
- - name: Install dependencies
28
- run: pnpm install --frozen-lockfile
29
-
30
- - name: Lint
31
- run: pnpm run lint
32
-
33
- - name: Build
34
- run: pnpm run build
35
-
36
- - name: Publish to npm
37
- run: pnpm publish --no-git-checks