@tridion-sites/extensions 1.0.0 → 1.0.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 +0 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2387,10 +2387,6 @@ export declare type NavigationItemHook = () => {
|
|
|
2387
2387
|
* If `true`, navigation menu item and its corresponding page are available.
|
|
2388
2388
|
*/
|
|
2389
2389
|
readonly isAvailable: boolean;
|
|
2390
|
-
/**
|
|
2391
|
-
* If `true`, navigation item has enough information to determine its availability.
|
|
2392
|
-
*/
|
|
2393
|
-
readonly isInitialized: boolean;
|
|
2394
2390
|
/**
|
|
2395
2391
|
* Navigation item label.
|
|
2396
2392
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1729,7 +1729,7 @@ const createExtensionGlobals = () => {
|
|
|
1729
1729
|
};
|
|
1730
1730
|
};
|
|
1731
1731
|
|
|
1732
|
-
const version = "1.0.
|
|
1732
|
+
const version = "1.0.1";
|
|
1733
1733
|
const peerDependencies = {
|
|
1734
1734
|
"@tridion-sites/models": "workspace:*",
|
|
1735
1735
|
"@tridion-sites/open-api-client": "workspace:*",
|