@rockcarver/frodo-cli 0.12.1 → 0.12.2-2
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 +13 -1
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.12.2-2] - 2022-08-27
|
|
11
|
+
|
|
12
|
+
## [0.12.2-1] - 2022-08-27
|
|
13
|
+
|
|
14
|
+
## [0.12.2-0] - 2022-08-27
|
|
15
|
+
|
|
10
16
|
## [0.12.1] - 2022-08-27
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -437,7 +443,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
437
443
|
- Fixed problem with adding connection profiles
|
|
438
444
|
- Miscellaneous bug fixes
|
|
439
445
|
|
|
440
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.
|
|
446
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-2...HEAD
|
|
447
|
+
|
|
448
|
+
[0.12.2-2]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-1...v0.12.2-2
|
|
449
|
+
|
|
450
|
+
[0.12.2-1]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-0...v0.12.2-1
|
|
451
|
+
|
|
452
|
+
[0.12.2-0]: https://github.com/rockcarver/frodo-cli/compare/v0.12.1...v0.12.2-0
|
|
441
453
|
|
|
442
454
|
[0.12.1]: https://github.com/rockcarver/frodo-cli/compare/v0.12.0...v0.12.1
|
|
443
455
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2-2",
|
|
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": [
|
|
@@ -76,6 +76,11 @@
|
|
|
76
76
|
"assets": [
|
|
77
77
|
"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json",
|
|
78
78
|
"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json"
|
|
79
|
+
],
|
|
80
|
+
"scripts": [
|
|
81
|
+
"src/cli/**/*.js",
|
|
82
|
+
"src/storage/**/*.js",
|
|
83
|
+
"src/utils/**/*.js"
|
|
79
84
|
]
|
|
80
85
|
},
|
|
81
86
|
"dependencies": {
|