repowise 0.1.66 → 0.1.67

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