@sandblocks/cli 0.5.0 → 0.6.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/dist/cli.js +2 -2
- package/dist/cli.js.map +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -14039,7 +14039,7 @@ async function recordSandbox(context, loaded, preview, serviceRoutes, healthEvid
|
|
|
14039
14039
|
goal: preview.goal,
|
|
14040
14040
|
status: status3,
|
|
14041
14041
|
stack: loaded.manifest.name ?? context.state.repository,
|
|
14042
|
-
deploymentType: preview.
|
|
14042
|
+
deploymentType: preview.deploymentType,
|
|
14043
14043
|
revisionId: deploymentId,
|
|
14044
14044
|
generation: Date.now(),
|
|
14045
14045
|
baseDomain: preview.baseDomain,
|
|
@@ -16649,4 +16649,4 @@ export {
|
|
|
16649
16649
|
parse2 as parse
|
|
16650
16650
|
};
|
|
16651
16651
|
|
|
16652
|
-
//# debugId=
|
|
16652
|
+
//# debugId=B268A7EFF33E724C64756E2164756E21
|