@truenine/memory-sync-cli 2026.10402.103 → 2026.10402.110
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/babel.cjs +246 -0
- package/dist/globals.d.mts +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.mjs +137 -137
- package/dist/jiti-B3PPFIgr.mjs +9 -0
- package/dist/plugin-runtime.mjs +130 -130
- package/dist/script-runtime-worker.mjs +1 -1
- package/package.json +8 -8
package/dist/globals.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
1
|
+
//#region ../libraries/md-compiler/dist/index-DeSXERS2.d.mts
|
|
2
2
|
//#region src/globals/index.d.ts
|
|
3
3
|
/**
|
|
4
4
|
* // These types are available to users when writing MDX templates. // Global type declarations for MDX expression scope. // src/globals/index.ts
|
package/dist/index.d.mts
CHANGED
|
@@ -11,7 +11,7 @@ import * as fs from "fs";
|
|
|
11
11
|
declare function isJsonMode(argv: readonly string[]): boolean;
|
|
12
12
|
declare function runCli(argv?: readonly string[]): Promise<number>;
|
|
13
13
|
//#endregion
|
|
14
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
14
|
+
//#region ../libraries/md-compiler/dist/index-B2X5YAQV.d.mts
|
|
15
15
|
//#region ../../node_modules/.pnpm/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts
|
|
16
16
|
// ## Interfaces
|
|
17
17
|
/**
|
|
@@ -1048,7 +1048,7 @@ interface ParsedMarkdown<Y = Record<string, unknown>> {
|
|
|
1048
1048
|
readonly contentWithoutFrontMatter: string;
|
|
1049
1049
|
}
|
|
1050
1050
|
//#endregion
|
|
1051
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
1051
|
+
//#region ../libraries/md-compiler/dist/index-DeSXERS2.d.mts
|
|
1052
1052
|
//#region src/globals/index.d.ts
|
|
1053
1053
|
/**
|
|
1054
1054
|
* // These types are available to users when writing MDX templates. // Global type declarations for MDX expression scope. // src/globals/index.ts
|
|
@@ -1262,7 +1262,7 @@ declare abstract class AbstractInputCapability implements InputCapability {
|
|
|
1262
1262
|
protected resolveAindexPath(relativePath: string, aindexDir: string): string;
|
|
1263
1263
|
protected readAndParseMarkdown<T extends YAMLFrontMatter>(filePath: string, fs: typeof _$node_fs0): ParsedMarkdown<T>;
|
|
1264
1264
|
} //#endregion
|
|
1265
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
1265
|
+
//#region ../libraries/md-compiler/dist/index-DeSXERS2.d.mts
|
|
1266
1266
|
//#region src/globals/index.d.ts
|
|
1267
1267
|
/**
|
|
1268
1268
|
* // These types are available to users when writing MDX templates. // Global type declarations for MDX expression scope. // src/globals/index.ts
|
|
@@ -1379,7 +1379,7 @@ declare global {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
} //#endregion
|
|
1381
1381
|
//#endregion
|
|
1382
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
1382
|
+
//#region ../libraries/md-compiler/dist/index-B2X5YAQV.d.mts
|
|
1383
1383
|
//#region ../../node_modules/.pnpm/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts
|
|
1384
1384
|
// ## Interfaces
|
|
1385
1385
|
/**
|