@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 CHANGED
@@ -156,10 +156,11 @@ var EDGE_DEPLOYMENT_CELLS = {
156
156
  };
157
157
  var EDGE_ENVIRONMENTS = {
158
158
  production: EDGE_DEPLOYMENT_CELLS.production,
159
- // The public SDK has two choices. "sandbox" is the canonical partner
160
- // sandbox in the production account; internal staging cells use explicit
161
- // deployment-cell configuration instead of another public environment enum.
162
- sandbox: EDGE_DEPLOYMENT_CELLS["sandbox-production"]
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
- // The public SDK has two choices. "sandbox" is the canonical partner
82
- // sandbox in the production account; internal staging cells use explicit
83
- // deployment-cell configuration instead of another public environment enum.
84
- sandbox: EDGE_DEPLOYMENT_CELLS["sandbox-production"]
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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edge-markets/connect",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Core types, configuration, and utilities for EDGE Connect SDK",
5
5
  "author": "EdgeBoost",
6
6
  "license": "MIT",