@pimcore/studio-ui-bundle 1.0.0-canary.20251209-084402-90c4b74 → 1.0.0-canary.20251209-104129-ad88c22

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.
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type UserInformation } from '../user/user-api-slice.gen';
11
+ export declare const getCurrentUser: () => UserInformation;
@@ -10,3 +10,4 @@
10
10
  export * from '../../../core/modules/auth/enums/user-permission';
11
11
  export * from '../../../core/modules/auth/permission-helper';
12
12
  export * from '../../../core/modules/auth/hooks/use-user';
13
+ export * from '../../../core/modules/auth/util/user-helper';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251209-084402-90c4b74",
3
+ "version": "1.0.0-canary.20251209-104129-ad88c22",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"