@edge-markets/connect 1.10.0 → 1.10.1
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/index.js +5 -4
- package/dist/index.mjs +5 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -156,10 +156,11 @@ var EDGE_DEPLOYMENT_CELLS = {
|
|
|
156
156
|
};
|
|
157
157
|
var EDGE_ENVIRONMENTS = {
|
|
158
158
|
production: EDGE_DEPLOYMENT_CELLS.production,
|
|
159
|
-
//
|
|
160
|
-
// sandbox
|
|
161
|
-
//
|
|
162
|
-
|
|
159
|
+
// Keep the public sandbox default on the accepted staging-account cell until
|
|
160
|
+
// sandbox-production Link, DNS, and Alexandria acceptance are complete.
|
|
161
|
+
// The canonical cell remains available through getDeploymentCellConfig for
|
|
162
|
+
// explicit internal rollout testing.
|
|
163
|
+
sandbox: EDGE_DEPLOYMENT_CELLS["sandbox-staging"]
|
|
163
164
|
};
|
|
164
165
|
function getEnvironmentConfig(environment) {
|
|
165
166
|
return EDGE_ENVIRONMENTS[environment];
|
package/dist/index.mjs
CHANGED
|
@@ -78,10 +78,11 @@ var EDGE_DEPLOYMENT_CELLS = {
|
|
|
78
78
|
};
|
|
79
79
|
var EDGE_ENVIRONMENTS = {
|
|
80
80
|
production: EDGE_DEPLOYMENT_CELLS.production,
|
|
81
|
-
//
|
|
82
|
-
// sandbox
|
|
83
|
-
//
|
|
84
|
-
|
|
81
|
+
// Keep the public sandbox default on the accepted staging-account cell until
|
|
82
|
+
// sandbox-production Link, DNS, and Alexandria acceptance are complete.
|
|
83
|
+
// The canonical cell remains available through getDeploymentCellConfig for
|
|
84
|
+
// explicit internal rollout testing.
|
|
85
|
+
sandbox: EDGE_DEPLOYMENT_CELLS["sandbox-staging"]
|
|
85
86
|
};
|
|
86
87
|
function getEnvironmentConfig(environment) {
|
|
87
88
|
return EDGE_ENVIRONMENTS[environment];
|