@xylabs/libauth 5.0.84 → 5.0.86

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 +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -15,6 +15,8 @@
15
15
 
16
16
  Base functionality used throughout XY Labs TypeScript/JavaScript libraries
17
17
 
18
+
19
+
18
20
  ## Reference
19
21
 
20
22
  **@xylabs/libauth**
@@ -23,7 +25,9 @@ Base functionality used throughout XY Labs TypeScript/JavaScript libraries
23
25
 
24
26
  ## Variables
25
27
 
26
- - [~~libauth~~](#variables/libauth)
28
+ | Variable | Description |
29
+ | ------ | ------ |
30
+ | [~~libauth~~](#variables/libauth) | - |
27
31
 
28
32
  ### variables
29
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/libauth",
3
- "version": "5.0.84",
3
+ "version": "5.0.86",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "libauth",
@@ -42,8 +42,8 @@
42
42
  "!**/*.test.*"
43
43
  ],
44
44
  "devDependencies": {
45
- "@xylabs/ts-scripts-yarn3": "~7.4.13",
46
- "@xylabs/tsconfig": "~7.4.13",
45
+ "@xylabs/ts-scripts-yarn3": "~7.4.16",
46
+ "@xylabs/tsconfig": "~7.4.16",
47
47
  "typescript": "~5.9.3"
48
48
  },
49
49
  "engines": {