genesys-cloud-service-discovery-web 3.0.37 → 3.0.40

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
@@ -80,7 +80,7 @@ var _environments = [
80
80
  name: "fedramp-use2-core",
81
81
  env: "fedramp",
82
82
  region: "us-east-2",
83
- status: "beta",
83
+ status: "stable",
84
84
  publicDomainName: "use2.us-gov-pure.cloud",
85
85
  publicDomainAliases: [
86
86
  ]
package/index.umd.js CHANGED
@@ -684,7 +684,7 @@
684
684
  name: "fedramp-use2-core",
685
685
  env: "fedramp",
686
686
  region: "us-east-2",
687
- status: "beta",
687
+ status: "stable",
688
688
  publicDomainName: "use2.us-gov-pure.cloud",
689
689
  publicDomainAliases: [
690
690
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-cloud-service-discovery-web",
3
- "version": "3.0.37",
3
+ "version": "3.0.40",
4
4
  "description": "Javascript library for discovering region deployments in Genesys Cloud",
5
5
  "main": "index.js",
6
6
  "browser": "index.umd.js",