File tree Expand file tree Collapse file tree 20 files changed +63
-23
lines changed Expand file tree Collapse file tree 20 files changed +63
-23
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 10.7.3] ( https://github.com/microlinkhq/browserless/compare/v10.7.2...v10.7.3 ) (2025-02-28)
7
+
8
+ ** Note:** Version bump only for package browserless
9
+
6
10
## [ 10.7.2] ( https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2 ) (2025-02-08)
7
11
8
12
** Note:** Version bump only for package browserless
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 10.7.2 " ,
5
+ "version" : " 10.7.3 " ,
6
6
"command" : {
7
7
"bootstrap" : {
8
8
"npmClientArgs" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 10.7.3] ( https://github.com/microlinkhq/browserless/compare/v10.7.2...v10.7.3 ) (2025-02-28)
7
+
8
+ ** Note:** Version bump only for package browserless
9
+
6
10
## [ 10.7.2] ( https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2 ) (2025-02-08)
7
11
8
12
** Note:** Version bump only for package browserless
Original file line number Diff line number Diff line change 2
2
"name" : " browserless" ,
3
3
"description" : " The headless Chrome/Chromium performance driver for Node.js" ,
4
4
"homepage" : " https://browserless.js.org" ,
5
- "version" : " 10.7.2 " ,
5
+ "version" : " 10.7.3 " ,
6
6
"main" : " src/index.js" ,
7
7
"author" : {
8
8
"email" : " hello@microlink.io" ,
32
32
],
33
33
"dependencies" : {
34
34
"@browserless/errors" : " ^10.7.1" ,
35
- "@browserless/goto" : " ^10.7.2 " ,
36
- "@browserless/pdf" : " ^10.7.2 " ,
37
- "@browserless/screenshot" : " ^10.7.2 " ,
35
+ "@browserless/goto" : " ^10.7.3 " ,
36
+ "@browserless/pdf" : " ^10.7.3 " ,
37
+ "@browserless/screenshot" : " ^10.7.3 " ,
38
38
"debug-logfmt" : " ~1.2.3" ,
39
39
"kill-process-group" : " ~1.0.11" ,
40
40
"p-reflect" : " ~2.1.0" ,
44
44
"superlock" : " ~1.2.2"
45
45
},
46
46
"devDependencies" : {
47
- "@browserless/test" : " ^10.7.2 " ,
47
+ "@browserless/test" : " ^10.7.3 " ,
48
48
"ava" : " 5" ,
49
49
"ps-list" : " 7" ,
50
50
"tinyspawn" : " latest"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 10.7.3] ( https://github.com/microlinkhq/browserless/compare/v10.7.2...v10.7.3 ) (2025-02-28)
7
+
8
+ ** Note:** Version bump only for package @browserless/cli
9
+
6
10
## [ 10.7.2] ( https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2 ) (2025-02-08)
7
11
8
12
** Note:** Version bump only for package @browserless/cli
Original file line number Diff line number Diff line change 2
2
"name" : " @browserless/cli" ,
3
3
"description" : " CLI to interact with Browserless capabilities" ,
4
4
"homepage" : " https://browserless.js.org" ,
5
- "version" : " 10.7.2 " ,
5
+ "version" : " 10.7.3 " ,
6
6
"bin" : {
7
7
"browserless" : " src/index.js"
8
8
},
32
32
],
33
33
"dependencies" : {
34
34
"beauty-error" : " ~1.2.20" ,
35
- "browserless" : " ^10.7.2 " ,
35
+ "browserless" : " ^10.7.3 " ,
36
36
"dark-mode" : " ~3.0.0" ,
37
37
"dset" : " ~3.1.4" ,
38
38
"mri" : " ~1.2.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 10.7.3] ( https://github.com/microlinkhq/browserless/compare/v10.7.2...v10.7.3 ) (2025-02-28)
7
+
8
+ ** Note:** Version bump only for package @browserless/function
9
+
6
10
## [ 10.7.2] ( https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2 ) (2025-02-08)
7
11
8
12
** Note:** Version bump only for package @browserless/function
Original file line number Diff line number Diff line change 2
2
"name" : " @browserless/function" ,
3
3
"description" : " Run abritrary JavaScript inside a browser sandbox" ,
4
4
"homepage" : " https://browserless.js.org" ,
5
- "version" : " 10.7.2 " ,
5
+ "version" : " 10.7.3 " ,
6
6
"main" : " src/index.js" ,
7
7
"author" : {
8
8
"email" : " hello@microlink.io" ,
34
34
"require-one-of" : " ~1.0.20"
35
35
},
36
36
"devDependencies" : {
37
- "@browserless/test" : " ^10.7.2 " ,
37
+ "@browserless/test" : " ^10.7.3 " ,
38
38
"acorn" : " ~8.14.0" ,
39
39
"acorn-walk" : " ~8.3.4" ,
40
40
"ava" : " 5" ,
41
- "browserless" : " ^10.7.2 " ,
41
+ "browserless" : " ^10.7.3 " ,
42
42
"lodash" : " latest"
43
43
},
44
44
"engines" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 10.7.3] ( https://github.com/microlinkhq/browserless/compare/v10.7.2...v10.7.3 ) (2025-02-28)
7
+
8
+ ** Note:** Version bump only for package @browserless/goto
9
+
6
10
## [ 10.7.2] ( https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2 ) (2025-02-08)
7
11
8
12
** Note:** Version bump only for package @browserless/goto
Original file line number Diff line number Diff line change 2
2
"name" : " @browserless/goto" ,
3
3
"description" : " Go to a page aborting unnecessary requests" ,
4
4
"homepage" : " https://browserless.js.org/#/?id=gotopage-options" ,
5
- "version" : " 10.7.2 " ,
5
+ "version" : " 10.7.3 " ,
6
6
"main" : " src/index.js" ,
7
7
"author" : {
8
8
"email" : " hello@microlink.io" ,
42
42
"tough-cookie" : " ~5.1.0"
43
43
},
44
44
"devDependencies" : {
45
- "@browserless/test" : " ^10.7.2 " ,
45
+ "@browserless/test" : " ^10.7.3 " ,
46
46
"ava" : " 5" ,
47
47
"p-wait-for" : " 3"
48
48
},
You can’t perform that action at this time.
0 commit comments