@wrongstack/plugins 0.292.0 → 0.293.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/plugins",
3
- "version": "0.292.0",
3
+ "version": "0.293.0",
4
4
  "description": "Official WrongStack plugin collection — 64 focused, single-purpose plugins for code quality, security, observability, planning, and agent coordination",
5
5
  "license": "MIT",
6
6
  "author": "ECOSTACK TECHNOLOGY OÜ",
@@ -282,8 +282,8 @@
282
282
  "vitest": "^4.1.10"
283
283
  },
284
284
  "dependencies": {
285
- "@wrongstack/core": "0.292.0",
286
- "@wrongstack/tools": "0.292.0"
285
+ "@wrongstack/core": "0.293.0",
286
+ "@wrongstack/tools": "0.293.0"
287
287
  },
288
288
  "scripts": {
289
289
  "build": "node ../../scripts/build-package.mjs",