File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/actor-memory-expression Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @apify/actor-memory-expression" ,
33 "version" : " 0.0.1" ,
4- "description" : " Mathematical and numerical utility functions ." ,
4+ "description" : " Utility to evaluate dynamic memory expressions for Apify actors ." ,
55 "main" : " ./dist/cjs/index.cjs" ,
66 "module" : " ./dist/esm/index.mjs" ,
77 "typings" : " ./dist/cjs/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const roundToClosestPowerOf2 = (num: number): number => {
131131 * Replaces all `{{variable}}` placeholders in an expression into direct
132132 * property access (e.g. `{{runOptions.memoryMbytes}}` → `runOptions.memoryMbytes`).
133133 *
134- * All `input.*` values are accepted, while `runOptions.*` are validated (only 7 variables - ALLOWED_RUN_OPTION_KEYS).
134+ * All `input.*` values are accepted, while `runOptions.*` are validated (7 variables from ALLOWED_RUN_OPTION_KEYS).
135135 *
136136 * Note: this approach allows developers to use a consistent double-brace
137137 * syntax `{{runOptions.timeoutSecs}}` across the platform.
You can’t perform that action at this time.
0 commit comments