@quenty/nevermore-cli 4.29.3-canary.701.26463630128.0 → 4.30.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 +9 -15
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,27 +3,21 @@
|
|
|
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
|
-
|
|
7
|
-
|
|
6
|
+
# [4.30.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.29.2...@quenty/nevermore-cli@4.30.0) (2026-05-26)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
- Provide better place url on CLI output too ([0cc66d7](https://github.com/Quenty/Nevermore/commit/0cc66d736232d820db4c55046192607a3f3d36f2))
|
|
13
11
|
|
|
14
12
|
### Features
|
|
15
13
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
- Add clickable hyperlinks to deployment ([7d9913d](https://github.com/Quenty/Nevermore/commit/7d9913d7216fc606cb4aecdb8f6941a29edf576c))
|
|
15
|
+
- Allow to launch roblox directly ([a508d31](https://github.com/Quenty/Nevermore/commit/a508d31d736db07ecd70797bb7293977f16bf3a5))
|
|
16
|
+
- Handle multiple targets in batch command ([98f0778](https://github.com/Quenty/Nevermore/commit/98f077835f500570c1b122a527ec373d7bfacaaa))
|
|
17
|
+
- Make `nevermore deploy` handle multiple place targets ([55d6287](https://github.com/Quenty/Nevermore/commit/55d628710401dc3929d538efdc8460d4d405630a))
|
|
18
|
+
- Parallel upload in 12s instead of serial 20s ([cdd7f00](https://github.com/Quenty/Nevermore/commit/cdd7f009f9b811ceffce7bb1119ee1d169945cef))
|
|
19
|
+
- Parse targets, but do not support more than the first one ([74ec0c7](https://github.com/Quenty/Nevermore/commit/74ec0c7e102bda55e9d34217abff93f1834922c5))
|
|
20
|
+
- Share rojo builds in bulk building operation ([2fde0c5](https://github.com/Quenty/Nevermore/commit/2fde0c573c38a0e6ca93d96b7efada0212fd043f))
|
|
27
21
|
|
|
28
22
|
## [4.29.2](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.29.1...@quenty/nevermore-cli@4.29.2) (2026-05-21)
|
|
29
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/nevermore-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.30.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.
|
|
29
|
-
"@quenty/nevermore-cli-helpers": "1.
|
|
30
|
-
"@quenty/nevermore-template-helpers": "1.
|
|
31
|
-
"@quenty/studio-bridge": "0.
|
|
28
|
+
"@quenty/cli-output-helpers": "1.15.0",
|
|
29
|
+
"@quenty/nevermore-cli-helpers": "1.14.0",
|
|
30
|
+
"@quenty/nevermore-template-helpers": "1.16.0",
|
|
31
|
+
"@quenty/studio-bridge": "0.13.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": "c3c3cb24706aea528a7646a6134932645d4b142b"
|
|
61
61
|
}
|