@capxul/sandbox 4.1.4 → 4.2.0-rc.2
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 +8 -5
- package/dist/capxul-source.json +11 -0
- package/dist/main.mjs +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,11 +38,14 @@ These checks prove parsing, environment-file rewriting, bounded amount
|
|
|
38
38
|
conversion, Convex command construction, and packing. They do not prove a live
|
|
39
39
|
key mint, faucet transaction, or installed CLI artifact.
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
The historical [#920](https://github.com/Xelmar-tech/infrastructure/issues/920)
|
|
42
|
+
plan names a `proofs:live` command that this package does not define. Check the
|
|
43
|
+
current issue and proof state before selecting live acceptance.
|
|
44
|
+
[#922](https://github.com/Xelmar-tech/infrastructure/issues/922) records the
|
|
45
|
+
separate packed-install and bin startup proof requirement. The current
|
|
46
|
+
`scripts/__tests__/pack-install-smoke.test.mjs` installs the CLI tarballs in a
|
|
47
|
+
clean project and invokes their bins with `--help`. Its current run result
|
|
48
|
+
owns that artifact claim; it does not prove a live key mint or faucet transfer.
|
|
46
49
|
|
|
47
50
|
Read [CONTEXT.md](./CONTEXT.md) before changing command, secret, deployment, or
|
|
48
51
|
proof behavior.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"source": {
|
|
3
|
+
"commit": "fe4f1c05f1de962a7a76825816bdff2beaf5fc88",
|
|
4
|
+
"tree": "45b0c3cfdd39d23a4cfb1c1bcc047521f16bc12d",
|
|
5
|
+
"branch": "codex/programme-rc",
|
|
6
|
+
"repository": "https://github.com/Xelmar-tech/infrastructure",
|
|
7
|
+
"lockfileSha256": "5870f53b72706d103220c1bcf733cb4fb71196aea32a9cfbdc277d73cc959264"
|
|
8
|
+
},
|
|
9
|
+
"name": "@capxul/sandbox",
|
|
10
|
+
"version": "4.2.0-rc.2"
|
|
11
|
+
}
|
package/dist/main.mjs
CHANGED
|
@@ -41,9 +41,10 @@ var deployment_topology_default = {
|
|
|
41
41
|
"convexType": "self-hosted",
|
|
42
42
|
"convexUrl": "https://convex-backend-production-f220.up.railway.app",
|
|
43
43
|
"convexSiteUrl": "https://api.staging.capxul.com",
|
|
44
|
+
"authProviderJwksUrl": "https://convex-site-production-29eb.up.railway.app/api/auth/convex/jwks",
|
|
44
45
|
"chainId": 84532,
|
|
45
46
|
"expectedFingerprints": {
|
|
46
|
-
"applicationId": "
|
|
47
|
+
"applicationId": "8a99496340f792f4",
|
|
47
48
|
"openfortProjectId": "pro_0b4a69d6-14ac-4323-a593-4fdbc2fe7632",
|
|
48
49
|
"openfortPublishableKey": "aab42edbcdc683e7",
|
|
49
50
|
"shieldPublishableKey": "a323489c9a8d8da2"
|