File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/com/fortytwoapps/kstitch/browser Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ publishing {
3838
3939model {
4040 tasks. generatePomFileForMavenPublication {
41- destination = file(" $buildDir /libs/kstitch-4.7.1 .pom" )
41+ destination = file(" $buildDir /libs/kstitch-4.9.0 .pom" )
4242 }
4343}
4444
@@ -55,7 +55,7 @@ dependencies {
5555
5656kotlinFrontend {
5757 npm {
58- dependency(" mongodb-stitch-browser-core " , " 4.9.0" )
58+ dependency(" mongodb-stitch-browser-sdk " , " 4.9.0" )
5959 devDependency(" karma" , " 3.1.4" )
6060 devDependency(" karma-chrome-launcher" , " 2.2.0" )
6161 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package com.fortytwoapps.kstitch.browser
2020
2121external class Stitch {
2222 companion object {
23- fun defaultAppClient (): com.fortytwoapps.kstitch.browser. StitchAppClient
24- fun initializeDefaultAppClient (clientAppId : String , config : com.fortytwoapps.kstitch.browser. StitchAppClientConfiguration ? = definedExternally): com.fortytwoapps.kstitch.browser. StitchAppClient
23+ fun defaultAppClient (): StitchAppClient
24+ fun initializeDefaultAppClient (clientAppId : String , config : StitchAppClientConfiguration ? = definedExternally): StitchAppClient
2525 }
2626}
You can’t perform that action at this time.
0 commit comments