Skip to content

Commit

Permalink
chore(release): 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanaworld committed Aug 4, 2024
1 parent 94ba435 commit c202833
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.0.4](https://github.com/prasanaworld/puppeteer-screen-recorder/compare/v3.0.3...v3.0.4) (2024-08-04)

### [3.0.3](https://github.com/prasanaworld/puppeteer-screen-recorder/compare/v3.0.2...v3.0.3) (2024-02-18)

### [3.0.2](https://github.com/prasanaworld/puppeteer-screen-recorder/compare/v3.0.1...v3.0.2) (2024-02-18)
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-screen-recorder",
"version": "3.0.3",
"version": "3.0.4",
"description": "A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -68,9 +68,6 @@
"FFMPEG"
],
"scripts": {
"example": "ts-node src/example/index.ts",
"example:stream": "yarn run example -- stream",
"example:debug": "yarn run example -- --inspect",
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
Expand All @@ -92,12 +89,12 @@
"cov:send": "run-s cov:lcov && codecov",
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100",
"doc": "run-s doc:html && open-cli build/docs/index.html",
"doc:html": "typedoc src/ --exclude **/*.spec.ts --excludePrivate --target ES6 --mode file --out build/docs",
"doc:html": "typedoc --entryPoints src/index.ts --excludePrivate --out build/docs",
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version",
"reset-hard": "git clean -dfx && yarn install",
"prepare-release": "run-s test doc:html version doc:publish",
"ci": "run-s reset-hard doc:html version doc:publish"
"ci": "run-s doc:html version doc:publish"
},
"engines": {
"node": ">=16"
Expand All @@ -108,7 +105,9 @@
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0"
},
"peerDependencies": {},
"peerDependencies": {
"puppeteer": ">=19.0.0"
},
"devDependencies": {
"@ava/typescript": "5.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down

0 comments on commit c202833

Please sign in to comment.