@quenty/nevermore-cli 4.29.0-canary.697.26191573587.0 → 4.29.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 +7 -13
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,25 +3,19 @@
|
|
|
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.29.0
|
|
7
|
-
|
|
6
|
+
# [4.29.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.28.1...@quenty/nevermore-cli@4.29.0) (2026-05-20)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
- Deploy prompts for targets if multiple exist ([c91dcba](https://github.com/Quenty/Nevermore/commit/c91dcba66e5f141084bce2c82b33ac30c15745aa))
|
|
11
|
+
- Format output error chains nicer ([176f965](https://github.com/Quenty/Nevermore/commit/176f9656d761ac2e1ec93887a5bd310cca78abba))
|
|
12
|
+
- Retrieve all structured logs, not just some ([c384024](https://github.com/Quenty/Nevermore/commit/c3840242724bbddbf825f5a3fc71b898cc3e6894))
|
|
13
|
+
- Thread timeout properly to Roblox for faster debugging ([6b8f382](https://github.com/Quenty/Nevermore/commit/6b8f382eb715b948c77a432c4a399e606bf77278))
|
|
14
|
+
- Verbose output is properly verbose ([5b72693](https://github.com/Quenty/Nevermore/commit/5b726934bc019d3905e2e8aa594a6fec3eaee279))
|
|
17
15
|
|
|
18
16
|
### Features
|
|
19
17
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
- Add tests and integration work to game-template ([b5f17d8](https://github.com/Quenty/Nevermore/commit/b5f17d80a26b04f2ae0feecaad5ec104066114f3))
|
|
25
19
|
|
|
26
20
|
## [4.28.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.28.0...@quenty/nevermore-cli@4.28.1) (2026-05-20)
|
|
27
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/nevermore-cli",
|
|
3
|
-
"version": "4.29.0
|
|
3
|
+
"version": "4.29.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.14.0
|
|
29
|
-
"@quenty/nevermore-cli-helpers": "1.13.0
|
|
30
|
-
"@quenty/nevermore-template-helpers": "1.15.0
|
|
31
|
-
"@quenty/studio-bridge": "0.12.0
|
|
28
|
+
"@quenty/cli-output-helpers": "1.14.0",
|
|
29
|
+
"@quenty/nevermore-cli-helpers": "1.13.0",
|
|
30
|
+
"@quenty/nevermore-template-helpers": "1.15.0",
|
|
31
|
+
"@quenty/studio-bridge": "0.12.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": "
|
|
60
|
+
"gitHead": "c6b3a4fd3167d1b4182e65c9e4c211567b48e704"
|
|
61
61
|
}
|