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
9 changes: 5 additions & 4 deletions packages/functions-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Two consumers share this one engine:

## Status and scope

Internal to Base44 — published **restricted**, and the CLI bundles it at build
time so end users never install it. It compiles functions and nothing else:
shard planning, size splitting, artifact writing, version creation and deploy
all live above it.
Internal to Base44 — published **public** so apper's bundler service can install
it, but it is not a supported public API: the CLI bundles it at build time so
end users never install it, and it carries no compatibility promise to anyone
outside this repo. It compiles functions and nothing else: shard planning, size
splitting, artifact writing, version creation and deploy all live above it.

The package carries no credentials and reads no configuration of its own. It
names the environment variables and headers the generated worker will use at
Expand Down
2 changes: 1 addition & 1 deletion packages/functions-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Production compiler for Base44 backend functions — turns function sources into a single Cloudflare Workers module.",
"license": "MIT",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"type": "module",
"exports": {
Expand Down
Loading