Skip to content

Commit

Permalink
update built-in proton web clients (4.0.0-beta14)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed May 28, 2020
1 parent b8f70b0 commit 0a1d7d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions scripts/prepare-webclient/protonmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ async function configure(
api: `https://${folderNameAsDomain}/api`,
secure: "https://secure.protonmail.com",
},
// so "dsn: SENTRY_CONFIG[env].sentry" code line not throwing ("env" variable gets resolved with "dev" value)
// https://github.com/ProtonMail/WebClient/blob/aebd13605eec849bab199ffc0e58407a2e0d6537/env/config.js#L146
dev: {},
}, null, 2),
);

Expand Down
8 changes: 4 additions & 4 deletions src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const PROVIDER_REPOS: DeepReadonly<Record<"WebClient" | "proton-mail-sett
repoRelativeDistDir: "./build",
baseDir: "", // TODO define model as {baseDir?: string} instead of using empty string value
repo: "https://github.com/ProtonMail/WebClient.git",
commit: "da47545e1182fcb022917ecc400b2a6c59ef87a0",
version: "4.0.0-beta13",
commit: "aebd13605eec849bab199ffc0e58407a2e0d6537",
version: "4.0.0-beta14",
protonPackAppConfig: {
// TODO proton-v4: make sure this value comes to the build after 4.0.0-beta7+ update
// currently it's hadrcoded in the WebClient code
Expand Down Expand Up @@ -124,8 +124,8 @@ export const PROVIDER_REPOS: DeepReadonly<Record<"WebClient" | "proton-mail-sett
repoRelativeDistDir: "./dist",
baseDir: "calendar",
repo: "https://github.com/ProtonMail/proton-calendar.git",
commit: "02cba956a54d79c7752993ac61ebc3dbc2901e8d",
version: "4.0.0-beta.2",
commit: "91863877b24008bc2fb49b3875d6ae93fcf3483c",
version: "4.0.0-beta.3",
protonPackAppConfig: {
clientId: "WebCalendar",
},
Expand Down

0 comments on commit 0a1d7d4

Please sign in to comment.