chore(version-snjs): 2.7.20

This commit is contained in:
Antonella Sgarlatta
2021-07-15 12:49:36 -03:00
parent 08ab1d009d
commit ffc84a7ab6
4 changed files with 5 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ export class WebApplication extends SNApplication {
scope: angular.IScope, scope: angular.IScope,
defaultSyncServerHost: string, defaultSyncServerHost: string,
public bridge: Bridge, public bridge: Bridge,
webSocketUrl: string,
) { ) {
super( super(
bridge.environment, bridge.environment,
@@ -64,7 +63,6 @@ export class WebApplication extends SNApplication {
identifier, identifier,
[], [],
defaultSyncServerHost, defaultSyncServerHost,
webSocketUrl,
); );
this.$compile = $compile; this.$compile = $compile;
this.scope = scope; this.scope = scope;

View File

@@ -64,7 +64,6 @@ export class ApplicationGroup extends SNApplicationGroup {
scope, scope,
this.defaultSyncServerHost, this.defaultSyncServerHost,
this.bridge, this.bridge,
this.webSocketUrl
); );
const appState = new AppState( const appState = new AppState(
this.$rootScope, this.$rootScope,

View File

@@ -71,7 +71,7 @@
"@reach/checkbox": "^0.13.2", "@reach/checkbox": "^0.13.2",
"@reach/dialog": "^0.13.0", "@reach/dialog": "^0.13.0",
"@standardnotes/sncrypto-web": "1.2.10", "@standardnotes/sncrypto-web": "1.2.10",
"@standardnotes/snjs": "2.7.19", "@standardnotes/snjs": "2.7.20",
"mobx": "^6.1.6", "mobx": "^6.1.6",
"mobx-react-lite": "^3.2.0", "mobx-react-lite": "^3.2.0",
"preact": "^10.5.12" "preact": "^10.5.12"

View File

@@ -2029,10 +2029,10 @@
"@standardnotes/sncrypto-common" "^1.2.7" "@standardnotes/sncrypto-common" "^1.2.7"
libsodium-wrappers "^0.7.8" libsodium-wrappers "^0.7.8"
"@standardnotes/snjs@2.7.19": "@standardnotes/snjs@2.7.20":
version "2.7.19" version "2.7.20"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.7.19.tgz#060d7e003e9c32e848e517c7e21b30db29a6e369" resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.7.20.tgz#73b5a6c3d5c05a575ee7b5bcf082af42cb172860"
integrity sha512-KeM6HNWjWpb4RF3QcEUqCT8m8c0LdpDO01dRSMOmz61N4L/fO0qyVj/FiDq2Tr9KSCHitWrwgX9hKhbZquvSsA== integrity sha512-EoxIc6wWn9kHMcDE9M1hSXozq4r2dGjdUVY7zAOdTGgnuWPrUMOgVZNEXbF6C0jI3cGO/jNmtQ64fikcqwSwpw==
dependencies: dependencies:
"@standardnotes/auth" "3.1.1" "@standardnotes/auth" "3.1.1"
"@standardnotes/sncrypto-common" "^1.2.9" "@standardnotes/sncrypto-common" "^1.2.9"