@savvy-web/silk 3.2.2 → 3.2.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/lint.d.ts CHANGED
@@ -52,11 +52,11 @@ declare const resetWorkspaceCache: typeof Lint.resetWorkspaceCache;
52
52
  type WorkspacePackageInfo = Lint.WorkspacePackageInfo;
53
53
  declare const DEFAULT_CONFIG_PATH = "lib/configs/lint-staged.config.ts";
54
54
  declare const HUSKY_HOOK_PATH = ".husky/pre-commit";
55
- declare const LegacySavvyLintHygieneDef: import("@savvy-web/silk-effects").SectionDefinition;
55
+ declare const LegacySavvyLintHygieneDef: import("@effected/templates").SectionId;
56
56
  declare const MARKDOWNLINT_CONFIG_PATH = "lib/configs/.markdownlint-cli2.jsonc";
57
57
  declare const POST_CHECKOUT_HOOK_PATH = ".husky/post-checkout";
58
58
  declare const POST_MERGE_HOOK_PATH = ".husky/post-merge";
59
- declare const SavvyLintSectionDef: import("@savvy-web/silk-effects").SectionDefinition;
59
+ declare const SavvyLintSectionDef: import("@effected/templates").SectionId;
60
60
  declare const generateManagedContent: typeof Lint.generateManagedContent;
61
61
  declare const savvyLintBlock: typeof Lint.savvyLintBlock;
62
62
  declare const MARKDOWNLINT_CONFIG: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/silk",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
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",
@@ -74,10 +74,11 @@
74
74
  "./package.json": "./package.json"
75
75
  },
76
76
  "dependencies": {
77
+ "@effected/templates": "^0.1.0",
77
78
  "@savvy-web/changelog": "0.1.1",
78
- "@savvy-web/cli": "2.1.7",
79
- "@savvy-web/mcp": "2.0.8",
80
- "@savvy-web/silk-effects": "4.2.5",
79
+ "@savvy-web/cli": "2.1.9",
80
+ "@savvy-web/mcp": "2.0.10",
81
+ "@savvy-web/silk-effects": "5.0.0",
81
82
  "effect": "4.0.0-beta.101",
82
83
  "semver": "^7.8.5"
83
84
  },