@rockcarver/frodo-cli 0.18.2-2 → 0.18.2-3

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 +5 -1
  2. package/package.json +3 -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.18.2-3] - 2022-11-09
11
+
10
12
  ## [0.18.2-2] - 2022-11-09
11
13
 
12
14
  ## [0.18.2-1] - 2022-10-24
@@ -715,7 +717,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
715
717
  - Fixed problem with adding connection profiles
716
718
  - Miscellaneous bug fixes
717
719
 
718
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-2...HEAD
720
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-3...HEAD
721
+
722
+ [0.18.2-3]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-2...v0.18.2-3
719
723
 
720
724
  [0.18.2-2]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-1...v0.18.2-2
721
725
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "0.18.2-2",
3
+ "version": "0.18.2-3",
4
4
  "type": "module",
5
5
  "description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
6
6
  "keywords": [
@@ -84,12 +84,13 @@
84
84
  ],
85
85
  "scripts": [
86
86
  "src/cli/**/*.js",
87
+ "src/ops/**/*.js",
87
88
  "src/storage/**/*.js",
88
89
  "src/utils/**/*.js"
89
90
  ]
90
91
  },
91
92
  "dependencies": {
92
- "@rockcarver/frodo-lib": "0.16.2-3",
93
+ "@rockcarver/frodo-lib": "0.16.2-4",
93
94
  "cli-progress": "^3.11.2",
94
95
  "cli-table3": "^0.6.2",
95
96
  "colors": "^1.4.0",