Skip to content

Commit

Permalink
Force logout for this version; Bump mex-electron version (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukul Mehta authored Nov 1, 2022
1 parent 6a51022 commit 0c994e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mex-alpha",
"productName": "Mex Alpha",
"version": "0.16.2-alpha.3",
"version": "0.16.2-alpha.4",
"description": "Mex it to flex it",
"main": "dist/main.cjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/transforms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Snippet } from '../../types/data'
import { ArrayTransform, CustomTransformation, DataTransformation, KeysTransformation } from '../../utils/dataTransform'
import { initialSnippets } from '../initial/snippets'

export const ForceLogutVersion = '0.14.0-alpha.1'
export const ForceLogutVersion = '0.16.2-alpha.3'
// export const TaskViewExpiryTime = '2022-09-16T12:33:46.090Z'

/**
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3674,10 +3674,10 @@
object-hash "^3.0.0"
riot-tmpl "^3.0.8"

"@workduck-io/dwindle@^0.0.21":
version "0.0.21"
resolved "https://npm.pkg.github.com/download/@workduck-io/dwindle/0.0.21/f3e68b45c46ec747eb52a29830910c2865b16015#f3e68b45c46ec747eb52a29830910c2865b16015"
integrity sha512-5i8wNKeRDAaec0+GCdSNrx434orG3m/7UY+KR79nX6mGV+AvsQVaaMlqAYuSBl760SC4RSF0OtckztnbkWmq6A==
"@workduck-io/dwindle@^0.0.22":
version "0.0.22"
resolved "https://npm.pkg.github.com/download/@workduck-io/dwindle/0.0.22/d1ac992d36671222094aaea65b6ce93f6fadb8e9#d1ac992d36671222094aaea65b6ce93f6fadb8e9"
integrity sha512-1x83qfgVtXT3XT8SPLxeuQSBFjRmq1XpzCCOsHwOaKDzNeOGtSPpPDWZ/zS1a4Las0c1OjorYfXczE6DcLEOyg==
dependencies:
"@aws-sdk/client-cognito-identity" "^3.17.0"
"@aws-sdk/client-s3" "^3.17.0"
Expand Down

0 comments on commit 0c994e5

Please sign in to comment.