@yawlabs/ctxlint 0.12.2 → 0.12.3
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.12.
|
|
7
|
+
entry: npx @yawlabs/ctxlint@0.12.3 --strict
|
|
8
8
|
language: node
|
|
9
9
|
always_run: true
|
|
10
10
|
pass_filenames: false
|
package/dist/index.js
CHANGED
|
@@ -46059,7 +46059,7 @@ import { readFileSync as readFileSync5 } from "node:fs";
|
|
|
46059
46059
|
import { resolve as resolve9, dirname as dirname4 } from "node:path";
|
|
46060
46060
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
46061
46061
|
function loadVersion() {
|
|
46062
|
-
if (true) return "0.12.
|
|
46062
|
+
if (true) return "0.12.2";
|
|
46063
46063
|
const __dir = dirname4(fileURLToPath2(import.meta.url));
|
|
46064
46064
|
const pkgPath = resolve9(__dir, "../package.json");
|
|
46065
46065
|
const pkg = JSON.parse(readFileSync5(pkgPath, "utf-8"));
|
package/package.json
CHANGED