@rockcarver/frodo-lib 0.16.2-12 → 0.16.2-13
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.16.2-13] - 2022-11-26
|
|
11
|
+
|
|
10
12
|
## [0.16.2-12] - 2022-11-26
|
|
11
13
|
|
|
12
14
|
## [0.16.2-11] - 2022-11-22
|
|
@@ -710,7 +712,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
710
712
|
- Fixed problem with adding connection profiles
|
|
711
713
|
- Miscellaneous bug fixes
|
|
712
714
|
|
|
713
|
-
[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.16.2-
|
|
715
|
+
[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.16.2-13...HEAD
|
|
716
|
+
|
|
717
|
+
[0.16.2-13]: https://github.com/rockcarver/frodo-lib/compare/v0.16.2-12...v0.16.2-13
|
|
714
718
|
|
|
715
719
|
[0.16.2-12]: https://github.com/rockcarver/frodo-lib/compare/v0.16.2-11...v0.16.2-12
|
|
716
720
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-lib",
|
|
3
|
-
"version": "0.16.2-
|
|
3
|
+
"version": "0.16.2-13",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.mjs",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"@types/esprima": "^4.0.3",
|
|
89
89
|
"agentkeepalive": "^4.2.1",
|
|
90
90
|
"axios": "0.27.2",
|
|
91
|
+
"axios-mock-adapter": "^1.21.2",
|
|
91
92
|
"axios-retry": "^3.3.1",
|
|
92
93
|
"colors": "^1.4.0",
|
|
93
94
|
"esprima": "^4.0.1",
|
|
@@ -120,7 +121,6 @@
|
|
|
120
121
|
"@types/uuid": "^8.3.4",
|
|
121
122
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
122
123
|
"@typescript-eslint/parser": "^5.44.0",
|
|
123
|
-
"axios-mock-adapter": "^1.21.2",
|
|
124
124
|
"babel-jest": "^29.3.1",
|
|
125
125
|
"babel-plugin-transform-import-meta": "^2.1.1",
|
|
126
126
|
"cli-table3": "^0.6.3",
|