@yawlabs/ctxlint 0.10.0 → 0.10.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/.pre-commit-hooks.yaml +1 -1
- package/dist/index.js +1 -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.
|
|
7
|
+
entry: npx @yawlabs/ctxlint@0.10.1 --strict
|
|
8
8
|
language: node
|
|
9
9
|
always_run: true
|
|
10
10
|
pass_filenames: false
|
package/dist/index.js
CHANGED
|
@@ -45600,7 +45600,7 @@ import { readFileSync as readFileSync5 } from "node:fs";
|
|
|
45600
45600
|
import { resolve as resolve8, dirname as dirname3 } from "node:path";
|
|
45601
45601
|
import { fileURLToPath } from "node:url";
|
|
45602
45602
|
function loadVersion() {
|
|
45603
|
-
if (true) return "0.10.
|
|
45603
|
+
if (true) return "0.10.1";
|
|
45604
45604
|
const __dir = dirname3(fileURLToPath(import.meta.url));
|
|
45605
45605
|
const pkgPath = resolve8(__dir, "../package.json");
|
|
45606
45606
|
const pkg = JSON.parse(readFileSync5(pkgPath, "utf-8"));
|