Skip to content

Commit

Permalink
Run npm pkg fix on all packages (#8079)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Mar 20, 2024
1 parent 1494c4b commit 0c51501
Show file tree
Hide file tree
Showing 55 changed files with 107 additions and 56 deletions.
51 changes: 51 additions & 0 deletions .changeset/thick-eagles-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
'@firebase/analytics-interop-types': patch
'@firebase/app-check-interop-types': patch
'@firebase/messaging-interop-types': patch
'@firebase/installations-compat': patch
'@firebase/remote-config-compat': patch
'@firebase/installations-types': patch
'@firebase/remote-config-types': patch
'@firebase/auth-interop-types': patch
'@firebase/performance-compat': patch
'@firebase/rules-unit-testing': patch
'@firebase/webchannel-wrapper': patch
'@firebase/performance-types': patch
'@firebase/analytics-compat': patch
'@firebase/app-check-compat': patch
'@firebase/firestore-compat': patch
'@firebase/functions-compat': patch
'@firebase/messaging-compat': patch
'@firebase/analytics-types': patch
'@firebase/app-check-types': patch
'@firebase/database-compat': patch
'@firebase/firestore-types': patch
'@firebase/functions-types': patch
'@firebase/database-types': patch
'@firebase/storage-compat': patch
'@firebase/template-types': patch
'@firebase/installations': patch
'@firebase/remote-config': patch
'@firebase/storage-types': patch
'@firebase/auth-compat': patch
'@firebase/performance': patch
'@firebase/app-compat': patch
'@firebase/auth-types': patch
'@firebase/analytics': patch
'@firebase/app-check': patch
'@firebase/app-types': patch
'@firebase/component': patch
'@firebase/firestore': patch
'@firebase/functions': patch
'@firebase/messaging': patch
'@firebase/database': patch
'firebase': patch
'@firebase/template': patch
'@firebase/storage': patch
'@firebase/logger': patch
'@firebase/auth': patch
'@firebase/util': patch
'@firebase/app': patch
---

Update `repository.url` field in all `package.json` files to NPM's preferred format.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"repository": {
"directory": "packages/analytics-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-interop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {
"directory": "packages/analytics-interop-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {
"directory": "packages/analytics-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"repository": {
"directory": "packages/analytics",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"repository": {
"directory": "packages/app-check",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-interop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {
"directory": "packages/app-check-interop-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {
"directory": "packages/app-check-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"repository": {
"directory": "packages/app-check",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"repository": {
"directory": "packages/app-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": {
"directory": "packages/app-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"repository": {
"directory": "packages/app",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"repository": {
"directory": "packages/auth-compat/demo",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"repository": {
"directory": "packages/auth-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-interop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {
"directory": "packages/auth-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repository": {
"directory": "packages/auth-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"repository": {
"directory": "packages/auth/demo",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"repository": {
"directory": "packages/auth",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"repository": {
"directory": "packages/component",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/database-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"repository": {
"directory": "packages/database-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/database-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repository": {
"directory": "packages/database-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"repository": {
"directory": "packages/database",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"scripts": {
"build": "rollup -c && gulp cdn-type-module-path && yarn build:compat",
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"repository": {
"directory": "packages/firestore-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repository": {
"directory": "packages/firestore-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"repository": {
"directory": "packages/firestore",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/functions-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"repository": {
"directory": "packages/functions-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/functions-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": {
"directory": "packages/functions-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"repository": {
"directory": "packages/functions",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"repository": {
"directory": "packages/installations-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/installations-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"repository": {
"directory": "packages/installations-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"repository": {
"directory": "packages/installations",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"repository": {
"directory": "packages/logger",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"repository": {
"directory": "packages/messaging",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-interop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"repository": {
"directory": "packages/messaging-interop-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "4.7.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"repository": {
"directory": "packages/messaging",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/performance-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"repository": {
"directory": "packages/performance-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down

0 comments on commit 0c51501

Please sign in to comment.