@scm-manager/ui-extensions 4.0.0-REACT19-20250915-150855 → 4.0.0-REACT19-20250917-125211

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.
Files changed (2) hide show
  1. package/build/index.d.ts +1 -0
  2. package/package.json +2 -2
package/build/index.d.ts CHANGED
@@ -575,6 +575,7 @@ type NamespaceTopLevelNavigation = RenderableExtensionPointDefinition<"namespace
575
575
  type NamespaceRoute = RenderableExtensionPointDefinition<"namespace.route">;
576
576
  type NamespaceSetting = RenderableExtensionPointDefinition<"namespace.setting", {
577
577
  namespace: Namespace;
578
+ indexLinks: Links;
578
579
  }>;
579
580
  type RepositoryTagDetailsInformation = RenderableExtensionPointDefinition<"repos.tag-details.information", {
580
581
  repository: Repository;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-extensions",
3
- "version": "4.0.0-REACT19-20250915-150855",
3
+ "version": "4.0.0-REACT19-20250917-125211",
4
4
  "license": "AGPL-3.0-only",
5
5
  "private": false,
6
6
  "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
@@ -29,7 +29,7 @@
29
29
  "@scm-manager/jest-preset": "^2.15.0-alpha1",
30
30
  "@scm-manager/prettier-config": "^2.12.0",
31
31
  "@scm-manager/tsconfig": "^2.13.0",
32
- "@scm-manager/ui-types": "4.0.0-REACT19-20250915-150855",
32
+ "@scm-manager/ui-types": "4.0.0-REACT19-20250917-125211",
33
33
  "@testing-library/react": "16.3.0",
34
34
  "@types/react": "^19.1.1",
35
35
  "minimatch": "^10.0.3",