@quenty/nevermore-cli 4.12.0 → 4.12.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,17 @@
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.12.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.12.0...@quenty/nevermore-cli@4.12.1) (2026-01-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Linting uses npm run lint:moonwave ([#630](https://github.com/Quenty/Nevermore/issues/630)) ([8b6ff9d](https://github.com/Quenty/Nevermore/commit/8b6ff9da717422b0b92cc55759f0b109d0161d24))
12
+
13
+
14
+
15
+
16
+
6
17
  # [4.12.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.11.0...@quenty/nevermore-cli@4.12.0) (2026-01-08)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/nevermore-cli",
3
- "version": "4.12.0",
3
+ "version": "4.12.1",
4
4
  "description": "CLI interface for Nevermore",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -52,5 +52,5 @@
52
52
  "engines": {
53
53
  "node": ">=16"
54
54
  },
55
- "gitHead": "ebbbc959d7368138e5c404816ffda27fa7ca5263"
55
+ "gitHead": "fcf9959fa134becb6dc384abb04c896e1541cc4c"
56
56
  }
@@ -80,4 +80,4 @@ jobs:
80
80
  token: $\{{ secrets.GITHUB_TOKEN }}
81
81
 
82
82
  - name: Run moonwave-extractor
83
- run: moonwave-extractor extract src
83
+ run: npm run lint:moonwave