@savvy-web/pnpm-plugin-silk 0.36.0 → 0.37.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.36.0",
3
+ "version": "0.37.0",
4
4
  "private": false,
5
5
  "description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
6
6
  "keywords": [
package/pnpmfile.cjs CHANGED
@@ -672,11 +672,7 @@ const hooks = createHooks({
672
672
  },
673
673
  "publicHoistPattern": {
674
674
  "enforcement": "absent",
675
- "options": { "excludeByRepo": {
676
- "okfit": ["@okfit/cli", "@okfit/mcp"],
677
- "savvy-web-systems": ["@savvy-web/changelog"],
678
- "vitest-agent": ["@vitest-agent/cli", "@vitest-agent/mcp"]
679
- } },
675
+ "options": { "excludeByRepo": { "savvy-web-systems": ["@savvy-web/changelog"] } },
680
676
  "strategy": "arrayUnion"
681
677
  },
682
678
  "strictDepBuilds": {
package/pnpmfile.mjs CHANGED
@@ -671,11 +671,7 @@ const hooks = createHooks({
671
671
  },
672
672
  "publicHoistPattern": {
673
673
  "enforcement": "absent",
674
- "options": { "excludeByRepo": {
675
- "okfit": ["@okfit/cli", "@okfit/mcp"],
676
- "savvy-web-systems": ["@savvy-web/changelog"],
677
- "vitest-agent": ["@vitest-agent/cli", "@vitest-agent/mcp"]
678
- } },
674
+ "options": { "excludeByRepo": { "savvy-web-systems": ["@savvy-web/changelog"] } },
679
675
  "strategy": "arrayUnion"
680
676
  },
681
677
  "strictDepBuilds": {