@telia-ace/alliance-utilities 1.0.6-next.0 → 1.0.7-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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @telia-ace/alliance-utilities
2
2
 
3
+ ## 1.0.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fea9df3: Update dependencies to latest.
8
+
9
+ ## 1.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - bcb8666: Add new translation text for logging in using dev server.
14
+
3
15
  ## 1.0.6-next.0
4
16
 
5
17
  ### Patch Changes
package/LICENSE.txt CHANGED
@@ -1,6 +1,9 @@
1
- Copyright © 2022, Telia Company AB. All rights reserved.
1
+ (c) Copyright Telia Company AB 2023
2
2
 
3
- THIS PACKAGE AND CONTAINING SOFTWARE IS PART OF
4
- THE HUMANY SERVICE. BY USING THIS SOFTWARE YOU
5
- AGREE TO THE FOLLOWING TERMS AND CONDITIONS:
6
- http://www.humany.com/legal
3
+ This software may be used and/or copied only with the written
4
+ permission from Telia Company AB, or in accordance with
5
+ the terms and conditions stipulated in the agreement/contract
6
+ under which the software has been supplied.
7
+ All rights reserved.
8
+
9
+ Software packages under the scopes @telia-ace, @webprovisions and @webprovisions-registry are also subjected to the above statement.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-utilities",
3
- "version": "1.0.6-next.0",
3
+ "version": "1.0.7-next.0",
4
4
  "description": "Utilities used internally by ACE Alliance packages.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "^11.0.1",
25
25
  "fs-extra": "^11.1.0",
26
- "vite": "^4.0.4"
26
+ "vite": "^4.1.1"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"