Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/browser-support.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/papertrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# papertrail

## 0.0.2

### Patch Changes

- Updated dependencies [920fb6b]
- agentcrumbs@0.5.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/papertrail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papertrail",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/agentcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# agentcrumbs

## 0.5.0

### Minor Changes

- 920fb6b: Add browser support via tshy `esmDialects`. Bundlers that respect the `"browser"` export condition (Vite, webpack, esbuild, Next.js) automatically resolve to the browser build. Same `"agentcrumbs"` import path — no separate entry point. Adds `configure()` API for enabling tracing in the browser.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentcrumbs",
"version": "0.4.0",
"version": "0.5.0",
"description": "Debug mode for any agent.",
"tshy": {
"exports": {
Expand Down
Loading