Skip to content

Commit fe85035

Browse files
authored
1. Remove messaging from @firebase/functions's dependencies 2. add functions to firebase-exp (#3323)
* add functions to firebase-exp package * Remove messaging from function-exp's dependency * Create tall-glasses-move.md
1 parent f54abc2 commit fe85035

File tree

6 files changed

+48
-3
lines changed

6 files changed

+48
-3
lines changed

.changeset/tall-glasses-move.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
---
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/**
2+
* @license
3+
* Copyright 2020 Google LLC
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
export * from '@firebase/functions-exp';
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/**
2+
* @license
3+
* Copyright 2020 Google LLC
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
export * from '@firebase/functions-exp';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "firebase-exp/functions",
3+
"main": "dist/index.cjs.js",
4+
"browser": "dist/index.esm.js",
5+
"module": "dist/index.esm.js",
6+
"typings": "dist/functions/index.d.ts"
7+
}

packages-exp/firebase-exp/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"test:ci": "echo 'No test suite for firebase wrapper'"
3636
},
3737
"dependencies": {
38-
"@firebase/app-exp": "0.0.800"
38+
"@firebase/app-exp": "0.0.800",
39+
"@firebase/functions-exp": "0.0.800"
3940
},
4041
"devDependencies": {
4142
"rollup": "1.32.1",
@@ -52,6 +53,7 @@
5253
"typescript": "3.7.5"
5354
},
5455
"components": [
55-
"app"
56+
"app",
57+
"functions"
5658
]
5759
}

packages-exp/functions-exp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"dependencies": {
5454
"@firebase/component": "0.1.15",
5555
"@firebase/functions-types-exp": "0.0.800",
56-
"@firebase/messaging": "0.6.19",
5756
"@firebase/messaging-types": "0.4.5",
5857
"@firebase/util": "0.2.50",
5958
"isomorphic-fetch": "2.2.1",

0 commit comments

Comments
 (0)