@ckbox/core 0.0.3 → 0.0.5

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
@@ -131,6 +131,10 @@ interface CoreContext {
131
131
  * Configures assets options.
132
132
  */
133
133
  assets?: AssetsConfig;
134
+ /**
135
+ * Configures origin for public assets.
136
+ */
137
+ assetsOrigin?: string;
134
138
  /**
135
139
  * Configures categories options.
136
140
  */
@@ -151,7 +155,7 @@ interface CoreContext {
151
155
  /**
152
156
  * Origin of the backend API service.
153
157
  */
154
- serviceOrigin: string;
158
+ serviceOrigin?: string;
155
159
  /**
156
160
  * Theme to use.
157
161
  */