@swiss-ai-hub/web 0.293.2 → 0.295.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -552,7 +552,7 @@ If your UI is served from a **different origin** than the API, set the base URL
552
552
  Copyright (C) 2024-2026 bbv Software Services AG.
553
553
 
554
554
  AGPL-3.0-or-later — see [packages/web/LICENSE](https://github.com/bbvch-ai/aihub-core/blob/main/packages/web/LICENSE).
555
- For the full per-package matrix (root, AGPL, and proprietary packages), see
555
+ For the full per-package matrix (root Apache-2.0 and AGPL packages), see
556
556
  [LICENSES.md](https://github.com/bbvch-ai/aihub-core/blob/main/LICENSES.md).
557
557
 
558
558
  ______________________________________________________________________
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "bbv Software Services AG (https://www.bbv.ch)",
5
5
  "type": "module",
6
- "version": "0.293.2",
6
+ "version": "0.295.0",
7
7
  "description": "Swiss AI Hub - Admin & Management UI (Nuxt 3 layer)",
8
8
  "main": "./nuxt.config.ts",
9
9
  "repository": {