@truenine/memory-sync-cli 2026.10314.10813 → 2026.10317.12338
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/dist/globals.d.cts +1 -1
- package/dist/globals.d.mts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/plugin-runtime.mjs +57 -48
- package/dist/plugin.config-94j_-y7H.mjs +188 -0
- package/dist/plugin.config-DZUQlXdU.mjs +81 -0
- package/dist/plugin.config-DshgEVJW.cjs +188 -0
- package/dist/tnmsc.schema.json +9 -12
- package/package.json +10 -10
- package/dist/plugin.config-CwTid43p.mjs +0 -171
- package/dist/plugin.config-M0Vfj7Yf.cjs +0 -171
- package/dist/plugin.config-PD_T1uuL.mjs +0 -73
package/dist/tnmsc.schema.json
CHANGED
|
@@ -220,7 +220,6 @@
|
|
|
220
220
|
"type": "string",
|
|
221
221
|
"enum": [
|
|
222
222
|
"project",
|
|
223
|
-
"workspace",
|
|
224
223
|
"global"
|
|
225
224
|
]
|
|
226
225
|
},
|
|
@@ -230,7 +229,6 @@
|
|
|
230
229
|
"type": "string",
|
|
231
230
|
"enum": [
|
|
232
231
|
"project",
|
|
233
|
-
"workspace",
|
|
234
232
|
"global"
|
|
235
233
|
]
|
|
236
234
|
},
|
|
@@ -244,7 +242,6 @@
|
|
|
244
242
|
"type": "string",
|
|
245
243
|
"enum": [
|
|
246
244
|
"project",
|
|
247
|
-
"workspace",
|
|
248
245
|
"global"
|
|
249
246
|
]
|
|
250
247
|
},
|
|
@@ -254,7 +251,6 @@
|
|
|
254
251
|
"type": "string",
|
|
255
252
|
"enum": [
|
|
256
253
|
"project",
|
|
257
|
-
"workspace",
|
|
258
254
|
"global"
|
|
259
255
|
]
|
|
260
256
|
},
|
|
@@ -268,7 +264,6 @@
|
|
|
268
264
|
"type": "string",
|
|
269
265
|
"enum": [
|
|
270
266
|
"project",
|
|
271
|
-
"workspace",
|
|
272
267
|
"global"
|
|
273
268
|
]
|
|
274
269
|
},
|
|
@@ -278,7 +273,6 @@
|
|
|
278
273
|
"type": "string",
|
|
279
274
|
"enum": [
|
|
280
275
|
"project",
|
|
281
|
-
"workspace",
|
|
282
276
|
"global"
|
|
283
277
|
]
|
|
284
278
|
},
|
|
@@ -292,7 +286,6 @@
|
|
|
292
286
|
"type": "string",
|
|
293
287
|
"enum": [
|
|
294
288
|
"project",
|
|
295
|
-
"workspace",
|
|
296
289
|
"global"
|
|
297
290
|
]
|
|
298
291
|
},
|
|
@@ -302,7 +295,6 @@
|
|
|
302
295
|
"type": "string",
|
|
303
296
|
"enum": [
|
|
304
297
|
"project",
|
|
305
|
-
"workspace",
|
|
306
298
|
"global"
|
|
307
299
|
]
|
|
308
300
|
},
|
|
@@ -316,7 +308,6 @@
|
|
|
316
308
|
"type": "string",
|
|
317
309
|
"enum": [
|
|
318
310
|
"project",
|
|
319
|
-
"workspace",
|
|
320
311
|
"global"
|
|
321
312
|
]
|
|
322
313
|
},
|
|
@@ -326,7 +317,6 @@
|
|
|
326
317
|
"type": "string",
|
|
327
318
|
"enum": [
|
|
328
319
|
"project",
|
|
329
|
-
"workspace",
|
|
330
320
|
"global"
|
|
331
321
|
]
|
|
332
322
|
},
|
|
@@ -340,7 +330,6 @@
|
|
|
340
330
|
"type": "string",
|
|
341
331
|
"enum": [
|
|
342
332
|
"project",
|
|
343
|
-
"workspace",
|
|
344
333
|
"global"
|
|
345
334
|
]
|
|
346
335
|
},
|
|
@@ -350,7 +339,6 @@
|
|
|
350
339
|
"type": "string",
|
|
351
340
|
"enum": [
|
|
352
341
|
"project",
|
|
353
|
-
"workspace",
|
|
354
342
|
"global"
|
|
355
343
|
]
|
|
356
344
|
},
|
|
@@ -365,6 +353,15 @@
|
|
|
365
353
|
},
|
|
366
354
|
"additionalProperties": false
|
|
367
355
|
},
|
|
356
|
+
"frontMatter": {
|
|
357
|
+
"type": "object",
|
|
358
|
+
"properties": {
|
|
359
|
+
"blankLineAfter": {
|
|
360
|
+
"type": "boolean"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"additionalProperties": false
|
|
364
|
+
},
|
|
368
365
|
"cleanupProtection": {
|
|
369
366
|
"type": "object",
|
|
370
367
|
"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.
|
|
4
|
+
"version": "2026.10317.12338",
|
|
5
5
|
"description": "TrueNine Memory Synchronization CLI",
|
|
6
6
|
"author": "TrueNine",
|
|
7
7
|
"license": "AGPL-3.0-only",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"fast-glob": "^3.3.3",
|
|
54
54
|
"fs-extra": "^11.3.3",
|
|
55
55
|
"jiti": "2.6.1",
|
|
56
|
-
"
|
|
56
|
+
"json5": "^2.2.3",
|
|
57
57
|
"lightningcss": "1.31.1",
|
|
58
58
|
"picocolors": "^1.1.1",
|
|
59
59
|
"picomatch": "^4.0.3",
|
|
@@ -61,22 +61,22 @@
|
|
|
61
61
|
"vitest": "^4.0.18",
|
|
62
62
|
"yaml": "2.8.2",
|
|
63
63
|
"zod": "^4.3.6",
|
|
64
|
-
"@truenine/script-runtime": "2026.
|
|
64
|
+
"@truenine/script-runtime": "2026.10317.12338"
|
|
65
65
|
},
|
|
66
66
|
"optionalDependencies": {
|
|
67
|
-
"@truenine/memory-sync-cli-darwin-
|
|
68
|
-
"@truenine/memory-sync-cli-darwin-
|
|
69
|
-
"@truenine/memory-sync-cli-linux-arm64-gnu": "2026.
|
|
70
|
-
"@truenine/memory-sync-cli-
|
|
71
|
-
"@truenine/memory-sync-cli-
|
|
67
|
+
"@truenine/memory-sync-cli-darwin-arm64": "2026.10317.12338",
|
|
68
|
+
"@truenine/memory-sync-cli-darwin-x64": "2026.10317.12338",
|
|
69
|
+
"@truenine/memory-sync-cli-linux-arm64-gnu": "2026.10317.12338",
|
|
70
|
+
"@truenine/memory-sync-cli-win32-x64-msvc": "2026.10317.12338",
|
|
71
|
+
"@truenine/memory-sync-cli-linux-x64-gnu": "2026.10317.12338"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/fs-extra": "^11.0.4",
|
|
75
75
|
"@types/picomatch": "^4.0.2",
|
|
76
76
|
"@vitest/coverage-v8": "4.0.18",
|
|
77
77
|
"zod-to-json-schema": "^3.25.1",
|
|
78
|
-
"@truenine/logger": "2026.
|
|
79
|
-
"@truenine/md-compiler": "2026.
|
|
78
|
+
"@truenine/logger": "2026.10317.12338",
|
|
79
|
+
"@truenine/md-compiler": "2026.10317.12338"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"build": "run-s build:deps build:napi bundle generate:schema check",
|