@rockcarver/frodo-cli 4.0.0-4 → 4.0.0-40
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 +109 -1
- package/dist/app.cjs +41696 -22679
- package/dist/app.cjs.map +1 -1
- package/eslint.config.mjs +50 -0
- package/package.json +14 -14
- package/tsup.config.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,78 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.0-39] - 2026-04-03
|
|
11
|
+
|
|
12
|
+
## [4.0.0-38] - 2026-04-03
|
|
13
|
+
|
|
14
|
+
## [4.0.0-37] - 2026-03-30
|
|
15
|
+
|
|
16
|
+
## [4.0.0-36] - 2026-03-30
|
|
17
|
+
|
|
18
|
+
## [4.0.0-35] - 2026-03-30
|
|
19
|
+
|
|
20
|
+
## [4.0.0-34] - 2026-03-27
|
|
21
|
+
|
|
22
|
+
## [4.0.0-33] - 2026-03-27
|
|
23
|
+
|
|
24
|
+
## [4.0.0-32] - 2026-03-27
|
|
25
|
+
|
|
26
|
+
## [4.0.0-31] - 2026-03-27
|
|
27
|
+
|
|
28
|
+
## [4.0.0-30] - 2026-03-27
|
|
29
|
+
|
|
30
|
+
## [4.0.0-29] - 2026-03-24
|
|
31
|
+
|
|
32
|
+
## [4.0.0-28] - 2026-03-24
|
|
33
|
+
|
|
34
|
+
## [4.0.0-27] - 2026-03-23
|
|
35
|
+
|
|
36
|
+
## [4.0.0-26] - 2026-03-23
|
|
37
|
+
|
|
38
|
+
## [4.0.0-25] - 2026-03-23
|
|
39
|
+
|
|
40
|
+
## [4.0.0-24] - 2026-03-21
|
|
41
|
+
|
|
42
|
+
## [4.0.0-23] - 2026-03-21
|
|
43
|
+
|
|
44
|
+
## [4.0.0-22] - 2026-03-20
|
|
45
|
+
|
|
46
|
+
## [4.0.0-21] - 2026-03-19
|
|
47
|
+
|
|
48
|
+
## [4.0.0-20] - 2026-03-18
|
|
49
|
+
|
|
50
|
+
## [4.0.0-19] - 2026-03-17
|
|
51
|
+
|
|
52
|
+
## [4.0.0-18] - 2026-03-12
|
|
53
|
+
|
|
54
|
+
## [4.0.0-17] - 2026-03-07
|
|
55
|
+
|
|
56
|
+
## [4.0.0-16] - 2026-03-05
|
|
57
|
+
|
|
58
|
+
## [4.0.0-15] - 2026-03-05
|
|
59
|
+
|
|
60
|
+
## [4.0.0-14] - 2026-03-03
|
|
61
|
+
|
|
62
|
+
## [4.0.0-13] - 2026-03-02
|
|
63
|
+
|
|
64
|
+
## [4.0.0-12] - 2026-02-27
|
|
65
|
+
|
|
66
|
+
## [4.0.0-11] - 2026-02-24
|
|
67
|
+
|
|
68
|
+
## [4.0.0-10] - 2026-02-23
|
|
69
|
+
|
|
70
|
+
## [4.0.0-9] - 2026-02-23
|
|
71
|
+
|
|
72
|
+
## [4.0.0-8] - 2026-02-23
|
|
73
|
+
|
|
74
|
+
## [4.0.0-7] - 2026-02-22
|
|
75
|
+
|
|
76
|
+
## [4.0.0-6] - 2026-02-18
|
|
77
|
+
|
|
78
|
+
## [4.0.0-5] - 2026-02-06
|
|
79
|
+
|
|
80
|
+
## [4.0.0-4] - 2026-02-04
|
|
81
|
+
|
|
10
82
|
### Changed
|
|
11
83
|
|
|
12
84
|
- Updated to Frodo Lib 4.0.0
|
|
@@ -2169,7 +2241,43 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2169
2241
|
- Fixed problem with adding connection profiles
|
|
2170
2242
|
- Miscellaneous bug fixes
|
|
2171
2243
|
|
|
2172
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2244
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-39...HEAD
|
|
2245
|
+
[4.0.0-39]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-38...v4.0.0-39
|
|
2246
|
+
[4.0.0-38]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-37...v4.0.0-38
|
|
2247
|
+
[4.0.0-37]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-36...v4.0.0-37
|
|
2248
|
+
[4.0.0-36]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-35...v4.0.0-36
|
|
2249
|
+
[4.0.0-35]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-34...v4.0.0-35
|
|
2250
|
+
[4.0.0-34]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-33...v4.0.0-34
|
|
2251
|
+
[4.0.0-33]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-32...v4.0.0-33
|
|
2252
|
+
[4.0.0-32]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-31...v4.0.0-32
|
|
2253
|
+
[4.0.0-31]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-30...v4.0.0-31
|
|
2254
|
+
[4.0.0-30]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-29...v4.0.0-30
|
|
2255
|
+
[4.0.0-29]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-28...v4.0.0-29
|
|
2256
|
+
[4.0.0-28]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-27...v4.0.0-28
|
|
2257
|
+
[4.0.0-27]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-26...v4.0.0-27
|
|
2258
|
+
[4.0.0-26]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-25...v4.0.0-26
|
|
2259
|
+
[4.0.0-25]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-24...v4.0.0-25
|
|
2260
|
+
[4.0.0-24]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-23...v4.0.0-24
|
|
2261
|
+
[4.0.0-23]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-22...v4.0.0-23
|
|
2262
|
+
[4.0.0-22]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-21...v4.0.0-22
|
|
2263
|
+
[4.0.0-21]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-20...v4.0.0-21
|
|
2264
|
+
[4.0.0-20]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-19...v4.0.0-20
|
|
2265
|
+
[4.0.0-19]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-18...v4.0.0-19
|
|
2266
|
+
[4.0.0-18]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-17...v4.0.0-18
|
|
2267
|
+
[4.0.0-17]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-16...v4.0.0-17
|
|
2268
|
+
[4.0.0-16]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-15...v4.0.0-16
|
|
2269
|
+
[4.0.0-15]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-14...v4.0.0-15
|
|
2270
|
+
[4.0.0-14]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-13...v4.0.0-14
|
|
2271
|
+
[4.0.0-13]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-12...v4.0.0-13
|
|
2272
|
+
[4.0.0-12]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-11...v4.0.0-12
|
|
2273
|
+
[4.0.0-11]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-10...v4.0.0-11
|
|
2274
|
+
[4.0.0-10]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-9...v4.0.0-10
|
|
2275
|
+
[4.0.0-9]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-8...v4.0.0-9
|
|
2276
|
+
[4.0.0-8]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-7...v4.0.0-8
|
|
2277
|
+
[4.0.0-7]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-6...v4.0.0-7
|
|
2278
|
+
[4.0.0-6]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-5...v4.0.0-6
|
|
2279
|
+
[4.0.0-5]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-4...v4.0.0-5
|
|
2280
|
+
[4.0.0-4]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-3...v4.0.0-4
|
|
2173
2281
|
[4.0.0-3]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...v4.0.0-3
|
|
2174
2282
|
[4.0.0-2]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...v4.0.0-2
|
|
2175
2283
|
[4.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-1...v4.0.0-1
|