@rockcarver/frodo-cli 4.0.2-0 → 4.2.0

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": "4.0.2-0",
3
+ "version": "4.2.0",
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": [
@@ -47,6 +47,7 @@
47
47
  "mcp:test-oauth2-mayact": "node tools/mcp-oauth2-mayact-update-test.mjs",
48
48
  "lint": "eslint --cache --cache-location .eslintcache \"src/**/*.ts\"",
49
49
  "lint:fix": "eslint --cache --cache-location .eslintcache --fix \"src/**/*.ts\"",
50
+ "lint:fix:ci": "eslint --no-cache --fix \"src/**/*.ts\"",
50
51
  "build": "npm run build:binary",
51
52
  "build:only": "npx tsup && npx tsc",
52
53
  "build:binary": "npm run build:only && npm run dist-pkg",
@@ -104,7 +105,7 @@
104
105
  },
105
106
  "devDependencies": {
106
107
  "@modelcontextprotocol/sdk": "^1.29.0",
107
- "@rockcarver/frodo-lib": "4.0.2-0",
108
+ "@rockcarver/frodo-lib": "4.1.0",
108
109
  "@types/colors": "^1.2.1",
109
110
  "@types/fs-extra": "^11.0.1",
110
111
  "@types/jest": "^29.2.3",