@wrongstack/plugins 0.282.1 → 0.283.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.282.1",
3
+ "version": "0.283.0",
4
4
  "description": "Official WrongStack plugin collection — 62 focused, single-purpose plugins for code quality, security, observability, planning, and agent coordination",
5
5
  "license": "MIT",
6
6
  "author": "ECOSTACK TECHNOLOGY OÜ",
@@ -275,8 +275,8 @@
275
275
  "vitest": "^4.1.9"
276
276
  },
277
277
  "dependencies": {
278
- "@wrongstack/tools": "0.282.1",
279
- "@wrongstack/core": "0.282.1"
278
+ "@wrongstack/tools": "0.283.0",
279
+ "@wrongstack/core": "0.283.0"
280
280
  },
281
281
  "scripts": {
282
282
  "build": "tsup",