@rockcarver/frodo-cli 3.0.0 → 3.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
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": [
@@ -114,7 +114,7 @@
114
114
  ]
115
115
  },
116
116
  "devDependencies": {
117
- "@rockcarver/frodo-lib": "3.0.0",
117
+ "@rockcarver/frodo-lib": "3.0.1",
118
118
  "@types/colors": "^1.2.1",
119
119
  "@types/fs-extra": "^11.0.1",
120
120
  "@types/jest": "^29.2.3",
@@ -139,9 +139,6 @@
139
139
  "eslint-plugin-prettier": "^5.0.0",
140
140
  "eslint-plugin-simple-import-sort": "^10.0.0",
141
141
  "fs-extra": "^11.1.1",
142
- "fuzzy": "^0.1.3",
143
- "inquirer": "^8.2.5",
144
- "inquirer-autocomplete-prompt": "^2.0.0",
145
142
  "jest": "^29.3.1",
146
143
  "loglevel": "^1.9.1",
147
144
  "map-stream": "^0.0.7",
@@ -158,5 +155,9 @@
158
155
  "typescript": "^5.2.2",
159
156
  "uuid": "^9.0.0",
160
157
  "yesno": "^0.4.0"
158
+ },
159
+ "dependencies": {
160
+ "deep-diff": "^1.0.2",
161
+ "tmp": "^0.2.3"
161
162
  }
162
163
  }
@@ -0,0 +1 @@
1
+ {}