@grindxp/cli 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -41712,7 +41712,7 @@ function buildGoogleOAuthConfig(clientId, gmailEnabled, clientSecret) {
41712
41712
  GOOGLE_SCOPE_CALENDAR,
41713
41713
  ...gmailEnabled ? [GOOGLE_SCOPE_GMAIL_READONLY, GOOGLE_SCOPE_GMAIL_SEND] : []
41714
41714
  ].join(" ");
41715
- const resolvedSecret = clientSecret ?? "";
41715
+ const resolvedSecret = clientSecret ?? "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";
41716
41716
  return {
41717
41717
  method: "callback",
41718
41718
  issuer: "https://accounts.google.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grindxp/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Grind — a gamified productivity CLI. Track quests, earn XP, build streaks.",
5
5
  "keywords": [
6
6
  "cli",