Skip to content

Commit d3e4b8c

Browse files
committed
add core back in
1 parent 6f2ae33 commit d3e4b8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ publishing {
3838

3939
model {
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

5656
kotlinFrontend {
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
}

src/main/kotlin/com/fortytwoapps/kstitch/browser/Stitch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package com.fortytwoapps.kstitch.browser
2020

2121
external 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
}

0 commit comments

Comments
 (0)