-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
434 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
name: Compressed Size | ||
|
||
env: | ||
NODE_OPTIONS: --max-old-space-size=6144 | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- 'opened' | ||
- 'synchronize' | ||
paths-ignore: | ||
- '**/*.md' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: setup node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.x | ||
|
||
- name: Install pnpm | ||
uses: pnpm/action-setup@v4 | ||
with: | ||
version: latest | ||
run_install: false | ||
|
||
- name: Get pnpm store directory | ||
id: pnpm-cache | ||
run: | | ||
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" | ||
- uses: actions/cache@v4 | ||
name: Setup pnpm cache | ||
with: | ||
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} | ||
key: ${{ runner.os }}-pnpm-store-compressed-size-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
restore-keys: | | ||
${{ runner.os }}-pnpm-store-compressed-size- | ||
- uses: preactjs/compressed-size-action@v2 | ||
with: | ||
build-script: 'build:packs' | ||
repo-token: '${{ secrets.GIT_HUB_TOKEN }}' | ||
pattern: './packages/*/{dist,compiled}/**/*.js' | ||
# name: Compressed Size | ||
|
||
# env: | ||
# NODE_OPTIONS: --max-old-space-size=6144 | ||
|
||
# on: | ||
# pull_request: | ||
# types: | ||
# - 'opened' | ||
# - 'synchronize' | ||
# paths-ignore: | ||
# - '**/*.md' | ||
|
||
# concurrency: | ||
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
# cancel-in-progress: true | ||
|
||
# jobs: | ||
# build: | ||
# runs-on: ubuntu-latest | ||
|
||
# steps: | ||
# - uses: actions/checkout@v4 | ||
|
||
# - name: setup node.js | ||
# uses: actions/setup-node@v4 | ||
# with: | ||
# node-version: 20.x | ||
|
||
# - name: Install pnpm | ||
# uses: pnpm/action-setup@v4 | ||
# with: | ||
# version: latest | ||
# run_install: false | ||
|
||
# - name: Get pnpm store directory | ||
# id: pnpm-cache | ||
# run: | | ||
# echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" | ||
|
||
# - uses: actions/cache@v4 | ||
# name: Setup pnpm cache | ||
# with: | ||
# path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} | ||
# key: ${{ runner.os }}-pnpm-store-compressed-size-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
# restore-keys: | | ||
# ${{ runner.os }}-pnpm-store-compressed-size- | ||
|
||
# - uses: preactjs/compressed-size-action@v2 | ||
# with: | ||
# build-script: 'build:packs' | ||
# repo-token: '${{ secrets.GIT_HUB_TOKEN }}' | ||
# pattern: './packages/*/{dist,compiled}/**/*.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,6 @@ | |
}, | ||
"devDependencies": { | ||
"@oplayer/core": "workspace:*", | ||
"hls.js": "^1.5.17" | ||
"hls.js": "^1.5.18" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,6 @@ | |
}, | ||
"devDependencies": { | ||
"@oplayer/core": "workspace:*", | ||
"mpegts.js": "^1.7.3" | ||
"mpegts.js": "^1.8.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import Chromecast from './src/chromecast' | ||
import AirPlay from './src/airplay' | ||
import vttThumbnails from './src/vttThumbnails' | ||
import Playlist from './src/playlist' | ||
import Ad from "./src/ad" | ||
|
||
import ad from './src/ad' | ||
import vttThumbnails from './src/vttThumbnails' | ||
|
||
export { Chromecast, AirPlay, vttThumbnails, Playlist, Ad } | ||
export { Chromecast, AirPlay, Playlist, ad, vttThumbnails } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.