@rockcarver/frodo-cli 3.0.4-0 → 3.0.4

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 CHANGED
@@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Update to frodo-lib 3.0.4
13
+
14
+ ### Fixed
15
+
16
+ - \#477: Frodo CLI now properly includes the transformation script for both `Social Provider Handler Node` and `Legacy Social Provider Handler Node`.
17
+ - \#482: Frodo CLI now properly honors the NO_PROXY environment variable in addition to HTTP_PROXY and HTTPS_PROXY.
18
+ - \#489: MacOS binaries are now provided for both Intel and ARM64 architectures.
19
+ - \#490: Linux ARM64 binary now works on Linux running on ARM64 hardware.
20
+
21
+ ## [3.0.4-1] - 2025-04-03
22
+
23
+ ### Fixed
24
+
25
+ - \#489: MacOS binaries are now provided for both Intel and ARM64 architectures.
26
+ - \#490: Linux ARM64 binary now works on Linux running on ARM64 hardware.
27
+
28
+ ## [3.0.4-0] - 2025-04-03
29
+
30
+ ### Changed
31
+
12
32
  - Update to frodo-lib 3.0.4-2
13
33
 
14
34
  ### Fixed
@@ -2045,7 +2065,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2045
2065
  - Fixed problem with adding connection profiles
2046
2066
  - Miscellaneous bug fixes
2047
2067
 
2048
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...HEAD
2068
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...HEAD
2069
+ [3.0.4-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...v3.0.4-1
2070
+ [3.0.4-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...v3.0.4-0
2049
2071
  [3.0.3]: https://github.com/rockcarver/frodo-cli/compare/v3.0.2...v3.0.3
2050
2072
  [3.0.2]: https://github.com/rockcarver/frodo-cli/compare/v3.0.1...v3.0.2
2051
2073
  [3.0.1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.0...v3.0.1
package/dist/app.cjs CHANGED
@@ -106883,7 +106883,7 @@ function stringify(obj) {
106883
106883
  }
106884
106884
  var package_default = {
106885
106885
  name: "@rockcarver/frodo-lib",
106886
- version: "3.0.4-2",
106886
+ version: "3.1.0",
106887
106887
  type: "commonjs",
106888
106888
  main: "./dist/index.js",
106889
106889
  module: "./dist/index.mjs",
@@ -181401,7 +181401,7 @@ var compareVersions = (v12, v2) => {
181401
181401
  // package.json
181402
181402
  var package_default2 = {
181403
181403
  name: "@rockcarver/frodo-cli",
181404
- version: "3.0.4-0",
181404
+ version: "3.0.4",
181405
181405
  type: "module",
181406
181406
  description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
181407
181407
  keywords: [
@@ -181435,6 +181435,7 @@ var package_default2 = {
181435
181435
  scripts: {
181436
181436
  test: "npm run test:only",
181437
181437
  "test:only": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent",
181438
+ "test:serial": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent --runInBand",
181438
181439
  "test:debug": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent=false --json --outputFile=./testResults.json",
181439
181440
  "test:update": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent=false --updateSnapshot",
181440
181441
  lint: "eslint --ext .ts --ignore-path .gitignore .",
@@ -181515,7 +181516,7 @@ var package_default2 = {
181515
181516
  ]
181516
181517
  },
181517
181518
  devDependencies: {
181518
- "@rockcarver/frodo-lib": "3.0.4-2",
181519
+ "@rockcarver/frodo-lib": "3.1.0",
181519
181520
  "@types/colors": "^1.2.1",
181520
181521
  "@types/fs-extra": "^11.0.1",
181521
181522
  "@types/jest": "^29.2.3",