@wrongstack/tools 0.307.1 → 0.308.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/tools",
3
- "version": "0.307.1",
3
+ "version": "0.308.1",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack built-in tools: read/write/edit, bash/exec, grep/glob, git, fetch, test, lint, and more.",
6
6
  "repository": {
@@ -253,9 +253,9 @@
253
253
  "turndown": "^7.2.4",
254
254
  "undici": "^8.10.0",
255
255
  "web-tree-sitter": "0.26.12",
256
- "@wrongstack/persistence": "0.307.1",
257
- "@wrongstack/core": "0.307.1",
258
- "@wrongstack/kanban": "0.307.1"
256
+ "@wrongstack/core": "0.308.1",
257
+ "@wrongstack/persistence": "0.308.1",
258
+ "@wrongstack/kanban": "0.308.1"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@types/node": "^26.2.0",
@@ -268,6 +268,7 @@
268
268
  "scripts": {
269
269
  "build": "node ../../scripts/build-package.mjs",
270
270
  "typecheck": "tsc --noEmit",
271
+ "test": "vitest run --root ../.. packages/tools/tests",
271
272
  "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\""
272
273
  }
273
274
  }