Skip to content

Commit b41a3ac

Browse files
chore: version packages
1 parent ae49c42 commit b41a3ac

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.changeset/grumpy-tables-cheat.md

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

.changeset/initial-release.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# workers-builder
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`3080a87`](https://github.com/danlapid/workers-builder/commit/3080a875de0cb7bae07ae53ee1d5b14416e5c691) Thanks [@danlapid](https://github.com/danlapid)! - Initial release
8+
9+
- [`9e8839d`](https://github.com/danlapid/workers-builder/commit/9e8839dac1371237d29970a9eeae3a28f5f691e5) Thanks [@danlapid](https://github.com/danlapid)! - Initial release of workers-builder
10+
11+
Features:
12+
13+
- `createWorker()` function to bundle source files for Worker Loader binding
14+
- TypeScript and JSX transformation via Sucrase
15+
- Module resolution with package.json exports field support
16+
- Import rewriting to match Worker Loader's expected module paths
17+
- Optional esbuild-wasm bundling with graceful fallback to transform-only mode
18+
- `installDependencies()` function to install npm packages from registry into virtual node_modules
19+
- `fetchDependencies` option to automatically install dependencies before bundling
20+
- Configurable options: `bundle`, `strictBundling`, `fetchDependencies`, `externals`, `minify`, `sourcemap`

packages/workers-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workers-builder",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Build and bundle Workers at runtime for Cloudflare Worker Loader binding",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)