File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed
functions_framework_builder Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,5 @@ dev_dependencies:
18
18
test_process : ^1.0.0
19
19
20
20
dependency_overrides :
21
- functions_framework :
22
- path : ../../functions_framework
23
21
functions_framework_builder :
24
22
path : ../../functions_framework_builder
Original file line number Diff line number Diff line change @@ -16,7 +16,5 @@ dev_dependencies:
16
16
test_process : ^1.0.0
17
17
18
18
dependency_overrides :
19
- functions_framework :
20
- path : ../../functions_framework
21
19
functions_framework_builder :
22
20
path : ../../functions_framework_builder
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.3.0-dev
3
+ ## 0.3.0
4
4
5
5
- Added support for connecting functions that handle and return JSON data.
6
6
- Added support for connecting functions that handle the ` CloudEvent ` type.
Original file line number Diff line number Diff line change 1
1
name : functions_framework_builder
2
- version : 0.3.0-dev
2
+ version : 0.3.0
3
3
description : Builder for package:functions_framework
4
4
repository : https://github.com/GoogleCloudPlatform/functions-framework-dart
5
5
@@ -11,8 +11,9 @@ dependencies:
11
11
build : ^1.3.0
12
12
build_config : ^0.4.3
13
13
dart_style : ^1.3.10
14
- # TODO: put back version tight version constraint before publish
15
- functions_framework : any
14
+ # There is a tight version constraint because the builder has a strict
15
+ # dependency on all features exposed.
16
+ functions_framework : ' >=0.3.0 <0.3.1'
16
17
glob : ^1.2.0
17
18
meta : ^1.2.4
18
19
path : ^1.7.0
@@ -24,7 +25,3 @@ dev_dependencies:
24
25
package_config : ^1.9.3
25
26
stream_transform : ^1.2.0
26
27
test : ^1.15.7
27
-
28
- dependency_overrides :
29
- functions_framework :
30
- path : ../functions_framework
You can’t perform that action at this time.
0 commit comments