@mdfriday/foundry 25.8.0 → 25.8.1

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/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { processSSG, processSSGWithProgress } from './internal/application/ssg';
2
- export { startIncrementalBuild, IncrementalBuildConfig } from './internal/application/incremental-ssg';
2
+ export { startIncrementalBuild, IncrementalBuildConfig, IncrementalBuildCoordinator } from './internal/application/incremental-ssg';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,wCAAwC,CAAA"}
package/dist/index.js CHANGED
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.startIncrementalBuild = exports.processSSGWithProgress = exports.processSSG = void 0;
3
+ exports.IncrementalBuildCoordinator = exports.startIncrementalBuild = exports.processSSGWithProgress = exports.processSSG = void 0;
4
4
  var ssg_1 = require("./internal/application/ssg");
5
5
  Object.defineProperty(exports, "processSSG", { enumerable: true, get: function () { return ssg_1.processSSG; } });
6
6
  Object.defineProperty(exports, "processSSGWithProgress", { enumerable: true, get: function () { return ssg_1.processSSGWithProgress; } });
7
7
  var incremental_ssg_1 = require("./internal/application/incremental-ssg");
8
8
  Object.defineProperty(exports, "startIncrementalBuild", { enumerable: true, get: function () { return incremental_ssg_1.startIncrementalBuild; } });
9
+ Object.defineProperty(exports, "IncrementalBuildCoordinator", { enumerable: true, get: function () { return incremental_ssg_1.IncrementalBuildCoordinator; } });
9
10
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kDAAgF;AAAvE,iGAAA,UAAU,OAAA;AAAE,6GAAA,sBAAsB,OAAA;AAC3C,0EAAsG;AAA7F,wHAAA,qBAAqB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kDAAgF;AAAvE,iGAAA,UAAU,OAAA;AAAE,6GAAA,sBAAsB,OAAA;AAC3C,0EAAmI;AAA1H,wHAAA,qBAAqB,OAAA;AAA0B,8HAAA,2BAA2B,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdfriday/foundry",
3
- "version": "25.8.0",
3
+ "version": "25.8.1",
4
4
  "description": "The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",