@savvy-web/lint-staged 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +18 -8
package/index.d.ts CHANGED
@@ -581,7 +581,7 @@ export declare class EntryExtractor {
581
581
  /**
582
582
  * Shape of package.json exports field.
583
583
  */
584
- declare type ExportsField = string | Record<string, unknown> | null;
584
+ export declare type ExportsField = string | Record<string, unknown> | null;
585
585
 
586
586
  /**
587
587
  * Utilities for filtering staged file lists.
@@ -1093,7 +1093,7 @@ export declare class PnpmWorkspace {
1093
1093
  /**
1094
1094
  * Shape of pnpm-workspace.yaml content.
1095
1095
  */
1096
- declare interface PnpmWorkspaceContent {
1096
+ export declare interface PnpmWorkspaceContent {
1097
1097
  packages?: string[];
1098
1098
  onlyBuiltDependencies?: string[];
1099
1099
  publicHoistPattern?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/lint-staged",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "description": "Composable, configurable lint-staged handlers for pre-commit hooks. Provides reusable handlers for Biome, Markdown, YAML, TypeScript, and more.",
6
6
  "keywords": [
@@ -39,26 +39,36 @@
39
39
  "eslint-plugin-tsdoc": "^0.5.0",
40
40
  "sort-package-json": "^3.6.1",
41
41
  "workspace-tools": "^0.40.4",
42
- "yaml": "^2.8.2",
43
- "typescript": "^5.0.0"
42
+ "yaml": "^2.8.2"
44
43
  },
45
44
  "peerDependencies": {
46
- "@biomejs/biome": ">=2.3.12",
47
- "lint-staged": ">=16.2.7",
48
- "markdownlint-cli2": ">=0.20.0"
45
+ "@biomejs/biome": "^2.3.12",
46
+ "husky": "^9.1.7",
47
+ "lint-staged": "^16.2.7",
48
+ "markdownlint-cli2": "^0.20.0",
49
+ "markdownlint-cli2-formatter-codequality": "^0.0.7"
49
50
  },
50
51
  "peerDependenciesMeta": {
51
52
  "@biomejs/biome": {
52
53
  "optional": true
53
54
  },
55
+ "husky": {
56
+ "optional": false
57
+ },
58
+ "lint-staged": {
59
+ "optional": false
60
+ },
54
61
  "markdownlint-cli2": {
55
- "optional": true
62
+ "optional": false
63
+ },
64
+ "markdownlint-cli2-formatter-codequality": {
65
+ "optional": false
56
66
  }
57
67
  },
58
68
  "devEngines": {
59
69
  "packageManager": {
60
70
  "name": "pnpm",
61
- "version": "10.28.1",
71
+ "version": "10.28.2",
62
72
  "onFail": "ignore"
63
73
  },
64
74
  "runtime": [