Commit 1685611
committed
fix: update dependencies and improve session management
- Updated various dependencies in package.json primarily to fix the btoa polyfill issue with unicode chars
- Refactored session management in session.ts:
- Removed credential migration on initialization (replaced with migrate on use).
- Enhanced session switching logic to handle credentials more effectively.
- Improved configuration updates to avoid unnecessary triggers.
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>1 parent b3f596e commit 1685611
File tree
5 files changed
+561
-582
lines changed- ecl-sample/.vscode
- src
- hpccplatform
- util
5 files changed
+561
-582
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
32 | 48 | | |
33 | 49 | | |
34 | 50 | | |
| |||
0 commit comments