File tree Expand file tree Collapse file tree 6 files changed +48
-3
lines changed Expand file tree Collapse file tree 6 files changed +48
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ ---
Original file line number Diff line number Diff line change
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' ;
Original file line number Diff line number Diff line change
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' ;
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 35
35
"test:ci" : " echo 'No test suite for firebase wrapper'"
36
36
},
37
37
"dependencies" : {
38
- "@firebase/app-exp" : " 0.0.800"
38
+ "@firebase/app-exp" : " 0.0.800" ,
39
+ "@firebase/functions-exp" : " 0.0.800"
39
40
},
40
41
"devDependencies" : {
41
42
"rollup" : " 1.32.1" ,
52
53
"typescript" : " 3.7.5"
53
54
},
54
55
"components" : [
55
- " app"
56
+ " app" ,
57
+ " functions"
56
58
]
57
59
}
Original file line number Diff line number Diff line change 53
53
"dependencies" : {
54
54
"@firebase/component" : " 0.1.15" ,
55
55
"@firebase/functions-types-exp" : " 0.0.800" ,
56
- "@firebase/messaging" : " 0.6.19" ,
57
56
"@firebase/messaging-types" : " 0.4.5" ,
58
57
"@firebase/util" : " 0.2.50" ,
59
58
"isomorphic-fetch" : " 2.2.1" ,
You can’t perform that action at this time.
0 commit comments