Skip to content

Commit d31badf

Browse files
authored
Merge pull request #193 from extractus/4.0.9
v4.0.9
2 parents 58b7bed + f935fdb commit d31badf

36 files changed

+327
-823
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node_version: [20.x, 22.x, 23.x]
15+
node_version: [20.x, 22.x, 24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -24,38 +24,17 @@ jobs:
2424

2525
- name: run npm scripts
2626
env:
27-
FACEBOOK_APP_ID: ${{ secrets.FACEBOOK_APP_ID }}
28-
FACEBOOK_CLIENT_TOKEN: ${{ secrets.FACEBOOK_CLIENT_TOKEN }}
2927
PROXY_SERVER: ${{ secrets.PROXY_SERVER }}
3028
run: |
3129
npm install
3230
npm run lint
3331
npm run build --if-present
3432
npm run test
3533
36-
- name: Coveralls Parallel
37-
uses: coverallsapp/github-action@v2
38-
with:
39-
flag-name: run-${{ join(matrix.*, '-') }}
40-
parallel: true
41-
github-token: ${{ secrets.GITHUB_TOKEN }}
42-
4334
- name: cache node modules
4435
uses: actions/cache@v4
4536
with:
4637
path: ~/.npm
4738
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4839
restore-keys: |
4940
${{ runner.os }}-node-
50-
51-
finish:
52-
needs: test
53-
if: ${{ always() }}
54-
runs-on: ubuntu-latest
55-
steps:
56-
- name: Coveralls Finished
57-
uses: coverallsapp/github-action@v2
58-
with:
59-
parallel-finished: true
60-
carryforward: "run-20.x,run-22.x,run-23.x"
61-

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Extract oEmbed content from given URL.
66
[![NPM](https://badge.fury.io/js/@extractus%2Foembed-extractor.svg)](https://badge.fury.io/js/@extractus%2Foembed-extractor)
77
![CodeQL](https://github.com/extractus/oembed-extractor/workflows/CodeQL/badge.svg)
88
[![CI test](https://github.com/extractus/oembed-extractor/workflows/ci-test/badge.svg)](https://github.com/extractus/oembed-extractor/actions)
9-
[![Coverage Status](https://coveralls.io/repos/github/extractus/oembed-extractor/badge.svg)](https://coveralls.io/github/extractus/oembed-extractor)
109

1110
## Demo
1211

@@ -45,9 +44,6 @@ import { extract } from 'npm:@extractus/oembed-extractor'
4544
import { extract } from "https://esm.sh/@extractus/oembed-extractor@latest"
4645
```
4746

48-
Please check [the examples](examples) for reference.
49-
50-
5147
## APIs
5248

5349
### `.extract()`

examples/browser-oembed-parser/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/browser-oembed-parser/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/browser-oembed-parser/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/browser-oembed-parser/public/chota.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/browser-oembed-parser/public/index.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

examples/browser-oembed-parser/server.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)