File tree Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ tasks {
98
98
dependsOn(copyPackageJson, copyJS, copySourceMap)
99
99
workingDir(" $buildDir /node_module" )
100
100
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 " )
102
102
} else {
103
- commandLine(" npm" , " publish" , " --registry https ://npm.pkg.github.com/ " )
103
+ commandLine(" npm" , " publish" , " --registry http ://localhost:4873 " )
104
104
}
105
105
}
106
106
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @teamhubapp/firebase-app" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-beta1 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-app.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk" ,
25
25
"dependencies" : {
26
- "@teamhubapp/firebase-common" : " 0.1.0" ,
26
+ "@teamhubapp/firebase-common" : " 0.1.0-beta1 " ,
27
27
"firebase" : " 6.2.3" ,
28
28
"kotlin" : " 1.3.60" ,
29
- "kotlinx-coroutines-core" : " 1.2 .2"
29
+ "kotlinx-coroutines-core" : " 1.3 .2"
30
30
}
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ tasks {
89
89
dependsOn(copyPackageJson, copyJS, copySourceMap)
90
90
workingDir(" $buildDir /node_module" )
91
91
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 " )
93
93
} else {
94
- commandLine(" npm" , " publish" , " --registry https ://npm.pkg.github.com/ " )
94
+ commandLine(" npm" , " publish" , " --registry http ://localhost:4873 " )
95
95
}
96
96
}
97
97
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @teamhubapp/firebase-auth" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-beta1 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-auth.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk" ,
25
25
"dependencies" : {
26
- "@teamhubapp/firebase-app" : " 0.1.0" ,
26
+ "@teamhubapp/firebase-app" : " 0.1.0-beta1 " ,
27
27
"firebase" : " 6.2.3" ,
28
28
"kotlin" : " 1.3.60" ,
29
- "kotlinx-coroutines-core" : " 1.2 .2"
29
+ "kotlinx-coroutines-core" : " 1.3 .2"
30
30
}
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ tasks {
96
96
dependsOn(copyPackageJson, copyJS, copySourceMap)
97
97
workingDir(" $buildDir /node_module" )
98
98
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 " )
100
100
} else {
101
- commandLine(" npm" , " publish" , " --registry https ://npm.pkg.github.com/ " )
101
+ commandLine(" npm" , " publish" , " --registry http ://localhost:4873 " )
102
102
}
103
103
}
104
104
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @teamhubapp/firebase-common" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-beta1 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-common.js" ,
6
6
"scripts" : {
25
25
"dependencies" : {
26
26
"firebase" : " 6.2.3" ,
27
27
"kotlin" : " 1.3.60" ,
28
- "kotlinx-coroutines-core" : " 1.2 .2"
28
+ "kotlinx-coroutines-core" : " 1.3 .2"
29
29
}
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ tasks {
99
99
dependsOn(copyPackageJson, copyJS, copySourceMap)
100
100
workingDir(" $buildDir /node_module" )
101
101
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 " )
103
103
} else {
104
- commandLine(" npm" , " publish" , " --registry https ://npm.pkg.github.com/ " )
104
+ commandLine(" npm" , " publish" , " --registry http ://localhost:4873 " )
105
105
}
106
106
}
107
107
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @teamhubapp/firebase-database" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-beta1 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-database.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk" ,
25
25
"dependencies" : {
26
- "@teamhubapp/firebase-app" : " 0.1.0" ,
26
+ "@teamhubapp/firebase-app" : " 0.1.0-beta1 " ,
27
27
"firebase" : " 6.2.3" ,
28
28
"kotlin" : " 1.3.60" ,
29
- "kotlinx-coroutines-core" : " 1.2 .2"
29
+ "kotlinx-coroutines-core" : " 1.3 .2"
30
30
}
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ tasks {
99
99
dependsOn(copyPackageJson, copyJS, copySourceMap)
100
100
workingDir(" $buildDir /node_module" )
101
101
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 " )
103
103
} else {
104
- commandLine(" npm" , " publish" , " --registry https ://npm.pkg.github.com/ " )
104
+ commandLine(" npm" , " publish" , " --registry http ://localhost:4873 " )
105
105
}
106
106
}
107
107
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @teamhubapp/firebase-firestore" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-beta1 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-firestore.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/TeamHubApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@teamhubapp/firebase-app" : " 0.1.0" ,
26
+ "@teamhubapp/firebase-app" : " 0.1.0-beta1 " ,
27
27
"firebase" : " 6.2.3" ,
28
28
"kotlin" : " 1.3.60" ,
29
- "kotlinx-coroutines-core" : " 1.2 .2"
29
+ "kotlinx-coroutines-core" : " 1.3 .2"
30
30
}
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments