@umbraco-ai/core 1.3.0 → 1.4.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/package.json
CHANGED
|
@@ -202,7 +202,7 @@ declare const UAI_REQUEST_CONTEXT_CONTRIBUTOR_EXTENSION_TYPE = "uaiRequestContex
|
|
|
202
202
|
*/
|
|
203
203
|
export declare const UAI_ROLLBACK_MODAL: UmbModalToken<UaiRollbackModalData, UaiRollbackModalValue>;
|
|
204
204
|
|
|
205
|
-
export declare const UAI_SECTION_ALIAS = "
|
|
205
|
+
export declare const UAI_SECTION_ALIAS = "ai";
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
208
|
* Context token for consuming the Workspace Registry.
|