@zeroheight/adoption-cli 4.0.1 → 4.1.0
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 +13 -2
- package/dist/cli.js +3 -3
- 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 +15 -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/node_modules/{@oxc-parser → oxc-parser/node_modules/@oxc-parser}/binding-linux-x64-gnu/package.json +0 -0
- /package/node_modules/{@oxc-parser → oxc-parser/node_modules/@oxc-parser}/binding-linux-x64-gnu/parser.linux-x64-gnu.node +0 -0
- /package/node_modules/{@oxc-parser → oxc-parser/node_modules/@oxc-parser}/binding-linux-x64-musl/package.json +0 -0
- /package/node_modules/{@oxc-parser → oxc-parser/node_modules/@oxc-parser}/binding-linux-x64-musl/parser.linux-x64-musl.node +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Release notes
|
|
2
2
|
|
|
3
|
-
## [4.0
|
|
3
|
+
## [4.1.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.1.0) - 16th February 2026
|
|
4
|
+
|
|
5
|
+
- Use updated zeroheight brand colors
|
|
6
|
+
- Update dependencies to fix vulnerabilities
|
|
7
|
+
- Change help center URL
|
|
8
|
+
- Prevent NPM version check failures from crashing CLI
|
|
9
|
+
|
|
10
|
+
## [4.0.2](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.0.2) - 23rd October 2025
|
|
11
|
+
|
|
12
|
+
- Explicitly add optional bindings for various platforms
|
|
13
|
+
|
|
14
|
+
## [4.0.1](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.0.1) - 17th October 2025
|
|
4
15
|
|
|
5
16
|
- Fix crashes on Windows due to missing bundled dependencies
|
|
6
17
|
|
|
@@ -186,7 +197,7 @@ New! Package adoption can now be tracked from the CLI
|
|
|
186
197
|
|
|
187
198
|
## [0.2.13](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/0.2.13) - 25th July 2024
|
|
188
199
|
|
|
189
|
-
- Fix ws dependency security issue — https://github.com/advisories/GHSA-3h5v-q93c-6h6q
|
|
200
|
+
- Fix ws dependency security issue — <https://github.com/advisories/GHSA-3h5v-q93c-6h6q>
|
|
190
201
|
- Stop the flow breaking due to parsing errors
|
|
191
202
|
|
|
192
203
|
## [0.2.12](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/0.2.12) - 24th July 2024
|