repowise 0.1.66 → 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,11 +843,10 @@ function isStagingMode() {
843
843
  }
844
844
  var PRODUCTION = {
845
845
  apiUrl: "https://api.repowise.ai",
846
- cognitoDomain: "auth-repowise",
847
- cognitoClientId: "",
848
- // TODO: set after production Cognito deploy
846
+ cognitoDomain: "auth.repowise.ai",
847
+ cognitoClientId: "50so1fkmjbqt1ufnsmbhsjbtst",
849
848
  cognitoRegion: "us-east-1",
850
- customDomain: false
849
+ customDomain: true
851
850
  };
852
851
  var STAGING = {
853
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.66",
3
+ "version": "0.1.68",
4
4
  "type": "module",
5
5
  "description": "AI-optimized codebase context generator",
6
6
  "bin": {