@wrongstack/tools 0.316.1 → 0.316.2

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/tools",
3
- "version": "0.316.1",
3
+ "version": "0.316.2",
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": {
@@ -249,14 +249,14 @@
249
249
  "@msgpack/msgpack": "^3.1.3",
250
250
  "@playwright/test": "^1.62.1",
251
251
  "@typescript/typescript6": "^6.0.2",
252
+ "@wrongstack/core": "0.316.2",
253
+ "@wrongstack/kanban": "0.316.2",
254
+ "@wrongstack/persistence": "0.316.2",
255
+ "@wrongstack/primitives": "0.316.2",
252
256
  "tree-sitter-wasm": "1.1.4",
253
257
  "turndown": "^7.2.4",
254
258
  "undici": "^8.10.0",
255
- "web-tree-sitter": "0.26.12",
256
- "@wrongstack/kanban": "0.316.1",
257
- "@wrongstack/core": "0.316.1",
258
- "@wrongstack/primitives": "0.316.1",
259
- "@wrongstack/persistence": "0.316.1"
259
+ "web-tree-sitter": "0.26.12"
260
260
  },
261
261
  "devDependencies": {
262
262
  "@types/node": "^26.2.0",