genesys-cloud-service-discovery-web 3.0.463 → 3.0.465
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 +2 -2
- package/index.umd.js +2 -2
- package/package.json +1 -1
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
954
|
+
status: "stable",
|
|
955
955
|
publicDomainName: "mxc1.pure.cloud",
|
|
956
956
|
publicDomainAliases: [
|
|
957
957
|
]
|
package/package.json
CHANGED