File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 150150 "electron-notarize" : " ^0.1.1"
151151 },
152152 "dependencies" : {
153- "@criptext/api" : " ^0.15.37 " ,
153+ "@criptext/api" : " ^0.17.0 " ,
154154 "@criptext/data-transfer-client" : " ^0.1.1" ,
155155 "@criptext/electron-better-ipc" : " ^0.7.0-rc1-0.2" ,
156156 "@criptext/electron-push-receiver" : " ^2.1.3" ,
Original file line number Diff line number Diff line change 66 criptextInstallerType
77} = require ( './../../package.json' ) ;
88
9- const API_CLIENT_VERSION = '9 .0.0' ;
9+ const API_CLIENT_VERSION = '11 .0.0' ;
1010const LINK_DEVICES_FILE_VERSION = '6' ;
1111const PROD_SOCKET_URL = 'wss://socket.criptext.com' ;
1212const PROD_SERVER_URL = 'https://api.criptext.com' ;
Original file line number Diff line number Diff line change 115115 lodash "^4.2.0"
116116 to-fast-properties "^2.0.0"
117117
118- " @criptext/api@^0.15.37 " :
119- version "0.15.37 "
120- resolved "https://registry.yarnpkg.com/@criptext/api/-/api-0.15.37 .tgz#9cfed4e381a80d57adb8bba56946a27490685449 "
121- integrity sha512-kHR8vBdKYd+NCUxkLUURiJIyl2dwAj1/XR4OnWHd6aIrm3ZUUBp9WXHrFRD879NOvQPHUSBt5bbn5qU/PKZdfw ==
118+ " @criptext/api@^0.17.0 " :
119+ version "0.17.0 "
120+ resolved "https://registry.yarnpkg.com/@criptext/api/-/api-0.17.0 .tgz#7bc102b7c2afd6d971ee3b51c27e20e145cb8c99 "
121+ integrity sha512-w7jxkzxlKqM371wyXrO8YUkgph8RhU5IxYdMmL9L0hx0tdbLAko8DHjHlub7yO2OmStEOUyk7k/RqBfEawlntA ==
122122 dependencies :
123123 superagent "^3.8.2"
124124
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 resultString
1111} from './AESUtils' ;
1212
13- const API_CLIENT_VERSION = '8 .0.0' ;
13+ const API_CLIENT_VERSION = '11 .0.0' ;
1414const apiBaseUrl =
1515 ! process . env . NODE_ENV || process . env . NODE_ENV === 'development'
1616 ? process . env . REACT_APP_DEV_API_URL
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const formEvents = events => {
5757 const data = {
5858 cmd : event . cmd ,
5959 params : JSON . parse ( event . params ) ,
60- rowid : event . rowid
60+ rowid : event . docid || event . rowid
6161 } ;
6262 eventsParsed . push ( data ) ;
6363 } catch ( e ) { }
You can’t perform that action at this time.
0 commit comments