frontend-auto-cms 1.0.4 → 1.0.6

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.
@@ -3,5 +3,6 @@ import type { RuntimeLocaleMap } from "./types.js";
3
3
  export declare function saveCachedContent(content: CmsContentFile): void;
4
4
  export declare function loadLocales(): RuntimeLocaleMap;
5
5
  export declare function saveLocales(locales: RuntimeLocaleMap): void;
6
+ export declare function loadRuntimeContent(): Promise<CmsContentFile | null>;
6
7
  export declare function loadRuntimeLocales(): Promise<RuntimeLocaleMap>;
7
8
  export declare function downloadPatchFile(payload: unknown): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend-auto-cms",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Turn any frontend into an editable mini-CMS with one import.",
5
5
  "type": "module",
6
6
  "license": "MIT",