@rockcarver/frodo-cli 2.0.0-63 → 2.0.0-64

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,14 @@ 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 2.0.0-88
13
+ - Updated binary distribution node.js version to 20
14
+ - Pipeline hygiene
15
+
16
+ ## [2.0.0-63] - 2024-06-20
17
+
18
+ ### Changed
19
+
12
20
  - Update to frodo-lib 2.0.0-87
13
21
 
14
22
  ## [2.0.0-62] - 2024-06-19
@@ -1579,7 +1587,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1579
1587
  - Fixed problem with adding connection profiles
1580
1588
  - Miscellaneous bug fixes
1581
1589
 
1582
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-62...HEAD
1590
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-63...HEAD
1591
+
1592
+ [2.0.0-63]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-62...v2.0.0-63
1583
1593
 
1584
1594
  [2.0.0-62]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-61...v2.0.0-62
1585
1595
 
package/dist/app.cjs CHANGED
@@ -125544,7 +125544,7 @@ function stringify(obj) {
125544
125544
  }
125545
125545
  var package_default = {
125546
125546
  name: "@rockcarver/frodo-lib",
125547
- version: "2.0.0-87",
125547
+ version: "2.0.0-88",
125548
125548
  type: "commonjs",
125549
125549
  main: "./dist/index.js",
125550
125550
  module: "./dist/esm/index.js",
@@ -144059,7 +144059,7 @@ function parseUrl2(href) {
144059
144059
  r.origin = r.protocol + "//" + r.host;
144060
144060
  }
144061
144061
  if (r.search.length > 2) {
144062
- const query = r.search.indexOf("?") === 0 ? r.search.substr(1) : r.search;
144062
+ const query = r.search.indexOf("?") === 0 ? r.search.substring(1) : r.search;
144063
144063
  const vars = query.split("&");
144064
144064
  for (let i2 = 0; i2 < vars.length; i2++) {
144065
144065
  const pair = vars[i2].split("=");
@@ -186192,7 +186192,7 @@ var compareVersions = (v12, v2) => {
186192
186192
  // package.json
186193
186193
  var package_default2 = {
186194
186194
  name: "@rockcarver/frodo-cli",
186195
- version: "2.0.0-63",
186195
+ version: "2.0.0-64",
186196
186196
  type: "module",
186197
186197
  description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
186198
186198
  keywords: [
@@ -186232,7 +186232,7 @@ var package_default2 = {
186232
186232
  build: "npm run build:binary",
186233
186233
  "build:only": "npx tsup && npx tsc",
186234
186234
  "build:binary": "npm run build:only && npm run dist-pkg",
186235
- "dist-pkg": "pkg -C Gzip -t node18 --config package.json -o frodo dist/app.cjs",
186235
+ "dist-pkg": "pkg -C Gzip -t node20 --config package.json -o frodo dist/app.cjs",
186236
186236
  link: "npm link ../frodo-lib",
186237
186237
  dev: "npx tsup --watch src"
186238
186238
  },
@@ -186305,7 +186305,7 @@ var package_default2 = {
186305
186305
  ]
186306
186306
  },
186307
186307
  devDependencies: {
186308
- "@rockcarver/frodo-lib": "2.0.0-87",
186308
+ "@rockcarver/frodo-lib": "2.0.0-88",
186309
186309
  "@types/colors": "^1.2.1",
186310
186310
  "@types/fs-extra": "^11.0.1",
186311
186311
  "@types/jest": "^29.2.3",