@telia-ace/alliance-utilities 1.0.12-next.4 → 1.0.13-next.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.
- package/CHANGELOG.md +26 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @telia-ace/alliance-utilities
|
|
2
2
|
|
|
3
|
+
## 1.0.13-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3489aea]
|
|
8
|
+
- @telia-ace/alliance-internal-client-utilities@1.0.3-next.0
|
|
9
|
+
- @telia-ace/alliance-framework@1.0.12
|
|
10
|
+
|
|
11
|
+
## 1.0.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 7a0e643: Add support for `getCurrentWorkspace` utility.
|
|
16
|
+
- 8763155: Fix `isSystemAdmin()` utility not checking user type correctly.
|
|
17
|
+
- 59f0d3f: Move `getTranslator()` to `@telia-ace/alliance-utilities`.
|
|
18
|
+
- 59f0d3f: Remove unnecessary scripts.
|
|
19
|
+
- 8763155: Update all dependencies to latest.
|
|
20
|
+
- 59f0d3f: Add `getCurrentUser`, move `hasPermission` and `isSystemAdmin` into current user object.
|
|
21
|
+
- Updated dependencies [59f0d3f]
|
|
22
|
+
- Updated dependencies [9191022]
|
|
23
|
+
- Updated dependencies [59f0d3f]
|
|
24
|
+
- Updated dependencies [8763155]
|
|
25
|
+
- Updated dependencies [3e6c397]
|
|
26
|
+
- @telia-ace/alliance-framework@1.0.12
|
|
27
|
+
- @telia-ace/alliance-internal-client-utilities@1.0.2
|
|
28
|
+
|
|
3
29
|
## 1.0.12-next.4
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13-next.0",
|
|
4
4
|
"description": "Utilities used by ACE Alliance apps.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@telia-ace/alliance-framework": "1.0.12
|
|
18
|
-
"@telia-ace/alliance-internal-client-utilities": "1.0.
|
|
17
|
+
"@telia-ace/alliance-framework": "1.0.12",
|
|
18
|
+
"@telia-ace/alliance-internal-client-utilities": "1.0.3-next.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"vite": "^4.4.6",
|