genesys-cloud-service-discovery-web 3.0.241 → 3.0.243

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
@@ -118,7 +118,7 @@ var _environments = [
118
118
  name: "prod-apne3",
119
119
  env: "prod",
120
120
  region: "ap-northeast-3",
121
- status: "beta",
121
+ status: "stable",
122
122
  publicDomainName: "apne3.pure.cloud",
123
123
  publicDomainAliases: [
124
124
  ]
@@ -163,7 +163,7 @@ var _environments = [
163
163
  name: "prod-euc2",
164
164
  env: "prod",
165
165
  region: "eu-central-2",
166
- status: "beta",
166
+ status: "stable",
167
167
  publicDomainName: "euc2.pure.cloud",
168
168
  publicDomainAliases: [
169
169
  ]
@@ -190,7 +190,7 @@ var _environments = [
190
190
  name: "prod-mec1",
191
191
  env: "prod",
192
192
  region: "me-central-1",
193
- status: "beta",
193
+ status: "stable",
194
194
  publicDomainName: "mec1.pure.cloud",
195
195
  publicDomainAliases: [
196
196
  ]
package/index.umd.js CHANGED
@@ -861,7 +861,7 @@
861
861
  name: "prod-apne3",
862
862
  env: "prod",
863
863
  region: "ap-northeast-3",
864
- status: "beta",
864
+ status: "stable",
865
865
  publicDomainName: "apne3.pure.cloud",
866
866
  publicDomainAliases: [
867
867
  ]
@@ -906,7 +906,7 @@
906
906
  name: "prod-euc2",
907
907
  env: "prod",
908
908
  region: "eu-central-2",
909
- status: "beta",
909
+ status: "stable",
910
910
  publicDomainName: "euc2.pure.cloud",
911
911
  publicDomainAliases: [
912
912
  ]
@@ -933,7 +933,7 @@
933
933
  name: "prod-mec1",
934
934
  env: "prod",
935
935
  region: "me-central-1",
936
- status: "beta",
936
+ status: "stable",
937
937
  publicDomainName: "mec1.pure.cloud",
938
938
  publicDomainAliases: [
939
939
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-cloud-service-discovery-web",
3
- "version": "3.0.241",
3
+ "version": "3.0.243",
4
4
  "description": "Javascript library for discovering region deployments in Genesys Cloud",
5
5
  "main": "index.js",
6
6
  "browser": "index.umd.js",