@telia-ace/alliance-internal-node-utilities 1.0.5-next.1 → 1.0.5-next.2

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/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @telia-ace/alliance-internal-node-utilities
2
2
 
3
+ ## 1.0.5-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d8c3069: Support logging out by navigating to `/logout`.
8
+
3
9
  ## 1.0.5-next.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-internal-node-utilities",
3
- "version": "1.0.5-next.1",
3
+ "version": "1.0.5-next.2",
4
4
  "description": "Utilities used internally by packages developed by team Alliance.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -21,7 +21,6 @@
21
21
  "zod": "^3.22.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@telia-ace/alliance-internal-node-utilities": "1.0.5-next.1",
25
24
  "@types/express": "^4.17.20",
26
25
  "@types/jsonwebtoken": "^9.0.3",
27
26
  "@types/node": "^20.8.5",
@@ -31,7 +30,8 @@
31
30
  "slackify-markdown": "^4.4.0",
32
31
  "tiny-glob": "^0.2.9",
33
32
  "tsup": "^7.2.0",
34
- "unified": "^11.0.3"
33
+ "unified": "^11.0.3",
34
+ "@telia-ace/alliance-internal-node-utilities": "^1.0.5-next.2"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"