@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 +9 -6
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
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 = "
|
|
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"));
|