@quenty/nevermore-cli 4.15.0 → 4.15.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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.15.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.15.0...@quenty/nevermore-cli@4.15.1) (2026-01-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @quenty/nevermore-cli
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [4.15.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.14.0...@quenty/nevermore-cli@4.15.0) (2026-01-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @quenty/nevermore-cli
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/nevermore-cli",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.1",
|
|
4
4
|
"description": "CLI interface for Nevermore",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@quenty/cli-output-helpers": "1.3.0",
|
|
29
29
|
"@quenty/nevermore-cli-helpers": "1.2.0",
|
|
30
|
-
"@quenty/nevermore-template-helpers": "1.5.
|
|
30
|
+
"@quenty/nevermore-template-helpers": "1.5.1",
|
|
31
31
|
"execa": "^9.6.1",
|
|
32
32
|
"find-git-root": "^1.0.4",
|
|
33
33
|
"inquirer": "^13.2.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=16"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "209f363cc018609c43293580871e6f410c5ad8f6"
|
|
57
57
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Uncomment this if you need to use private packages from GitHub Packages
|
|
2
|
+
# @quentystudios:registry=https://npm.pkg.github.com/
|
|
3
|
+
|
|
4
|
+
# This ensures that .pnpm folder doesn't duplicate
|
|
5
|
+
# dependencies, and instead we get all copies of dependencies as before
|
|
6
|
+
shamefully-hoist=true
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Uncomment this if you need to use private packages from GitHub Packages
|
|
2
|
+
# @quentystudios:registry=https://npm.pkg.github.com/
|
|
3
|
+
|
|
4
|
+
# This ensures that .pnpm folder doesn't duplicate
|
|
5
|
+
# dependencies, and instead we get all copies of dependencies as before
|
|
6
|
+
shamefully-hoist=true
|