Skip to content

Commit e590b50

Browse files
committed
Rename package
1 parent 4821601 commit e590b50

29 files changed

+130
-710
lines changed

.changeset/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ When PRs with changesets are merged to `main`:
2626

2727
## Packages managed by changesets
2828

29-
- `dynamic-worker-bundler` - Core bundler library
29+
- `workers-builder` - Core bundler library
3030

3131
## Ignored packages (not published)
3232

33-
- `dynamic-worker-bundler-tests` - Internal tests
33+
- `workers-builder-tests` - Internal tests
3434
- `basic-example` - Example project

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "danlapid/dynamic-worker-bundler" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "cloudflare/workers-builder" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["dynamic-worker-bundler-tests", "basic-example"]
10+
"ignore": ["workers-builder-tests", "basic-example"]
1111
}

.changeset/initial-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
"dynamic-worker-bundler": minor
2+
"workers-builder": minor
33
---
44

5-
Initial release of dynamic-worker-bundler
5+
Initial release of workers-builder
66

77
Features:
88
- `createWorker()` function to bundle source files for Worker Loader binding

0 commit comments

Comments
 (0)