Skip to content

Commit 4cca3fa

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/actor-memory-expression@0.1.3 - @apify/consts@2.48.0 - @apify/input_schema@3.25.2 - @apify/input_secrets@1.2.18 - @apify/json_schemas@0.9.2 - @apify/log@2.5.28 - @apify/markdown@3.0.42 - @apify/pseudo_url@2.0.69 - @apify/utilities@2.23.4
1 parent a83c351 commit 4cca3fa

File tree

19 files changed

+121
-46
lines changed

19 files changed

+121
-46
lines changed

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/actor-memory-expression/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.2...@apify/actor-memory-expression@0.1.3) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/actor-memory-expression
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.1...@apify/actor-memory-expression@0.1.2) (2025-11-27)
715

816
**Note:** Version bump only for package @apify/actor-memory-expression

packages/actor-memory-expression/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actor-memory-expression",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Utility to evaluate dynamic memory expressions for Apify actors.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,8 +48,8 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.47.1",
52-
"@apify/log": "^2.5.27",
51+
"@apify/consts": "^2.48.0",
52+
"@apify/log": "^2.5.28",
5353
"mathjs": "^15.1.0"
5454
}
5555
}

packages/consts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.48.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.47.1...@apify/consts@2.48.0) (2025-11-27)
7+
8+
9+
### Features
10+
11+
* **consts:** add `TIMING_OUT` Actor event ([#579](https://github.com/apify/apify-shared-js/issues/579)) ([a83c351](https://github.com/apify/apify-shared-js/commit/a83c351e3eb07419c9926003c21f6c6fc34ff9a9))
12+
13+
14+
15+
16+
617
## [2.47.1](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.47.0...@apify/consts@2.47.1) (2025-11-27)
718

819
**Note:** Version bump only for package @apify/consts

packages/consts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/consts",
3-
"version": "2.47.1",
3+
"version": "2.48.0",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

packages/input_schema/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.25.2](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.1...@apify/input_schema@3.25.2) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.25.1](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.0...@apify/input_schema@3.25.1) (2025-11-27)
715

816
**Note:** Version bump only for package @apify/input_schema

packages/input_schema/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_schema",
3-
"version": "3.25.1",
3+
"version": "3.25.2",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,9 +48,9 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.47.1",
52-
"@apify/input_secrets": "^1.2.17",
53-
"@apify/json_schemas": "^0.9.1",
51+
"@apify/consts": "^2.48.0",
52+
"@apify/input_secrets": "^1.2.18",
53+
"@apify/json_schemas": "^0.9.2",
5454
"acorn-loose": "^8.4.0",
5555
"countries-list": "^3.0.0"
5656
},

packages/input_secrets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.18](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.17...@apify/input_secrets@1.2.18) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.2.17](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.16...@apify/input_secrets@1.2.17) (2025-11-27)
715

816
**Note:** Version bump only for package @apify/input_secrets

packages/input_secrets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_secrets",
3-
"version": "1.2.17",
3+
"version": "1.2.18",
44
"description": "Package to encrypt and decrypt apify actor input secrets.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -44,8 +44,8 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@apify/log": "^2.5.27",
48-
"@apify/utilities": "^2.23.3",
47+
"@apify/log": "^2.5.28",
48+
"@apify/utilities": "^2.23.4",
4949
"ow": "^0.28.2"
5050
}
5151
}

packages/json_schemas/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.2](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.9.1...@apify/json_schemas@0.9.2) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/json_schemas
9+
10+
11+
12+
13+
614
## [0.9.1](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.9.0...@apify/json_schemas@0.9.1) (2025-11-27)
715

816
**Note:** Version bump only for package @apify/json_schemas

0 commit comments

Comments
 (0)