Skip to content

Commit 29f7eb7

Browse files
authored
Release v0.5.0
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## 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. ## papertrail@0.0.2 ### Patch Changes - Updated dependencies [920fb6b] - agentcrumbs@0.5.0
2 parents b06dfd6 + 92c958f commit 29f7eb7

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/browser-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/papertrail/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# papertrail
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [920fb6b]
8+
- agentcrumbs@0.5.0
9+
310
## 0.0.1
411

512
### Patch Changes

examples/papertrail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "papertrail",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/agentcrumbs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# agentcrumbs
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
39
## 0.4.0
410

511
### Minor Changes

packages/agentcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentcrumbs",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Debug mode for any agent.",
55
"tshy": {
66
"exports": {

0 commit comments

Comments
 (0)