Skip to content

Commit 6ea5965

Browse files
authored
Merge branch 'master' into feat/add-timing-out-actor-event
2 parents 6e37768 + 9134e9a commit 6ea5965

File tree

21 files changed

+128
-56
lines changed

21 files changed

+128
-56
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ See the changelogs of each package:
88

99
package | version | changelog
1010
--------|---------|----------
11-
`@apify/actor-memory-expression` | 0.1.1 | [CHANGELOG](./packages/actor-memory-expression/CHANGELOG.md)
12-
`@apify/consts` | 2.47.0 | [CHANGELOG](./packages/consts/CHANGELOG.md)
11+
`@apify/actor-memory-expression` | 0.1.2 | [CHANGELOG](./packages/actor-memory-expression/CHANGELOG.md)
12+
`@apify/consts` | 2.47.1 | [CHANGELOG](./packages/consts/CHANGELOG.md)
1313
`@apify/datastructures` | 2.0.3 | [CHANGELOG](./packages/datastructures/CHANGELOG.md)
1414
`@apify/dummy-package-for-testing` | 2.2.0 | [CHANGELOG](./packages/dummy/CHANGELOG.md)
1515
`@apify/git` | 2.1.4 | [CHANGELOG](./packages/git/CHANGELOG.md)
1616
`@apify/image_proxy_client` | 2.0.3 | [CHANGELOG](./packages/image_proxy_client/CHANGELOG.md)
17-
`@apify/input_schema` | 3.25.0 | [CHANGELOG](./packages/input_schema/CHANGELOG.md)
18-
`@apify/input_secrets` | 1.2.16 | [CHANGELOG](./packages/input_secrets/CHANGELOG.md)
19-
`@apify/json_schemas` | 0.9.0 | [CHANGELOG](./packages/json_schemas/CHANGELOG.md)
20-
`@apify/log` | 2.5.26 | [CHANGELOG](./packages/log/CHANGELOG.md)
21-
`@apify/markdown` | 3.0.40 | [CHANGELOG](./packages/markdown/CHANGELOG.md)
17+
`@apify/input_schema` | 3.25.1 | [CHANGELOG](./packages/input_schema/CHANGELOG.md)
18+
`@apify/input_secrets` | 1.2.17 | [CHANGELOG](./packages/input_secrets/CHANGELOG.md)
19+
`@apify/json_schemas` | 0.9.1 | [CHANGELOG](./packages/json_schemas/CHANGELOG.md)
20+
`@apify/log` | 2.5.27 | [CHANGELOG](./packages/log/CHANGELOG.md)
21+
`@apify/markdown` | 3.0.41 | [CHANGELOG](./packages/markdown/CHANGELOG.md)
2222
`@apify/payment_qr_codes` | 0.2.1 | [CHANGELOG](./packages/payment_qr_codes/CHANGELOG.md)
23-
`@apify/pseudo_url` | 2.0.67 | [CHANGELOG](./packages/pseudo_url/CHANGELOG.md)
23+
`@apify/pseudo_url` | 2.0.68 | [CHANGELOG](./packages/pseudo_url/CHANGELOG.md)
2424
`@apify/timeout` | 0.3.2 | [CHANGELOG](./packages/timeout/CHANGELOG.md)
25-
`@apify/utilities` | 2.23.2 | [CHANGELOG](./packages/utilities/CHANGELOG.md)
25+
`@apify/utilities` | 2.23.3 | [CHANGELOG](./packages/utilities/CHANGELOG.md)

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.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/actor-memory-expression
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (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.1",
3+
"version": "0.1.2",
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.0",
52-
"@apify/log": "^2.5.26",
51+
"@apify/consts": "^2.47.1",
52+
"@apify/log": "^2.5.27",
5353
"mathjs": "^15.1.0"
5454
}
5555
}

packages/consts/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+
## [2.47.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/consts
9+
10+
11+
12+
13+
614
# [2.47.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-10-20)
715

816

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.0",
3+
"version": "2.47.1",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

packages/consts/src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,6 @@ export const ACTOR_PERMISSION_LEVEL = {
704704
* For details refer to the Apify documentation.
705705
*/
706706
LIMITED_PERMISSIONS: 'LIMITED_PERMISSIONS',
707-
};
707+
} as const;
708708

709709
export type ACTOR_PERMISSION_LEVEL = ValueOf<typeof ACTOR_PERMISSION_LEVEL>;

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.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-11-27)
715

816

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.0",
3+
"version": "3.25.1",
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.0",
52-
"@apify/input_secrets": "^1.2.16",
53-
"@apify/json_schemas": "^0.9.0",
51+
"@apify/consts": "^2.47.1",
52+
"@apify/input_secrets": "^1.2.17",
53+
"@apify/json_schemas": "^0.9.1",
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.17](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.2.16](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-11-18)
715

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

0 commit comments

Comments
 (0)