@savvy-web/pnpm-plugin-silk 0.16.0 → 0.16.1

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.
@@ -105,6 +105,7 @@ const silkCatalogs = {
105
105
  },
106
106
  silkOverrides: {
107
107
  "@isaacs/brace-expansion": "^5.0.1",
108
+ "@types/node": "catalog:silk",
108
109
  lodash: "^4.17.23",
109
110
  "markdown-it": "^14.1.1",
110
111
  minimatch: ">=10.2.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
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
@@ -13483,6 +13483,7 @@ const silkCatalogs = {
13483
13483
  },
13484
13484
  silkOverrides: {
13485
13485
  "@isaacs/brace-expansion": "^5.0.1",
13486
+ "@types/node": "catalog:silk",
13486
13487
  lodash: "^4.17.23",
13487
13488
  "markdown-it": "^14.1.1",
13488
13489
  minimatch: ">=10.2.3",
package/pnpmfile.mjs CHANGED
@@ -13482,6 +13482,7 @@ const silkCatalogs = {
13482
13482
  },
13483
13483
  silkOverrides: {
13484
13484
  "@isaacs/brace-expansion": "^5.0.1",
13485
+ "@types/node": "catalog:silk",
13485
13486
  lodash: "^4.17.23",
13486
13487
  "markdown-it": "^14.1.1",
13487
13488
  minimatch: ">=10.2.3",