@alexkroman1/aai 1.2.0 → 1.2.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @alexkroman1/aai@1.2.0 build /home/runner/work/agent/agent/packages/aai
2
+ > @alexkroman1/aai@1.2.3 build /home/runner/work/agent/agent/packages/aai
3
3
  > tsdown && tsc -p tsconfig.build.json
4
4
 
5
5
  ℹ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
@@ -17,4 +17,4 @@
17
17
  ℹ dist/types-Cfx_4QDK.js  1.74 kB │ gzip: 0.93 kB
18
18
  ℹ dist/ws-upgrade-BeOQ7fXL.js  1.14 kB │ gzip: 0.54 kB
19
19
  ℹ 8 files, total: 69.36 kB
20
- ✔ Build complete in 34ms
20
+ ✔ Build complete in 47ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @alexkroman1/aai
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a44b5b: Republish after the 1.2.2 release workflow failed (broken lockfile under `pnpm/action-setup@v6`). Also: `aai init` now skips deploy when `pnpm install` fails, so users see the real install error instead of a cryptic Rolldown `@alexkroman1/aai` resolution failure.
8
+
9
+ ## 1.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 534122c: Harden secrets: PBKDF2 key hashing, versioned encryption, per-agent HKDF salt, env size limit
14
+
15
+ ## 1.2.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 7af69b8: Fix gVisor/Deno binary discovery in distroless Docker images
20
+
3
21
  ## 1.2.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexkroman1/aai",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {