@quenty/nevermore-cli 4.32.0-canary.703.26469438872.0 → 4.32.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -9
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,21 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [4.32.0-canary.703.26469438872.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.31.0...@quenty/nevermore-cli@4.32.0-canary.703.26469438872.0) (2026-05-26)
7
-
6
+ # [4.32.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.31.0...@quenty/nevermore-cli@4.32.0) (2026-05-26)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * Fix package reports ([7b86f54](https://github.com/Quenty/Nevermore/commit/7b86f54e17914bb3992f85018cf96c75725fed1e))
12
-
10
+ - Fix package reports ([7b86f54](https://github.com/Quenty/Nevermore/commit/7b86f54e17914bb3992f85018cf96c75725fed1e))
13
11
 
14
12
  ### Features
15
13
 
16
- * Smoke test opt-in instead of opt-out ([af15222](https://github.com/Quenty/Nevermore/commit/af15222989ad37094da002c843629a45d1b2cbcc))
17
-
18
-
19
-
20
-
14
+ - Smoke test opt-in instead of opt-out ([af15222](https://github.com/Quenty/Nevermore/commit/af15222989ad37094da002c843629a45d1b2cbcc))
21
15
 
22
16
  # [4.31.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.30.0...@quenty/nevermore-cli@4.31.0) (2026-05-26)
23
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/nevermore-cli",
3
- "version": "4.32.0-canary.703.26469438872.0",
3
+ "version": "4.32.0",
4
4
  "description": "CLI interface for Nevermore",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -25,10 +25,10 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/cli-output-helpers": "1.17.0-canary.703.26469438872.0",
29
- "@quenty/nevermore-cli-helpers": "1.16.0-canary.703.26469438872.0",
30
- "@quenty/nevermore-template-helpers": "1.18.0-canary.703.26469438872.0",
31
- "@quenty/studio-bridge": "0.15.0-canary.703.26469438872.0",
28
+ "@quenty/cli-output-helpers": "1.17.0",
29
+ "@quenty/nevermore-cli-helpers": "1.16.0",
30
+ "@quenty/nevermore-template-helpers": "1.18.0",
31
+ "@quenty/studio-bridge": "0.15.0",
32
32
  "execa": "^9.6.1",
33
33
  "find-git-root": "^1.0.4",
34
34
  "inquirer": "^13.2.0",
@@ -57,5 +57,5 @@
57
57
  "engines": {
58
58
  "node": ">=16"
59
59
  },
60
- "gitHead": "af15222989ad37094da002c843629a45d1b2cbcc"
60
+ "gitHead": "adebe068574c67bcef060e24600cb6e6f65bcbe7"
61
61
  }