agent-inspect 1.0.1 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Add `enabled` option and `maybeInspectRun` helper for env-gated tracing (`AGENT_INSPECT`).
8
+ - Fix CJS/ESM conditional type exports for TypeScript consumers.
9
+ - Add community contributor scaffold and issue drafts.
10
+
11
+ ## 1.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - c72f044: docs: polish README
16
+
3
17
  ## 1.0.1
4
18
 
5
19
  ### Patch Changes