genesys-cloud-service-discovery-web 3.0.462 → 3.0.464

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
@@ -136,7 +136,7 @@ var _environments = [
136
136
  name: "prod-apse1",
137
137
  env: "prod",
138
138
  region: "ap-southeast-1",
139
- status: "beta",
139
+ status: "stable",
140
140
  publicDomainName: "apse1.pure.cloud",
141
141
  publicDomainAliases: [
142
142
  ]
@@ -208,7 +208,7 @@ var _environments = [
208
208
  name: "prod-mxc1",
209
209
  env: "prod",
210
210
  region: "mx-central-1",
211
- status: "beta",
211
+ status: "stable",
212
212
  publicDomainName: "mxc1.pure.cloud",
213
213
  publicDomainAliases: [
214
214
  ]
package/index.umd.js CHANGED
@@ -879,7 +879,7 @@
879
879
  name: "prod-apse1",
880
880
  env: "prod",
881
881
  region: "ap-southeast-1",
882
- status: "beta",
882
+ status: "stable",
883
883
  publicDomainName: "apse1.pure.cloud",
884
884
  publicDomainAliases: [
885
885
  ]
@@ -951,7 +951,7 @@
951
951
  name: "prod-mxc1",
952
952
  env: "prod",
953
953
  region: "mx-central-1",
954
- status: "beta",
954
+ status: "stable",
955
955
  publicDomainName: "mxc1.pure.cloud",
956
956
  publicDomainAliases: [
957
957
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-cloud-service-discovery-web",
3
- "version": "3.0.462",
3
+ "version": "3.0.464",
4
4
  "description": "Javascript library for discovering region deployments in Genesys Cloud",
5
5
  "main": "index.js",
6
6
  "browser": "index.umd.js",