repowise 0.1.67 → 0.1.68

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.
@@ -843,10 +843,10 @@ function isStagingMode() {
843
843
  }
844
844
  var PRODUCTION = {
845
845
  apiUrl: "https://api.repowise.ai",
846
- cognitoDomain: "auth-repowise",
846
+ cognitoDomain: "auth.repowise.ai",
847
847
  cognitoClientId: "50so1fkmjbqt1ufnsmbhsjbtst",
848
848
  cognitoRegion: "us-east-1",
849
- customDomain: false
849
+ customDomain: true
850
850
  };
851
851
  var STAGING = {
852
852
  apiUrl: "https://staging-api.repowise.ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repowise",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "type": "module",
5
5
  "description": "AI-optimized codebase context generator",
6
6
  "bin": {