Skip to content

Commit 02131dc

Browse files
Version Packages (#155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7378d2b commit 02131dc

11 files changed

Lines changed: 51 additions & 17 deletions

File tree

.changeset/brave-cloudflare-workers.md

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

examples/cf-producer-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pydantic/logfire-cloudflare-worker-example
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7378d2b]
8+
- @pydantic/logfire-cf-workers@1.0.0
9+
310
## 0.0.15
411

512
### Patch Changes

examples/cf-producer-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/logfire-cloudflare-worker-example",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

examples/cf-tail-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pydantic/cf-tail-worker
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7378d2b]
8+
- @pydantic/logfire-cf-workers@1.0.0
9+
310
## 0.0.15
411

512
### Patch Changes

examples/cf-tail-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/cf-tail-worker",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

examples/cf-worker/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7378d2b]
8+
- @pydantic/logfire-cf-workers@1.0.0
9+
310
## 0.0.15
411

512
### Patch Changes

examples/cf-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/cf-worker",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

packages/logfire-cf-workers/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @pydantic/logfire-cf-workers
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7378d2b: Move the Cloudflare Worker OpenTelemetry implementation into the monorepo and publish Cloudflare packages as stable ESM-only packages.
8+
9+
`@pydantic/logfire-cf-workers` now depends on the workspace `@pydantic/otel-cf-workers` package and no longer publishes CommonJS exports or `.d.cts` declarations. `@pydantic/otel-cf-workers` is published from this repository with unified OpenTelemetry catalog dependencies and ESM-only package exports.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [7378d2b]
14+
- @pydantic/otel-cf-workers@1.0.0
15+
316
## 0.12.4
417

518
### Patch Changes

packages/logfire-cf-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"stats",
2727
"monitoring"
2828
],
29-
"version": "0.12.4",
29+
"version": "1.0.0",
3030
"type": "module",
3131
"main": "./dist/index.js",
3232
"module": "./dist/index.js",

packages/otel-cf-workers/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pydantic/otel-cf-workers
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- 7378d2b: Move the Cloudflare Worker OpenTelemetry implementation into the monorepo and publish Cloudflare packages as stable ESM-only packages.
8+
9+
`@pydantic/logfire-cf-workers` now depends on the workspace `@pydantic/otel-cf-workers` package and no longer publishes CommonJS exports or `.d.cts` declarations. `@pydantic/otel-cf-workers` is published from this repository with unified OpenTelemetry catalog dependencies and ESM-only package exports.
10+
311
## 1.0.0-rc.56
412

513
### Patch Changes
@@ -56,10 +64,10 @@
5664

5765
```ts
5866
export default {
59-
async email(message, env, ctx) {
60-
// this is running in a trace!
61-
},
62-
}
67+
async email(message, env, ctx) {
68+
// this is running in a trace!
69+
},
70+
};
6371
```
6472

6573
## 1.0.0-rc.48

0 commit comments

Comments
 (0)