Skip to content

Commit ddfd461

Browse files
committed
Update the packages with name and scope changes
1 parent 18c71db commit ddfd461

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

firebase-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teamhubapp/firebase-app",
2+
"name": "@gitlive/firebase-app",
33
"version": "0.1.0-beta4",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-app.js",
@@ -8,20 +8,20 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk.git"
11+
"url": "git+https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk.git"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"multiplatform",
1616
"kotlin-js",
1717
"firebase"
1818
],
19-
"author": "teamhub.dev",
19+
"author": "dev.gitlive",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/TeamHubApp/firebase-kotlin-sdk/issues"
22+
"url": "https://github.com/GitLiveApp/firebase-kotlin-sdk/issues"
2323
},
24-
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-sdk",
24+
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@teamhubapp/firebase-common": "0.1.0-beta4",
2727
"firebase": "6.2.3",

firebase-auth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teamhubapp/firebase-auth",
2+
"name": "@gitlive/firebase-auth",
33
"version": "0.1.0-beta4",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-auth.js",
@@ -8,20 +8,20 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk.git"
11+
"url": "git+https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk.git"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"multiplatform",
1616
"kotlin-js",
1717
"firebase"
1818
],
19-
"author": "teamhub.dev",
19+
"author": "dev.gitlive",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/TeamHubApp/firebase-kotlin-sdk/issues"
22+
"url": "https://github.com/GitLiveApp/firebase-kotlin-sdk/issues"
2323
},
24-
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-sdk",
24+
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@teamhubapp/firebase-app": "0.1.0-beta4",
2727
"firebase": "6.2.3",

firebase-common/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teamhubapp/firebase-common",
2+
"name": "@gitlive/firebase-common",
33
"version": "0.1.0-beta6",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-common.js",
@@ -8,20 +8,20 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk.git"
11+
"url": "git+https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk.git"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"multiplatform",
1616
"kotlin-js",
1717
"firebase"
1818
],
19-
"author": "teamhub.dev",
19+
"author": "dev.gitlive",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk/issues"
22+
"url": "https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk/issues"
2323
},
24-
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk",
24+
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk",
2525
"dependencies": {
2626
"firebase": "6.2.3",
2727
"kotlin": "1.3.70",

firebase-database/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teamhubapp/firebase-database",
2+
"name": "@gitlive/firebase-database",
33
"version": "0.1.0-beta4",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-database.js",
@@ -8,20 +8,20 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk.git"
11+
"url": "git+https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk.git"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"multiplatform",
1616
"kotlin-js",
1717
"firebase"
1818
],
19-
"author": "teamhub.dev",
19+
"author": "dev.gitlive",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/TeamHubApp/firebase-kotlin-sdk/issues"
22+
"url": "https://github.com/GitLiveApp/firebase-kotlin-sdk/issues"
2323
},
24-
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-sdk",
24+
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@teamhubapp/firebase-app": "0.1.0-beta4",
2727
"firebase": "6.2.3",

firebase-firestore/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teamhubapp/firebase-firestore",
2+
"name": "@gitlive/firebase-firestore",
33
"version": "0.1.0-beta4",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-firestore.js",
@@ -8,20 +8,20 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/TeamHubApp/firebase-kotlin-sdk.git"
11+
"url": "git+https://github.com/GitLiveApp/firebase-kotlin-sdk.git"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"multiplatform",
1616
"kotlin-js",
1717
"firebase"
1818
],
19-
"author": "teamhub.dev",
19+
"author": "dev.gitlive",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/TeamHubApp/firebase-kotlin-sdk/issues"
22+
"url": "https://github.com/GitLiveApp/firebase-kotlin-sdk/issues"
2323
},
24-
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-sdk",
24+
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@teamhubapp/firebase-app": "0.1.0-beta4",
2727
"firebase": "6.2.3",

firebase-functions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@teamhubapp/firebase-functions",
2+
"name": "@gitlive/firebase-functions",
33
"version": "0.1.0-beta4",
44
"description": "Wrapper around firebase for usage in Kotlin Multiplatform projects",
55
"main": "firebase-functions.js",
@@ -8,20 +8,20 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/TeamHubApp/firebase-kotlin-multiplatform-sdk.git"
11+
"url": "git+https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk.git"
1212
},
1313
"keywords": [
1414
"kotlin",
1515
"multiplatform",
1616
"kotlin-js",
1717
"firebase"
1818
],
19-
"author": "teamhub.dev",
19+
"author": "dev.gitlive",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/TeamHubApp/firebase-kotlin-sdk/issues"
22+
"url": "https://github.com/GitLiveApp/firebase-kotlin-sdk/issues"
2323
},
24-
"homepage": "https://github.com/TeamHubApp/firebase-kotlin-sdk",
24+
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@teamhubapp/firebase-app": "0.1.0-beta4",
2727
"firebase": "6.2.3",

0 commit comments

Comments
 (0)