@truenine/memory-sync-cli 2026.10107.106 → 2026.10116.11129

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@truenine/memory-sync-cli",
3
3
  "type": "module",
4
- "version": "2026.10107.106",
4
+ "version": "2026.10116.11129",
5
5
  "description": "TrueNine Life CLI Tools",
6
6
  "author": "TrueNine",
7
7
  "license": "UNLICENSED",
@@ -50,26 +50,26 @@
50
50
  "yaml": "^2.8.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@truenine/eslint9-config": "^2026.10109.106",
53
+ "@truenine/eslint9-config": "^2026.10115.12322",
54
54
  "@types/estree": "^1.0.8",
55
55
  "@types/estree-jsx": "^1.0.5",
56
56
  "@types/fs-extra": "^11.0.4",
57
57
  "@types/mdast": "^4.0.4",
58
- "@types/node": "^25.0.3",
58
+ "@types/node": "^25.0.9",
59
59
  "@types/picomatch": "^4.0.2",
60
- "@vitest/coverage-v8": "4.0.16",
60
+ "@vitest/coverage-v8": "4.0.17",
61
61
  "eslint": "^9.39.2",
62
62
  "fast-check": "^4.5.3",
63
- "tsdown": "0.19.0-beta.5",
63
+ "tsdown": "0.20.0-beta.3",
64
64
  "tsx": "^4.21.0",
65
65
  "typescript": "^5.9.3",
66
66
  "vite": "^7.3.1",
67
- "vitest": "^4.0.16"
67
+ "vitest": "^4.0.17"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "pnpm typecheck && pnpm lintfix && tsdown",
71
71
  "test": "vitest run",
72
- "lintfix": "eslint --fix",
72
+ "lintfix": "eslint --fix --cache",
73
73
  "typecheck": "tsc --noEmit -p tsconfig.lib.json"
74
74
  }
75
75
  }