@truenine/memory-sync-cli 2026.10322.104 → 2026.10323.10738

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.
@@ -401,6 +401,32 @@
401
401
  },
402
402
  "additionalProperties": false
403
403
  },
404
+ "windows": {
405
+ "type": "object",
406
+ "properties": {
407
+ "wsl2": {
408
+ "type": "object",
409
+ "properties": {
410
+ "instances": {
411
+ "anyOf": [
412
+ {
413
+ "type": "string"
414
+ },
415
+ {
416
+ "type": "array",
417
+ "items": {
418
+ "type": "string"
419
+ },
420
+ "minItems": 1
421
+ }
422
+ ]
423
+ }
424
+ },
425
+ "additionalProperties": false
426
+ }
427
+ },
428
+ "additionalProperties": false
429
+ },
404
430
  "profile": {
405
431
  "type": "object",
406
432
  "properties": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@truenine/memory-sync-cli",
3
3
  "type": "module",
4
- "version": "2026.10322.104",
4
+ "version": "2026.10323.10738",
5
5
  "description": "TrueNine Memory Synchronization CLI",
6
6
  "author": "TrueNine",
7
7
  "license": "AGPL-3.0-only",
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "json5": "^2.2.3",
52
- "yaml": "^2.8.2",
52
+ "yaml": "^2.8.3",
53
53
  "zod": "^4.3.6"
54
54
  },
55
55
  "optionalDependencies": {
56
- "@truenine/memory-sync-cli-darwin-arm64": "2026.10322.104",
57
- "@truenine/memory-sync-cli-darwin-x64": "2026.10322.104",
58
- "@truenine/memory-sync-cli-linux-arm64-gnu": "2026.10322.104",
59
- "@truenine/memory-sync-cli-linux-x64-gnu": "2026.10322.104",
60
- "@truenine/memory-sync-cli-win32-x64-msvc": "2026.10322.104"
56
+ "@truenine/memory-sync-cli-darwin-arm64": "2026.10323.10738",
57
+ "@truenine/memory-sync-cli-darwin-x64": "2026.10323.10738",
58
+ "@truenine/memory-sync-cli-linux-arm64-gnu": "2026.10323.10738",
59
+ "@truenine/memory-sync-cli-win32-x64-msvc": "2026.10323.10738",
60
+ "@truenine/memory-sync-cli-linux-x64-gnu": "2026.10323.10738"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@clack/prompts": "^1.1.0",
@@ -73,9 +73,9 @@
73
73
  "tsx": "^4.21.0",
74
74
  "vitest": "^4.1.0",
75
75
  "zod-to-json-schema": "^3.25.1",
76
- "@truenine/md-compiler": "2026.10322.104",
77
- "@truenine/script-runtime": "2026.10322.104",
78
- "@truenine/logger": "2026.10322.104"
76
+ "@truenine/logger": "2026.10323.10738",
77
+ "@truenine/script-runtime": "2026.10323.10738",
78
+ "@truenine/md-compiler": "2026.10323.10738"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "run-s build:deps build:napi bundle finalize:bundle generate:schema check",