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 +3 -3
- package/index.umd.js +3 -3
- package/package.json +1 -1
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
936
|
+
status: "stable",
|
|
937
937
|
publicDomainName: "mec1.pure.cloud",
|
|
938
938
|
publicDomainAliases: [
|
|
939
939
|
]
|
package/package.json
CHANGED