File tree Expand file tree Collapse file tree 15 files changed +90
-34
lines changed Expand file tree Collapse file tree 15 files changed +90
-34
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
+ ## [ 2.44.1] ( https://github.com/apify/apify-shared-js/compare/@apify/consts@2.44.0...@apify/consts@2.44.1 ) (2025-08-11)
7
+
8
+ ** Note:** Version bump only for package @apify/consts
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.44.0] ( https://github.com/apify/apify-shared-js/compare/@apify/consts@2.43.0...@apify/consts@2.44.0 ) (2025-08-06)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apify/consts" ,
3
- "version" : " 2.44.0 " ,
3
+ "version" : " 2.44.1 " ,
4
4
"description" : " Tools and constants shared across Apify projects." ,
5
5
"main" : " ./dist/cjs/index.cjs" ,
6
6
"module" : " ./dist/esm/index.mjs" ,
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
+ ## [ 3.18.4] ( https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.18.3...@apify/input_schema@3.18.4 ) (2025-08-11)
7
+
8
+ ** Note:** Version bump only for package @apify /input_schema
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.18.3] ( https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.18.2...@apify/input_schema@3.18.3 ) (2025-08-06)
7
15
8
16
** Note:** Version bump only for package @apify /input_schema
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apify/input_schema" ,
3
- "version" : " 3.18.3 " ,
3
+ "version" : " 3.18.4 " ,
4
4
"description" : " Tools and constants shared across Apify projects." ,
5
5
"main" : " ./dist/cjs/index.cjs" ,
6
6
"module" : " ./dist/esm/index.mjs" ,
48
48
"access" : " public"
49
49
},
50
50
"dependencies" : {
51
- "@apify/consts" : " ^2.44.0 " ,
52
- "@apify/input_secrets" : " ^1.2.4 " ,
51
+ "@apify/consts" : " ^2.44.1 " ,
52
+ "@apify/input_secrets" : " ^1.2.5 " ,
53
53
"acorn-loose" : " ^8.4.0" ,
54
54
"countries-list" : " ^3.0.0"
55
55
},
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
+ ## [ 1.2.5] ( https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.4...@apify/input_secrets@1.2.5 ) (2025-08-11)
7
+
8
+ ** Note:** Version bump only for package @apify /input_secrets
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.2.4] ( https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.3...@apify/input_secrets@1.2.4 ) (2025-08-06)
7
15
8
16
** Note:** Version bump only for package @apify /input_secrets
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apify/input_secrets" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " Package to encrypt and decrypt apify actor input secrets." ,
5
5
"main" : " ./dist/cjs/index.cjs" ,
6
6
"module" : " ./dist/esm/index.mjs" ,
44
44
"access" : " public"
45
45
},
46
46
"dependencies" : {
47
- "@apify/log" : " ^2.5.21 " ,
48
- "@apify/utilities" : " ^2.18.1 " ,
47
+ "@apify/log" : " ^2.5.22 " ,
48
+ "@apify/utilities" : " ^2.18.2 " ,
49
49
"ow" : " ^0.28.2"
50
50
}
51
51
}
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
+ ## [ 2.5.22] ( https://github.com/apify/apify-shared-js/compare/@apify/log@2.5.21...@apify/log@2.5.22 ) (2025-08-11)
7
+
8
+ ** Note:** Version bump only for package @apify/log
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.5.21] ( https://github.com/apify/apify-shared-js/compare/@apify/log@2.5.20...@apify/log@2.5.21 ) (2025-08-06)
7
15
8
16
** Note:** Version bump only for package @apify/log
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apify/log" ,
3
- "version" : " 2.5.21 " ,
3
+ "version" : " 2.5.22 " ,
4
4
"description" : " Tools and constants shared across Apify projects." ,
5
5
"main" : " ./dist/cjs/index.cjs" ,
6
6
"module" : " ./dist/esm/index.mjs" ,
48
48
"access" : " public"
49
49
},
50
50
"dependencies" : {
51
- "@apify/consts" : " ^2.44.0 " ,
51
+ "@apify/consts" : " ^2.44.1 " ,
52
52
"ansi-colors" : " ^4.1.1"
53
53
}
54
54
}
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
+ ## [ 3.0.29] ( https://github.com/apify/apify-shared-js/compare/@apify/markdown@3.0.28...@apify/markdown@3.0.29 ) (2025-08-11)
7
+
8
+ ** Note:** Version bump only for package @apify/markdown
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.28] ( https://github.com/apify/apify-shared-js/compare/@apify/markdown@3.0.27...@apify/markdown@3.0.28 ) (2025-08-06)
7
15
8
16
** Note:** Version bump only for package @apify/markdown
You can’t perform that action at this time.
0 commit comments