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 1dfa3c8 commit 077fe69Copy full SHA for 077fe69
CHANGELOG.md
@@ -3,6 +3,8 @@
3
## 0.3.0+5
4
- Fix duplicate logs issue when running as a BuilderTransformer.
5
6
+- Support `crypto` 2.0.0.
7
+
8
## 0.3.0+4
9
- Add error and stack trace to log messages from the BuilderTransformer.
10
pubspec.yaml
@@ -11,7 +11,7 @@ dependencies:
11
analyzer: ^0.27.1
12
barback: ^0.15.0
13
code_transformers: ^0.4.1
14
- crypto: ">=0.9.2 <2.0.0"
+ crypto: ">=0.9.2 <3.0.0"
15
logging: ^0.11.2
16
glob: ^1.1.0
17
path: ^1.1.0
0 commit comments