We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff952a commit 8149497Copy full SHA for 8149497
functions_framework_builder/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.9
2
+
3
+- Support the latest `package:analyzer`.
4
5
## 0.4.8
6
7
- Support the latest `package:analyzer`.
functions_framework_builder/pubspec.yaml
@@ -1,13 +1,13 @@
name: functions_framework_builder
-version: 0.4.8
+version: 0.4.9
description: Builder for package:functions_framework
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
environment:
sdk: ^3.0.0
8
9
dependencies:
10
- analyzer: ^5.12.0
+ analyzer: '>=5.12.0 <7.0.0'
11
build: ^2.0.0
12
build_config: '>=0.4.3 <2.0.0'
13
collection: ^1.15.0
0 commit comments