Skip to content

Commit 160b4e0

Browse files
committed
update JS version numbers
1 parent 4f73348 commit 160b4e0

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

firebase-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ tasks {
9898
dependsOn(copyPackageJson, copyJS, copySourceMap)
9999
workingDir("$buildDir/node_module")
100100
if(Os.isFamily(Os.FAMILY_WINDOWS)) {
101-
commandLine("cmd", "/c", "npm publish --registry https://npm.pkg.github.com/")
101+
commandLine("cmd", "/c", "npm publish --registry http://localhost:4873")
102102
} else {
103-
commandLine("npm", "publish", "--registry https://npm.pkg.github.com/")
103+
commandLine("npm", "publish", "--registry http://localhost:4873")
104104
}
105105
}
106106
}

firebase-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamhubapp/firebase-app",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta1",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-app.js",
66
"scripts": {
@@ -23,10 +23,10 @@
2323
},
2424
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk",
2525
"dependencies": {
26-
"@teamhubapp/firebase-common": "0.1.0",
26+
"@teamhubapp/firebase-common": "0.1.0-beta1",
2727
"firebase": "6.2.3",
2828
"kotlin": "1.3.60",
29-
"kotlinx-coroutines-core": "1.2.2"
29+
"kotlinx-coroutines-core": "1.3.2"
3030
}
3131
}
3232

firebase-auth/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ tasks {
8989
dependsOn(copyPackageJson, copyJS, copySourceMap)
9090
workingDir("$buildDir/node_module")
9191
if(Os.isFamily(Os.FAMILY_WINDOWS)) {
92-
commandLine("cmd", "/c", "npm publish --registry https://npm.pkg.github.com/")
92+
commandLine("cmd", "/c", "npm publish --registry http://localhost:4873")
9393
} else {
94-
commandLine("npm", "publish", "--registry https://npm.pkg.github.com/")
94+
commandLine("npm", "publish", "--registry http://localhost:4873")
9595
}
9696
}
9797
}

firebase-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamhubapp/firebase-auth",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta1",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-auth.js",
66
"scripts": {
@@ -23,10 +23,10 @@
2323
},
2424
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk",
2525
"dependencies": {
26-
"@teamhubapp/firebase-app": "0.1.0",
26+
"@teamhubapp/firebase-app": "0.1.0-beta1",
2727
"firebase": "6.2.3",
2828
"kotlin": "1.3.60",
29-
"kotlinx-coroutines-core": "1.2.2"
29+
"kotlinx-coroutines-core": "1.3.2"
3030
}
3131
}
3232

firebase-common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ tasks {
9696
dependsOn(copyPackageJson, copyJS, copySourceMap)
9797
workingDir("$buildDir/node_module")
9898
if(Os.isFamily(Os.FAMILY_WINDOWS)) {
99-
commandLine("cmd", "/c", "npm publish --registry https://npm.pkg.github.com/")
99+
commandLine("cmd", "/c", "npm publish --registry http://localhost:4873")
100100
} else {
101-
commandLine("npm", "publish", "--registry https://npm.pkg.github.com/")
101+
commandLine("npm", "publish", "--registry http://localhost:4873")
102102
}
103103
}
104104
}

firebase-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamhubapp/firebase-common",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta1",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-common.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"firebase": "6.2.3",
2727
"kotlin": "1.3.60",
28-
"kotlinx-coroutines-core": "1.2.2"
28+
"kotlinx-coroutines-core": "1.3.2"
2929
}
3030
}
3131

firebase-database/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ tasks {
9999
dependsOn(copyPackageJson, copyJS, copySourceMap)
100100
workingDir("$buildDir/node_module")
101101
if(Os.isFamily(Os.FAMILY_WINDOWS)) {
102-
commandLine("cmd", "/c", "npm publish --registry https://npm.pkg.github.com/")
102+
commandLine("cmd", "/c", "npm publish --registry http://localhost:4873")
103103
} else {
104-
commandLine("npm", "publish", "--registry https://npm.pkg.github.com/")
104+
commandLine("npm", "publish", "--registry http://localhost:4873")
105105
}
106106
}
107107
}

firebase-database/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamhubapp/firebase-database",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta1",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-database.js",
66
"scripts": {
@@ -23,10 +23,10 @@
2323
},
2424
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk",
2525
"dependencies": {
26-
"@teamhubapp/firebase-app": "0.1.0",
26+
"@teamhubapp/firebase-app": "0.1.0-beta1",
2727
"firebase": "6.2.3",
2828
"kotlin": "1.3.60",
29-
"kotlinx-coroutines-core": "1.2.2"
29+
"kotlinx-coroutines-core": "1.3.2"
3030
}
3131
}
3232

firebase-firestore/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ tasks {
9999
dependsOn(copyPackageJson, copyJS, copySourceMap)
100100
workingDir("$buildDir/node_module")
101101
if(Os.isFamily(Os.FAMILY_WINDOWS)) {
102-
commandLine("cmd", "/c", "npm publish --registry https://npm.pkg.github.com/")
102+
commandLine("cmd", "/c", "npm publish --registry http://localhost:4873")
103103
} else {
104-
commandLine("npm", "publish", "--registry https://npm.pkg.github.com/")
104+
commandLine("npm", "publish", "--registry http://localhost:4873")
105105
}
106106
}
107107
}

firebase-firestore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamhubapp/firebase-firestore",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta1",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-firestore.js",
66
"scripts": {
@@ -23,10 +23,10 @@
2323
},
2424
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@teamhubapp/firebase-app": "0.1.0",
26+
"@teamhubapp/firebase-app": "0.1.0-beta1",
2727
"firebase": "6.2.3",
2828
"kotlin": "1.3.60",
29-
"kotlinx-coroutines-core": "1.2.2"
29+
"kotlinx-coroutines-core": "1.3.2"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)