@truenine/memory-sync-cli 2026.10329.110 → 2026.10330.108
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.mts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +112 -112
- package/dist/plugin-runtime.mjs +91 -91
- package/package.json +12 -10
package/dist/globals.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
1
|
+
//#region ../libraries/md-compiler/dist/index-CWunvDN-.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
|
@@ -29,7 +29,7 @@ interface ILogger {
|
|
|
29
29
|
* Set the global log level for all loggers.
|
|
30
30
|
*/
|
|
31
31
|
//#endregion
|
|
32
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
32
|
+
//#region ../libraries/md-compiler/dist/index-CmaMBW0n.d.mts
|
|
33
33
|
//#region ../../node_modules/.pnpm/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts
|
|
34
34
|
// ## Interfaces
|
|
35
35
|
/**
|
|
@@ -1056,7 +1056,7 @@ interface Yaml extends Literal$2 {
|
|
|
1056
1056
|
*/
|
|
1057
1057
|
interface YamlData extends Data$2 {} //#endregion
|
|
1058
1058
|
//#endregion
|
|
1059
|
-
//#region ../libraries/md-compiler/dist/index-
|
|
1059
|
+
//#region ../libraries/md-compiler/dist/index-CWunvDN-.d.mts
|
|
1060
1060
|
//#region src/globals/index.d.ts
|
|
1061
1061
|
/**
|
|
1062
1062
|
* // These types are available to users when writing MDX templates. // Global type declarations for MDX expression scope. // src/globals/index.ts
|