@savvy-web/silk 1.1.1 → 1.1.2

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/lint.d.ts +1 -1
  2. package/package.json +4 -4
package/lint.d.ts CHANGED
@@ -143,7 +143,7 @@ declare const MARKDOWNLINT_TEMPLATE: {
143
143
  readonly fix: true;
144
144
  readonly gitignore: true;
145
145
  readonly noBanner: true;
146
- readonly ignores: readonly ["**/node_modules", "**/.cache", "**/coverage", "**/.coverage", "**/dist", "**/CHANGELOG.md", "**/.claude/plans", "**/docs/superpowers", "**/__test__/**/fixtures/**", "**/__fixtures__/**"];
146
+ readonly ignores: readonly ["**/.git", "**/node_modules", "**/.cache", "**/coverage", "**/.coverage", "**/dist", "**/CHANGELOG.md", "**/.claude/plans", "**/docs/superpowers", "**/__test__/**/fixtures/**", "**/__fixtures__/**"];
147
147
  readonly customRules: readonly ["@savvy-web/silk/changesets/markdownlint"];
148
148
  readonly config: {
149
149
  readonly default: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/silk",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "private": false,
5
5
  "description": "The single Silk Suite dev-tooling package — changeset, commitlint, lint, and biome conventions",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@effect/platform": "^0.96.1",
69
- "@savvy-web/silk-effects": "1.3.0",
69
+ "@savvy-web/silk-effects": "1.3.1",
70
70
  "effect": "^3.21.3",
71
71
  "semver": "^7.8.4"
72
72
  },
@@ -75,8 +75,8 @@
75
75
  "@changesets/cli": "^2.31.0",
76
76
  "@commitlint/cli": "^21.0.1",
77
77
  "@commitlint/config-conventional": "^21.0.2",
78
- "@savvy-web/cli": "1.1.1",
79
- "@savvy-web/mcp": "1.1.1",
78
+ "@savvy-web/cli": "1.1.2",
79
+ "@savvy-web/mcp": "1.1.2",
80
80
  "@types/node": "^25.9.0",
81
81
  "@typescript/native-preview": "^7.0.0-dev.20260513.1",
82
82
  "commitizen": "^4.3.0",