@redneckz/wildless-cms-uni-blocks 0.14.331 → 0.14.332

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.
@@ -0,0 +1,7 @@
1
+ export interface Env {
2
+ SITE_URL?: string;
3
+ }
4
+ export declare const env: Env & {
5
+ _: Env;
6
+ setup: (_: Env) => void;
7
+ };
@@ -6178,7 +6178,7 @@
6178
6178
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6179
6179
  });
6180
6180
 
6181
- const packageVersion = "0.14.330";
6181
+ const packageVersion = "0.14.331";
6182
6182
 
6183
6183
  exports.Blocks = Blocks;
6184
6184
  exports.ContentPage = ContentPage;