@zeroheight/adoption-cli 4.0.2 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/dist/cli.js +2 -2
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +4 -4
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -1
- package/node_modules/@babel/helper-validator-identifier/package.json +2 -2
- package/node_modules/lodash/README.md +2 -2
- package/node_modules/lodash/_baseUnset.js +47 -2
- package/node_modules/lodash/core.js +1 -1
- package/node_modules/lodash/core.min.js +1 -1
- package/node_modules/lodash/lodash.js +43 -4
- package/node_modules/lodash/lodash.min.js +57 -57
- package/node_modules/lodash/package.json +1 -1
- package/package.json +6 -4
- package/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.cjs +0 -73
- package/node_modules/@babel/helper-validator-identifier/tsconfig.json +0 -13
- package/node_modules/@babel/helper-validator-identifier/tsconfig.tsbuildinfo +0 -1
- package/node_modules/lodash/flake.lock +0 -40
- package/node_modules/lodash/flake.nix +0 -20
- package/node_modules/lodash/release.md +0 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Release notes
|
|
2
2
|
|
|
3
|
+
## [4.1.1](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.1.1) - 16th February 2026
|
|
4
|
+
|
|
5
|
+
- Fix missing dependency
|
|
6
|
+
|
|
7
|
+
## [4.1.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.1.0) - 16th February 2026
|
|
8
|
+
|
|
9
|
+
- Use updated zeroheight brand colors
|
|
10
|
+
- Update dependencies to fix vulnerabilities
|
|
11
|
+
- Change help center URL
|
|
12
|
+
- Prevent NPM version check failures from crashing CLI
|
|
13
|
+
|
|
3
14
|
## [4.0.2](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.0.2) - 23rd October 2025
|
|
4
15
|
|
|
5
16
|
- Explicitly add optional bindings for various platforms
|
|
@@ -190,7 +201,7 @@ New! Package adoption can now be tracked from the CLI
|
|
|
190
201
|
|
|
191
202
|
## [0.2.13](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/0.2.13) - 25th July 2024
|
|
192
203
|
|
|
193
|
-
- Fix ws dependency security issue — https://github.com/advisories/GHSA-3h5v-q93c-6h6q
|
|
204
|
+
- Fix ws dependency security issue — <https://github.com/advisories/GHSA-3h5v-q93c-6h6q>
|
|
194
205
|
- Stop the flow breaking due to parsing errors
|
|
195
206
|
|
|
196
207
|
## [0.2.12](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/0.2.12) - 24th July 2024
|