@evident-ai/runner-cdk 0.1.1-dev.7c8d9d6 → 0.1.1-dev.acac346

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ RUN corepack enable && corepack prepare pnpm@9.15.0 --activate
37
37
  # binary assertion further down fails the build if any required binary is gone.
38
38
  RUN apt-get update \
39
39
  && apt-get install -y --no-install-recommends \
40
- ca-certificates curl git jq less procps ripgrep \
40
+ ca-certificates curl git jq less procps psmisc ripgrep \
41
41
  postgresql postgresql-contrib direnv \
42
42
  gnupg unzip \
43
43
  # --- GitHub CLI (`gh`) from the official apt repo ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evident-ai/runner-cdk",
3
- "version": "0.1.1-dev.7c8d9d6",
3
+ "version": "0.1.1-dev.acac346",
4
4
  "description": "Reusable CDK constructs for an Evident agent runner: a single scale-to-zero Fargate runner (task + service + per-agent self-stop role + waker Lambda), or a per-session AWS Lambda MicroVM that boots on demand and suspends between messages. Instantiate once per agent from your own stack.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",