genesys-cloud-service-discovery-web 3.0.60 → 3.0.61

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/index.js CHANGED
@@ -172,7 +172,7 @@ var _environments = [
172
172
  name: "prod-sae1",
173
173
  env: "prod",
174
174
  region: "sa-east-1",
175
- status: "beta",
175
+ status: "stable",
176
176
  publicDomainName: "sae1.pure.cloud",
177
177
  publicDomainAliases: [
178
178
  ]
package/index.umd.js CHANGED
@@ -915,7 +915,7 @@
915
915
  name: "prod-sae1",
916
916
  env: "prod",
917
917
  region: "sa-east-1",
918
- status: "beta",
918
+ status: "stable",
919
919
  publicDomainName: "sae1.pure.cloud",
920
920
  publicDomainAliases: [
921
921
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-cloud-service-discovery-web",
3
- "version": "3.0.60",
3
+ "version": "3.0.61",
4
4
  "description": "Javascript library for discovering region deployments in Genesys Cloud",
5
5
  "main": "index.js",
6
6
  "browser": "index.umd.js",