@multiplayer-app/sandbox 3.0.0-wip-yjs-state-changes.0 → 4.0.0-wip-yjs-state-changes.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -114,12 +114,15 @@ Architecture-specific tags use `<version>-<arch>` so a separate publishing
114
114
  workflow can push them and optionally create a multi-architecture `<version>`
115
115
  manifest. The build script never uploads files or pushes images.
116
116
 
117
- Tags matching `sandbox-v*` run three release jobs: npm package publication and
118
- the two architecture-specific base-image publishers start after lint in
119
- parallel; once both architectures are available, a final job creates the
120
- multi-architecture Docker tags. The publisher expects the repository variable
121
- `SANDBOX_BASE_IMAGES_S3_BUCKET`, the existing `DOCKERHUB_ORGANIZATION` variable,
122
- and the existing `AWS_ROLE_ARN` and `DOCKERHUB_OIDC_ID` secrets.
117
+ Tags matching `sandbox-v*` run npm package publication alongside base-image
118
+ publishers for every combination of `test`, `staging`, `production`, and `demo`
119
+ with `x86_64` and `aarch64`; these jobs publish only QEMU, Firecracker, and
120
+ Lambda artifacts to each environment's S3 bucket. Each S3 publisher enters its
121
+ GitHub environment and expects `ARTIFACTS_S3_BUCKET` plus `AWS_ROLE_ARN` there.
122
+ Container images are published globally exactly once per architecture by a
123
+ separate job, followed by one global multi-architecture manifest job. Those jobs
124
+ use the repository-level `DOCKERHUB_ORGANIZATION` variable and
125
+ `DOCKERHUB_OIDC_ID` secret and do not enter a GitHub environment.
123
126
 
124
127
  The runner-specific paths intentionally duplicate shared artifacts. That keeps
125
128
  each S3 prefix self-contained and allows runner formats to evolve independently.
package/dist/cli.js CHANGED
@@ -28,7 +28,7 @@ var import_config5 = require("dotenv/config");
28
28
  var import_commander = require("commander");
29
29
 
30
30
  // package.json
31
- var version = "3.0.0-wip-yjs-state-changes.0";
31
+ var version = "4.0.0-wip-yjs-state-changes.0";
32
32
 
33
33
  // src/config.ts
34
34
  var import_os2 = __toESM(require("os"));