@yawlabs/ctxlint 0.18.3 → 0.18.4
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/.pre-commit-hooks.yaml +1 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/.pre-commit-hooks.yaml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Version-pinned so a checkout at `rev: vX.Y.Z` runs exactly that release
|
|
5
5
|
# of ctxlint — matches the pinning done by `ctxlint init`. release.sh keeps
|
|
6
6
|
# this in sync with package.json on each bump.
|
|
7
|
-
entry: npx @yawlabs/ctxlint@0.18.
|
|
7
|
+
entry: npx @yawlabs/ctxlint@0.18.4 --strict
|
|
8
8
|
language: node
|
|
9
9
|
always_run: true
|
|
10
10
|
pass_filenames: false
|
package/dist/index.js
CHANGED
|
@@ -13906,6 +13906,8 @@ var init_parser = __esm({
|
|
|
13906
13906
|
"config",
|
|
13907
13907
|
"bin",
|
|
13908
13908
|
"cmd",
|
|
13909
|
+
"core",
|
|
13910
|
+
"services",
|
|
13909
13911
|
"internal",
|
|
13910
13912
|
"public",
|
|
13911
13913
|
"static",
|
|
@@ -27788,7 +27790,7 @@ import { readFileSync as readFileSync7 } from "node:fs";
|
|
|
27788
27790
|
import { resolve as resolve14, dirname as dirname6 } from "node:path";
|
|
27789
27791
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
27790
27792
|
function loadVersion() {
|
|
27791
|
-
if (true) return "0.18.
|
|
27793
|
+
if (true) return "0.18.4";
|
|
27792
27794
|
try {
|
|
27793
27795
|
const __dir = dirname6(fileURLToPath2(import.meta.url));
|
|
27794
27796
|
const pkgPath = resolve14(__dir, "../package.json");
|
package/package.json
CHANGED