We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49e4324 + eb1c4ae commit b7f7ef0Copy full SHA for b7f7ef0
3 files changed
doc/development/NOTES.md
@@ -0,0 +1,11 @@
1
+# NOTES
2
+
3
+## oclif@4.11.3
4
5
+We attempted to use latest version 4.14.6, however, when using `npm run prepack`
6
+which runs whenever the package is published, it triggers `npx oclif manifest`
7
+which in turn fails from 4.12.0 onwards. We'd need to review if the problem is
8
+the dependency combinations of `oclif` and `@oclif/*` the ones that are making
9
+this fail but since 4.11.3 avoids vulnerabilities found in the previous version
10
+we're pining it for the time being.
11
0 commit comments